mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
core, improve 68K/Z80 timing
This commit is contained in:
parent
ae9a76c90d
commit
133006a9d4
3 changed files with 20 additions and 11 deletions
|
@ -187,7 +187,7 @@ int PicoReset(void)
|
|||
PsndReset(); // pal must be known here
|
||||
|
||||
// create an empty "dma" to cause 68k exec start at random frame location
|
||||
Pico.t.m68c_line_start = Pico.t.m68c_cnt;
|
||||
Pico.t.m68c_line_start = Pico.t.m68c_aim;
|
||||
PicoVideoFIFOWrite(rand() & 0x1fff, 0, 0, PVS_CPURD);
|
||||
|
||||
SekFinishIdleDet();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue