summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gomoku.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gomoku.c')
-rw-r--r--src/mame/drivers/gomoku.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/gomoku.c b/src/mame/drivers/gomoku.c
index c67b362d1f4..16b8fb624b1 100644
--- a/src/mame/drivers/gomoku.c
+++ b/src/mame/drivers/gomoku.c
@@ -134,8 +134,8 @@ static MACHINE_CONFIG_START( gomoku, gomoku_state )
MCFG_SCREEN_UPDATE_DRIVER(gomoku_state, screen_update_gomoku)
MCFG_GFXDECODE_ADD("gfxdecode", gomoku)
- MCFG_PALETTE_LENGTH(64)
-
+ MCFG_PALETTE_ADD("palette", 64)
+ MCFG_PALETTE_INIT_OWNER(gomoku_state, gomoku)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")