summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gauntlet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gauntlet.c')
-rw-r--r--src/mame/drivers/gauntlet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gauntlet.c b/src/mame/drivers/gauntlet.c
index 278baaf02dc..3a6b8cc0a63 100644
--- a/src/mame/drivers/gauntlet.c
+++ b/src/mame/drivers/gauntlet.c
@@ -508,7 +508,7 @@ static MACHINE_CONFIG_START( gauntlet, gauntlet_state )
MCFG_ATARI_EEPROM_2804_ADD("eeprom")
/* video hardware */
- MCFG_GFXDECODE_ADD("gfxdecode", gauntlet)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", gauntlet)
MCFG_PALETTE_ADD("palette", 1024)
MCFG_PALETTE_FORMAT(IIIIRRRRGGGGBBBB)