index
:
z80
master
Z80 emulation library and tests
World Wide Web Owner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
z80.c
3
1 files changed, 3 insertions, 0 deletions
diff --git a/z80.c b/z80.c
index be50494..36c5793 100644
--- a/
z80.c
+++ b/
z80.c
@@ -83,6 +83,9 @@ static void Z80_CheckInterrupt(Z80 *cpu)
TSTATE(2);
+ cpu->IFF1=0;
+ cpu->IFF2=0;
+
switch(cpu->IM)
{
default: