summaryrefslogtreecommitdiffstats
path: root/src/mess/includes/p2000t.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/p2000t.h')
-rw-r--r--src/mess/includes/p2000t.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/p2000t.h b/src/mess/includes/p2000t.h
index e900e1355ca..4c2ab2c47f9 100644
--- a/src/mess/includes/p2000t.h
+++ b/src/mess/includes/p2000t.h
@@ -24,7 +24,7 @@ public:
{ }
required_device<cpu_device> m_maincpu;
- required_device<device_t> m_speaker;
+ required_device<speaker_sound_device> m_speaker;
DECLARE_READ8_MEMBER(p2000t_port_000f_r);
DECLARE_READ8_MEMBER(p2000t_port_202f_r);
DECLARE_WRITE8_MEMBER(p2000t_port_101f_w);