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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/includes/bzone.h b/src/mame/includes/bzone.h
index 393f378fd90..bb04bdcfb2c 100644
--- a/src/mame/includes/bzone.h
+++ b/src/mame/includes/bzone.h
@@ -4,8 +4,6 @@
*************************************************************************/
-#include "sound/custom.h"
-
/*----------- defined in drivers/bzone.c -----------*/
@@ -16,12 +14,14 @@ extern UINT8 rb_input_select;
WRITE8_HANDLER( bzone_sounds_w );
-CUSTOM_START( bzone_sh_start );
+DEVICE_GET_INFO( bzone_sound );
+#define SOUND_BZONE DEVICE_GET_INFO_NAME(bzone_sound)
/*----------- defined in audio/redbaron.c -----------*/
WRITE8_HANDLER( redbaron_sounds_w );
-WRITE8_HANDLER( redbaron_pokey_w );
+WRITE8_DEVICE_HANDLER( redbaron_pokey_w );
-CUSTOM_START( redbaron_sh_start );
+DEVICE_GET_INFO( redbaron_sound );
+#define SOUND_REDBARON DEVICE_GET_INFO_NAME(redbaron_sound)