summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mw8080bw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mw8080bw.h')
-rw-r--r--src/mame/includes/mw8080bw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/mw8080bw.h b/src/mame/includes/mw8080bw.h
index 8b0e1c37750..46eb37a4df3 100644
--- a/src/mame/includes/mw8080bw.h
+++ b/src/mame/includes/mw8080bw.h
@@ -136,7 +136,7 @@ protected:
required_shared_ptr<uint8_t> m_main_ram;
optional_shared_ptr<uint8_t> m_colorram;
optional_shared_ptr<uint8_t> m_colorram2;
- optional_device<discrete_device> m_discrete;
+ optional_device<discrete_sound_device> m_discrete;
/* other devices */
optional_device<samples_device> m_samples;