summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bzone.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bzone.h')
-rw-r--r--src/mame/includes/bzone.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/includes/bzone.h b/src/mame/includes/bzone.h
index 205ce85df6e..1f3e3b2104e 100644
--- a/src/mame/includes/bzone.h
+++ b/src/mame/includes/bzone.h
@@ -4,6 +4,8 @@
*************************************************************************/
+#include "devlegcy.h"
+
#define BZONE_MASTER_CLOCK (XTAL_12_096MHz)
#define BZONE_CLOCK_3KHZ (MASTER_CLOCK / 4096)
@@ -23,5 +25,4 @@ MACHINE_DRIVER_EXTERN( bzone_audio );
WRITE8_HANDLER( redbaron_sounds_w );
-DEVICE_GET_INFO( redbaron_sound );
-#define SOUND_REDBARON DEVICE_GET_INFO_NAME(redbaron_sound)
+DECLARE_LEGACY_SOUND_DEVICE(REDBARON, redbaron_sound);