summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/68340.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/68340.h')
-rw-r--r--src/devices/machine/68340.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/68340.h b/src/devices/machine/68340.h
index 9ced90bb241..3e463cb13fd 100644
--- a/src/devices/machine/68340.h
+++ b/src/devices/machine/68340.h
@@ -102,6 +102,7 @@ public:
DECLARE_WRITE_LINE_MEMBER( tin2_w ) { m_timer2->tin_w(state); }
DECLARE_WRITE_LINE_MEMBER( tgate2_w ){ m_timer2->tgate_w(state); }
+ void m68340_internal_map(address_map &map);
protected:
virtual void device_start() override;
virtual void device_reset() override;