summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/battlex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/battlex.c')
-rw-r--r--src/mame/drivers/battlex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/battlex.c b/src/mame/drivers/battlex.c
index 4f0615d2337..b5327c41c97 100644
--- a/src/mame/drivers/battlex.c
+++ b/src/mame/drivers/battlex.c
@@ -259,7 +259,7 @@ static MACHINE_CONFIG_START( battlex, battlex_state )
MCFG_SCREEN_UPDATE_DRIVER(battlex_state, screen_update_battlex)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", battlex)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", battlex)
MCFG_PALETTE_ADD("palette", 64)
/* sound hardware */