]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/z80-if.h
Version 0.6.8.3
[z180-stamp.git] / include / z80-if.h
index 58790bd44bb719cd28a09545af275e8e7d51a7b3..ef87e5ae0435194f0264f0ab86b539925b4387b3 100644 (file)
@@ -1,8 +1,9 @@
 /*
  * (C) Copyright 2014 Leo C. <erbl259-lmu@yahoo.de>
  *
- * SPDX-License-Identifier:    GPL-2.0+
+ * SPDX-License-Identifier:    GPL-2.0
  */
+#include "common.h"
 
 #define ZST_ACQUIRED   0x01
 #define ZST_RUNNING    0x02
@@ -43,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;