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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/includes/gomoku.h b/src/mame/includes/gomoku.h
index cc0d8b1e244..e87f0a3225f 100644
--- a/src/mame/includes/gomoku.h
+++ b/src/mame/includes/gomoku.h
@@ -1,3 +1,5 @@
+#include "devlegcy.h"
+
/*----------- defined in audio/gomoku.c -----------*/
extern UINT8 *gomoku_soundregs1;
@@ -6,8 +8,7 @@ extern UINT8 *gomoku_soundregs2;
WRITE8_HANDLER( gomoku_sound1_w );
WRITE8_HANDLER( gomoku_sound2_w );
-DEVICE_GET_INFO( gomoku_sound );
-#define SOUND_GOMOKU DEVICE_GET_INFO_NAME(gomoku_sound)
+DECLARE_LEGACY_SOUND_DEVICE(GOMOKU, gomoku_sound);
/*----------- defined in video/gomoku.c -----------*/