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:
notaz 2008-04-26 20:11:19 +00:00
parent daec725334
commit 583ab72c0b
3 changed files with 13 additions and 5 deletions

View file

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