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:
notaz 2008-05-28 21:22:46 +00:00
parent 453d2a6eda
commit e0cfb2fd65
2 changed files with 4 additions and 5 deletions

View file

@ -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