]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/z80-if.h
Adaptions for fatfs R0.13b
[z180-stamp.git] / include / z80-if.h
index d4ee57baa07c30e3a2d3900cc64edb91f6f65ab8..ef87e5ae0435194f0264f0ab86b539925b4387b3 100644 (file)
@@ -1,3 +1,9 @@
+/*
+ * (C) Copyright 2014 Leo C. <erbl259-lmu@yahoo.de>
+ *
+ * SPDX-License-Identifier:    GPL-2.0
+ */
+#include "common.h"
 
 #define ZST_ACQUIRED   0x01
 #define ZST_RUNNING    0x02
@@ -38,7 +44,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;