summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taito_o.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taito_o.c')
-rw-r--r--src/mame/drivers/taito_o.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/taito_o.c b/src/mame/drivers/taito_o.c
index 70ce7b2d7e2..40c730de07d 100644
--- a/src/mame/drivers/taito_o.c
+++ b/src/mame/drivers/taito_o.c
@@ -256,7 +256,7 @@ static MACHINE_CONFIG_START( parentj, taitoo_state )
MCFG_SCREEN_UPDATE_DRIVER(taitoo_state, screen_update_parentj)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", parentj)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", parentj)
MCFG_PALETTE_ADD("palette", 33*16)
MCFG_PALETTE_FORMAT(xBBBBBGGGGGRRRRR)