summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/rex6000.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/rex6000.c')
-rw-r--r--src/mess/drivers/rex6000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/rex6000.c b/src/mess/drivers/rex6000.c
index 97953149de3..e3fd57ddc3f 100644
--- a/src/mess/drivers/rex6000.c
+++ b/src/mess/drivers/rex6000.c
@@ -66,7 +66,7 @@ public:
required_device<cpu_device> m_maincpu;
required_device<ram_device> m_ram;
- required_device<device_t> m_beep;
+ required_device<beep_device> m_beep;
fujitsu_29dl16x_device *m_flash[4];
UINT8 m_bank[4];