]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/z80-if.h
switch fifos conin,conout
[z180-stamp.git] / include / z80-if.h
index d4ee57baa07c30e3a2d3900cc64edb91f6f65ab8..676d37d9b23e9121d8e4b623cb02f0b4d8c3486c 100644 (file)
@@ -1,3 +1,8 @@
+/*
+ * (C) Copyright 2014 Leo C. <erbl259-lmu@yahoo.de>
+ *
+ * SPDX-License-Identifier:    GPL-2.0+
+ */
 
 #define ZST_ACQUIRED   0x01
 #define ZST_RUNNING    0x02
@@ -38,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;