summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/common.h2
-rw-r--r--include/z80-if.h3
2 files changed, 1 insertions, 4 deletions
diff --git a/include/common.h b/include/common.h
index 90b0283..d054ad1 100644
--- a/include/common.h
+++ b/include/common.h
@@ -37,7 +37,7 @@ extern volatile uint_least8_t Stat;
#endif /* __AVR__ */
#define S_10MS_TO (1<<0)
-#define S_Z180_RUNNING (2<<0)
+#define S_MSG_PENDING (2<<0)
static inline
void my_puts(const char *s)
diff --git a/include/z80-if.h b/include/z80-if.h
index 6f6f6fa..b4a4e6f 100644
--- a/include/z80-if.h
+++ b/include/z80-if.h
@@ -42,6 +42,3 @@ int z80_memfifo_is_full(const fifo_t f);
uint8_t z80_memfifo_getc(const fifo_t f);
void z80_memfifo_putc(fifo_t f, uint8_t val);
-void z80_setup_msg_fifo(void);
-void z80_init_msg_fifo(uint32_t addr);
-int z80_msg_fifo_getc(void);