mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 23:37:46 -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
|
@ -190,6 +190,7 @@ int PicoReset(void)
|
|||
|
||||
// create an empty "dma" to cause 68k exec start at random frame location
|
||||
Pico.t.m68c_line_start = Pico.t.m68c_aim;
|
||||
PicoDrawBgcDMA(NULL, 0, 0, 0, 0);
|
||||
PicoVideoFIFOWrite(rand() & 0x1fff, 0, 0, PVS_CPURD);
|
||||
|
||||
SekFinishIdleDet();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue