summaryrefslogtreecommitdiff
path: root/avr/z80-if.h
diff options
context:
space:
mode:
authorLeo C2014-07-11 17:16:28 +0200
committerLeo C2014-07-11 17:16:28 +0200
commiteded7ec457ef999586c66b15ada5948bddcc735c (patch)
treee6fb72fe86054384f8ba893a6aca210c6f58a408 /avr/z80-if.h
parent64045ba0916623ab9e7c2f1eed837a2aae081e63 (diff)
downloadz180-stamp-eded7ec457ef999586c66b15ada5948bddcc735c.zip
Revert "Refactro Tupfiles"
This reverts commit cda2107f6e52a3e131502a6ec318ac3f216ac186.
Diffstat (limited to 'avr/z80-if.h')
-rw-r--r--avr/z80-if.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/avr/z80-if.h b/avr/z80-if.h
index 1e7d675..1068225 100644
--- a/avr/z80-if.h
+++ b/avr/z80-if.h
@@ -1,13 +1,6 @@
typedef enum {LOW, HIGH} level_t;
-typedef union {
- uint32_t l;
- uint16_t w[2];
- uint8_t b[4];
-} addr_t;
-
-
void z80_setup_bus(void);
void z80_write(uint32_t addr, uint8_t data);
uint8_t z80_read(uint32_t addr);