summaryrefslogtreecommitdiff
path: root/avr
diff options
context:
space:
mode:
Diffstat (limited to 'avr')
-rw-r--r--avr/z80-if.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/avr/z80-if.c b/avr/z80-if.c
index e0e230c..ae3bd66 100644
--- a/avr/z80-if.c
+++ b/avr/z80-if.c
@@ -263,6 +263,7 @@ static void z80_busreq_hpulse(void)
}
#endif
+#if 1
ATOMIC_BLOCK(ATOMIC_FORCEON) {
Z80_O_BUSREQ = 1;
@@ -273,7 +274,7 @@ static void z80_busreq_hpulse(void)
}
} while (1);
}
-
+#endif
if (zstate & ZST_ACQUIRED) {
timer = BUS_TO;