summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galaxia.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galaxia.c')
-rw-r--r--src/mame/drivers/galaxia.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/galaxia.c b/src/mame/drivers/galaxia.c
index 1b170cd8172..bf2b446251f 100644
--- a/src/mame/drivers/galaxia.c
+++ b/src/mame/drivers/galaxia.c
@@ -310,8 +310,8 @@ static MACHINE_CONFIG_START( galaxia, galaxia_state )
MCFG_GFXDECODE(galaxia)
MCFG_PALETTE_LENGTH(0x18+2)
- MCFG_PALETTE_INIT(galaxia)
- MCFG_VIDEO_START(galaxia)
+ MCFG_PALETTE_INIT_OVERRIDE(galaxia_state,galaxia)
+ MCFG_VIDEO_START_OVERRIDE(galaxia_state,galaxia)
MCFG_S2636_ADD("s2636_0", galaxia_s2636_config[0])
MCFG_S2636_ADD("s2636_1", galaxia_s2636_config[1])
@@ -350,8 +350,8 @@ static MACHINE_CONFIG_START( astrowar, galaxia_state )
MCFG_GFXDECODE(astrowar)
MCFG_PALETTE_LENGTH(0x18+2)
- MCFG_PALETTE_INIT(astrowar)
- MCFG_VIDEO_START(astrowar)
+ MCFG_PALETTE_INIT_OVERRIDE(galaxia_state,astrowar)
+ MCFG_VIDEO_START_OVERRIDE(galaxia_state,astrowar)
MCFG_S2636_ADD("s2636_0", astrowar_s2636_config)