summaryrefslogtreecommitdiff
path: root/avr
diff options
context:
space:
mode:
Diffstat (limited to 'avr')
-rw-r--r--avr/z80-if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avr/z80-if.c b/avr/z80-if.c
index b64e755..d5dc2d7 100644
--- a/avr/z80-if.c
+++ b/avr/z80-if.c
@@ -593,7 +593,7 @@ int z80_memfifo_is_empty(const fifo_t f)
int z80_memfifo_is_full(const fifo_t f)
{
- int rc = 1;
+ int rc = 0;
if (fifo_dsc[f].base != 0) {
z80_bus_cmd(Request);