summaryrefslogtreecommitdiffstats
path: root/src/mess/drivers/lx800.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/lx800.c')
-rw-r--r--src/mess/drivers/lx800.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/lx800.c b/src/mess/drivers/lx800.c
index e84a7250ec5..7590e09246a 100644
--- a/src/mess/drivers/lx800.c
+++ b/src/mess/drivers/lx800.c
@@ -35,7 +35,7 @@ public:
{ }
required_device<cpu_device> m_maincpu;
- required_device<device_t> m_beep;
+ required_device<beep_device> m_beep;
DECLARE_READ8_MEMBER(lx800_porta_r);
DECLARE_WRITE8_MEMBER(lx800_porta_w);
DECLARE_READ8_MEMBER(lx800_portc_r);