summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/spbactn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/spbactn.c')
-rw-r--r--src/mame/drivers/spbactn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/spbactn.c b/src/mame/drivers/spbactn.c
index c173c983532..86d643c09d5 100644
--- a/src/mame/drivers/spbactn.c
+++ b/src/mame/drivers/spbactn.c
@@ -426,7 +426,7 @@ static MACHINE_CONFIG_START( spbactn, spbactn_state )
MCFG_VIDEO_START_OVERRIDE(spbactn_state,spbactn)
MCFG_SCREEN_UPDATE_DRIVER(spbactn_state, screen_update_spbactn)
- MCFG_GFXDECODE_ADD("gfxdecode", spbactn)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", spbactn)
MCFG_PALETTE_ADD("palette", 0x2800/2)
MCFG_PALETTE_FORMAT(xxxxBBBBGGGGRRRR)
@@ -468,7 +468,7 @@ static MACHINE_CONFIG_START( spbactnp, spbactn_state )
MCFG_VIDEO_START_OVERRIDE(spbactn_state,spbactnp)
MCFG_SCREEN_UPDATE_DRIVER(spbactn_state, screen_update_spbactnp)
- MCFG_GFXDECODE_ADD("gfxdecode", spbactnp)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", spbactnp)
MCFG_PALETTE_ADD("palette", 0x2800/2)
MCFG_PALETTE_FORMAT(xxxxBBBBRRRRGGGG)