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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/gomoku.c b/src/mame/drivers/gomoku.c
index 13ea576f474..06dd3fe148a 100644
--- a/src/mame/drivers/gomoku.c
+++ b/src/mame/drivers/gomoku.c
@@ -134,8 +134,6 @@ static MACHINE_CONFIG_START( gomoku, gomoku_state )
MCFG_GFXDECODE(gomoku)
MCFG_PALETTE_LENGTH(64)
- MCFG_PALETTE_INIT(gomoku)
- MCFG_VIDEO_START(gomoku)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")