summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dambustr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dambustr.c')
-rw-r--r--src/mame/drivers/dambustr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dambustr.c b/src/mame/drivers/dambustr.c
index c176de8c12d..5e0c9de3a7e 100644
--- a/src/mame/drivers/dambustr.c
+++ b/src/mame/drivers/dambustr.c
@@ -268,7 +268,7 @@ static MACHINE_CONFIG_START( dambustr, dambustr_state )
MCFG_SCREEN_UPDATE_DRIVER(dambustr_state, screen_update_dambustr)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", dambustr)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", dambustr)
MCFG_PALETTE_ADD("palette", 32+2+64+8) /* 32 for the characters, 2 for the bullets, 64 for the stars, 8 for the background */
MCFG_PALETTE_INIT_OWNER(dambustr_state,dambustr)