mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
timer adjustment for Dai Makaimura
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@469 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
453d2a6eda
commit
e0cfb2fd65
2 changed files with 4 additions and 5 deletions
|
@ -241,7 +241,7 @@ static int PicoFrameHints(void)
|
|||
|
||||
// sync z80
|
||||
if (Pico.m.z80Run && (PicoOpt&POPT_EN_Z80))
|
||||
PicoSyncZ80(SekCycleCnt);
|
||||
PicoSyncZ80(Pico.m.pal ? 151809 : 127671); // cycles adjusted for convertor
|
||||
if (PsndOut && ym2612.dacen && PsndDacLine <= lines-1)
|
||||
PsndDoDAC(lines-1);
|
||||
|
||||
|
@ -249,6 +249,5 @@ static int PicoFrameHints(void)
|
|||
}
|
||||
|
||||
#undef PAD_DELAY
|
||||
#undef Z80_RUN
|
||||
#undef CPUS_RUN
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue