summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gomoku.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gomoku.h')
-rw-r--r--src/mame/includes/gomoku.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/gomoku.h b/src/mame/includes/gomoku.h
index 4dd8babc38c..cc0d8b1e244 100644
--- a/src/mame/includes/gomoku.h
+++ b/src/mame/includes/gomoku.h
@@ -1,5 +1,3 @@
-#include "sound/custom.h"
-
/*----------- defined in audio/gomoku.c -----------*/
extern UINT8 *gomoku_soundregs1;
@@ -7,7 +5,9 @@ extern UINT8 *gomoku_soundregs2;
WRITE8_HANDLER( gomoku_sound1_w );
WRITE8_HANDLER( gomoku_sound2_w );
-CUSTOM_START( gomoku_sh_start );
+
+DEVICE_GET_INFO( gomoku_sound );
+#define SOUND_GOMOKU DEVICE_GET_INFO_NAME(gomoku_sound)
/*----------- defined in video/gomoku.c -----------*/