summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/z80dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/z80dma.h')
-rw-r--r--src/devices/machine/z80dma.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/machine/z80dma.h b/src/devices/machine/z80dma.h
index 37409927de3..ec49d9ea2b6 100644
--- a/src/devices/machine/z80dma.h
+++ b/src/devices/machine/z80dma.h
@@ -61,8 +61,6 @@ public:
uint8_t read();
void write(uint8_t data);
- DECLARE_READ8_MEMBER( bus_r ) { return read(); }
- DECLARE_WRITE8_MEMBER( bus_w ) { write(data); }
DECLARE_WRITE_LINE_MEMBER(rdy_w);
DECLARE_WRITE_LINE_MEMBER(wait_w);