summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cxg_ch2001.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cxg_ch2001.cpp')
-rw-r--r--src/mame/drivers/cxg_ch2001.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/cxg_ch2001.cpp b/src/mame/drivers/cxg_ch2001.cpp
index 4b2602b3e94..e7de8598941 100644
--- a/src/mame/drivers/cxg_ch2001.cpp
+++ b/src/mame/drivers/cxg_ch2001.cpp
@@ -35,12 +35,14 @@ public:
m_speaker_off(*this, "speaker_off")
{ }
+ // machine drivers
void ch2001(machine_config &config);
private:
// devices/pointers
required_device<timer_device> m_speaker_off;
+ // address maps
void main_map(address_map &map);
TIMER_DEVICE_CALLBACK_MEMBER(speaker_off) { m_dac->write(0); }