summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galpanic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galpanic.c')
-rw-r--r--src/mame/drivers/galpanic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/galpanic.c b/src/mame/drivers/galpanic.c
index f24ceb17241..04ccbe53df2 100644
--- a/src/mame/drivers/galpanic.c
+++ b/src/mame/drivers/galpanic.c
@@ -581,8 +581,8 @@ static MACHINE_CONFIG_START( galpanic, galpanic_state )
- MCFG_PALETTE_INIT(galpanic)
- MCFG_VIDEO_START(galpanic)
+ MCFG_PALETTE_INIT_OVERRIDE(galpanic_state,galpanic)
+ MCFG_VIDEO_START_OVERRIDE(galpanic_state,galpanic)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")