summaryrefslogtreecommitdiff
path: root/src/z80.c
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2006-09-25 23:47:34 +0000
committerIan C <ianc@noddybox.co.uk>2006-09-25 23:47:34 +0000
commit52d944a701d685ae8a91fe2f38485c4c61827d88 (patch)
treefd763f2ae7f9dfcf184a97a5e00005d24ccf24eb /src/z80.c
parent1f7e9c076768e6dc4aa0e5aef0a120a9a234c00b (diff)
A few fixes
Diffstat (limited to 'src/z80.c')
-rw-r--r--src/z80.c3
1 files changed, 3 insertions, 0 deletions
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: