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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/a2bus/transwarp.h b/src/devices/bus/a2bus/transwarp.h
index be327e56c6e..98d2e842506 100644
--- a/src/devices/bus/a2bus/transwarp.h
+++ b/src/devices/bus/a2bus/transwarp.h
@@ -30,6 +30,7 @@ public:
DECLARE_READ8_MEMBER( dma_r );
DECLARE_WRITE8_MEMBER( dma_w );
+ void m65c02_mem(address_map &map);
protected:
a2bus_transwarp_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock);