diff options
author | Ian C <ianc@noddybox.co.uk> | 2006-09-20 23:00:10 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2006-09-20 23:00:10 +0000 |
commit | f7231c384727bf8670f5e2a947669366a2320de1 (patch) | |
tree | af27a96a6eb52fb6036de0cdeae0ffd1d0fdf383 | |
parent | ba407390c6ae965fe217ca7ee2a8cffdd701b623 (diff) |
Made interrupts disabled on maskable interrupt.
-rw-r--r-- | z80.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -83,6 +83,9 @@ static void Z80_CheckInterrupt(Z80 *cpu) TSTATE(2); + cpu->IFF1=0; + cpu->IFF2=0; + switch(cpu->IM) { default: |