]> cloudbase.mooo.com Git - z180-stamp.git/commitdiff
edit z80-if.c
authorLeo C <erbl259-lmu@yahoo.de>
Sun, 22 May 2016 21:12:17 +0000 (23:12 +0200)
committerLeo C <erbl259-lmu@yahoo.de>
Sun, 22 May 2016 21:12:17 +0000 (23:12 +0200)
avr/z80-if.c

index e0e230c51f9e00dcad2dc1054a0466748e324c41..ae3bd66be5c4f7e3dd5cd3a485cadec335a1c89c 100644 (file)
@@ -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;