summaryrefslogtreecommitdiffstats
path: root/src/mess/drivers/h8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/h8.c')
-rw-r--r--src/mess/drivers/h8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/h8.c b/src/mess/drivers/h8.c
index a7961146f86..3ae5bfe467d 100644
--- a/src/mess/drivers/h8.c
+++ b/src/mess/drivers/h8.c
@@ -33,7 +33,7 @@ public:
required_device<cpu_device> m_maincpu;
//required_device<cassette_image_device> m_cass;
- required_device<device_t> m_beep;
+ required_device<beep_device> m_beep;
DECLARE_READ8_MEMBER(h8_f0_r);
DECLARE_WRITE8_MEMBER(h8_f0_w);
DECLARE_WRITE8_MEMBER(h8_f1_w);