X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fm68000%2Fm68kinterface.c;fp=src%2Fm68000%2Fm68kinterface.c;h=d896cdfe10ac3361fd909ff4ebd315d9c58bc2e9;hb=d207b11e613703aff7d00191c4595b7359f29700;hp=8dab55d7690610964ab1e6efaeaa5ab04b2548fc;hpb=48dd9ba5b6742935eef61cec80964afe093139ad;p=virtualjaguar diff --git a/src/m68000/m68kinterface.c b/src/m68000/m68kinterface.c index 8dab55d..d896cdf 100644 --- a/src/m68000/m68kinterface.c +++ b/src/m68000/m68kinterface.c @@ -199,6 +199,7 @@ void m68k_pulse_reset(void) REG_PC = m68ki_read_imm_32(); m68ki_jump(REG_PC); #else + checkForIRQToHandle = 0; regs.spcflags = 0; regs.stopped = 0; regs.remainingCycles = 0; @@ -496,7 +497,7 @@ void m68ki_exception_interrupt(uint32_t intLevel) // prolly, for debugging/alpine mode... :-/ // but then again, this should be handled already by the main execution loop :-P // If we are halted, don't do anything -// if (regs.stopped) +// if (regs.halted) // return; // Acknowledge the interrupt (NOTE: This is a user supplied function!)