summaryrefslogtreecommitdiff
path: root/avr/z80-if.c
diff options
context:
space:
mode:
Diffstat (limited to 'avr/z80-if.c')
-rw-r--r--avr/z80-if.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/avr/z80-if.c b/avr/z80-if.c
index 955a61a..889849b 100644
--- a/avr/z80-if.c
+++ b/avr/z80-if.c
@@ -200,13 +200,6 @@ int z80_stat_halt(void)
-typedef union {
- uint32_t l;
- uint16_t w[2];
- uint8_t b[4];
-} addr_t;
-
-
/*--------------------------------------------------------------------------*/