summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/canyon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/canyon.h')
-rw-r--r--src/mame/includes/canyon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/canyon.h b/src/mame/includes/canyon.h
index 09553046039..8fc9ce9f167 100644
--- a/src/mame/includes/canyon.h
+++ b/src/mame/includes/canyon.h
@@ -63,7 +63,7 @@ private:
required_shared_ptr<uint8_t> m_videoram;
required_device<f9334_device> m_outlatch;
- required_device<discrete_device> m_discrete;
+ required_device<discrete_sound_device> m_discrete;
/* video-related */
tilemap_t *m_bg_tilemap;