summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mario.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mario.h')
-rw-r--r--src/mame/includes/mario.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/mario.h b/src/mame/includes/mario.h
index e5839bbc42a..d02c919a841 100644
--- a/src/mame/includes/mario.h
+++ b/src/mame/includes/mario.h
@@ -89,7 +89,7 @@ private:
optional_device<generic_latch_8_device> m_soundlatch3;
optional_device<generic_latch_8_device> m_soundlatch4;
#if OLD_SOUND
- optional_device<discrete_device> m_discrete;
+ optional_device<discrete_sound_device> m_discrete;
#else
optional_device<netlist_mame_logic_input_device> m_audio_snd0;
optional_device<netlist_mame_logic_input_device> m_audio_snd1;