mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
eeprom crash fix, PacMan2 hack
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@431 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
daec725334
commit
583ab72c0b
3 changed files with 13 additions and 5 deletions
|
@ -209,8 +209,10 @@ static int PicoFrameHints(void)
|
|||
elprintf(EL_INTS, "vint: @ %06x [%i]", SekPc, SekCycleCnt);
|
||||
SekInterrupt(6);
|
||||
}
|
||||
if (Pico.m.z80Run && (PicoOpt&POPT_EN_Z80))
|
||||
if (Pico.m.z80Run && (PicoOpt&POPT_EN_Z80)) {
|
||||
elprintf(EL_INTS, "zint");
|
||||
z80_int();
|
||||
}
|
||||
|
||||
if (PicoOpt&POPT_EN_FM)
|
||||
Psnd_timers_and_dac(y);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue