From 52d944a701d685ae8a91fe2f38485c4c61827d88 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 25 Sep 2006 23:47:34 +0000 Subject: A few fixes --- src/z80.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/z80.c') diff --git a/src/z80.c b/src/z80.c index be50494..36c5793 100644 --- a/src/z80.c +++ b/src/z80.c @@ -83,6 +83,9 @@ static void Z80_CheckInterrupt(Z80 *cpu) TSTATE(2); + cpu->IFF1=0; + cpu->IFF2=0; + switch(cpu->IM) { default: -- cgit v1.2.3