summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/scramble.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/scramble.c')
-rw-r--r--src/mame/drivers/scramble.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/scramble.c b/src/mame/drivers/scramble.c
index bf5345eec09..7c2204b4002 100644
--- a/src/mame/drivers/scramble.c
+++ b/src/mame/drivers/scramble.c
@@ -1477,7 +1477,7 @@ static MACHINE_CONFIG_START( scramble, scramble_state )
MCFG_SCREEN_UPDATE_DRIVER(scramble_state, screen_update_galaxold)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", scramble)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", scramble)
MCFG_PALETTE_ADD("palette", 32+64+2+1) /* 32 for characters, 64 for stars, 2 for bullets, 0/1 for background */
MCFG_PALETTE_INIT_OWNER(scramble_state,scrambold)
@@ -1725,7 +1725,7 @@ static MACHINE_CONFIG_START( ad2083, scramble_state )
MCFG_SCREEN_UPDATE_DRIVER(scramble_state, screen_update_galaxold)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", ad2083)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", ad2083)
MCFG_PALETTE_ADD("palette", 32+64+2+8) /* 32 for characters, 64 for stars, 2 for bullets, 8 for background */
MCFG_PALETTE_INIT_OWNER(scramble_state,turtles)