mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
core, handle background color DMA (aka fantom bitmap)
This commit is contained in:
parent
68e06234e3
commit
724db457da
4 changed files with 97 additions and 1 deletions
|
@ -704,6 +704,7 @@ int CM_compareRun(int cyc, int is_sub);
|
|||
void PicoDrawInit(void);
|
||||
PICO_INTERNAL void PicoFrameStart(void);
|
||||
void PicoDrawRefreshSprites(void);
|
||||
void PicoDrawBgcDMA(u16 *base, u32 source, u32 mask, int len, int sl);
|
||||
void PicoDrawSync(int to, int blank_last_line, int limit_sprites);
|
||||
void BackFill(int reg7, int sh, struct PicoEState *est);
|
||||
void FinalizeLine555(int sh, int line, struct PicoEState *est);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue