summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus/transwarp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/a2bus/transwarp.h')
-rw-r--r--src/devices/bus/a2bus/transwarp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/a2bus/transwarp.h b/src/devices/bus/a2bus/transwarp.h
index 1c01ffef10d..998a1807fcd 100644
--- a/src/devices/bus/a2bus/transwarp.h
+++ b/src/devices/bus/a2bus/transwarp.h
@@ -49,8 +49,8 @@ private:
required_region_ptr<uint8_t> m_rom;
required_ioport m_dsw1, m_dsw2;
- DECLARE_READ8_MEMBER( dma_r );
- DECLARE_WRITE8_MEMBER( dma_w );
+ uint8_t dma_r(offs_t offset);
+ void dma_w(offs_t offset, uint8_t data);
void m65c02_mem(address_map &map);