summaryrefslogtreecommitdiff
path: root/avr
diff options
context:
space:
mode:
authorLeo C2016-05-22 23:12:17 +0200
committerLeo C2016-05-22 23:12:17 +0200
commit4b0604a43b1bd832797ec17fd8f849fc08ff3393 (patch)
treeb9ea1bb30f46fa94ac683b992198d32394fecd93 /avr
parentad12f284298a3c0b533d74ba932033f9650d1d18 (diff)
downloadz180-stamp-4b0604a43b1bd832797ec17fd8f849fc08ff3393.zip
edit z80-if.c
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;