summaryrefslogtreecommitdiff
path: root/include/z80-if.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/z80-if.h')
-rw-r--r--include/z80-if.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/z80-if.h b/include/z80-if.h
index 58790bd..676d37d 100644
--- a/include/z80-if.h
+++ b/include/z80-if.h
@@ -43,7 +43,7 @@ void z80_read_block (uint8_t *dest, uint32_t src, size_t length);
typedef enum fifo_t {
fifo_msgin, fifo_msgout,
- fifo_conout, fifo_conin,
+ fifo_conin, fifo_conout,
NUM_FIFOS
} fifo_t;