summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/t5182.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/t5182.h')
-rw-r--r--src/mame/audio/t5182.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/audio/t5182.h b/src/mame/audio/t5182.h
index d4d8f341f59..d104e41d989 100644
--- a/src/mame/audio/t5182.h
+++ b/src/mame/audio/t5182.h
@@ -42,6 +42,8 @@ public:
DECLARE_WRITE8_MEMBER(ym2151_irq_ack_w);
DECLARE_WRITE8_MEMBER(cpu_irq_ack_w);
+ void t5182_io(address_map &map);
+ void t5182_map(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;