summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/gomoku.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/gomoku.c')
-rw-r--r--src/mame/audio/gomoku.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/gomoku.c b/src/mame/audio/gomoku.c
index 22fe2339844..1823687859e 100644
--- a/src/mame/audio/gomoku.c
+++ b/src/mame/audio/gomoku.c
@@ -183,7 +183,7 @@ void *gomoku_sh_start(int clock, const struct CustomSound_interface *config)
num_voices = MAX_VOICES;
last_channel = channel_list + num_voices;
- sound_rom = memory_region(Machine, RGNCLASS_SOUND, "gomoku");
+ sound_rom = memory_region(Machine, "gomoku");
/* start with sound enabled, many games don't have a sound enable register */
sound_enable = 1;