summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus/a2themill.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/a2bus/a2themill.h')
-rw-r--r--src/devices/bus/a2bus/a2themill.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/a2bus/a2themill.h b/src/devices/bus/a2bus/a2themill.h
index fde5d6266a7..f9c9d622564 100644
--- a/src/devices/bus/a2bus/a2themill.h
+++ b/src/devices/bus/a2bus/a2themill.h
@@ -30,6 +30,7 @@ public:
DECLARE_READ8_MEMBER( dma_r );
DECLARE_WRITE8_MEMBER( dma_w );
+ void m6809_mem(address_map &map);
protected:
a2bus_themill_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock);