summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atarig1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/atarig1.c')
-rw-r--r--src/mame/drivers/atarig1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/atarig1.c b/src/mame/drivers/atarig1.c
index 9eff84805cd..d9dcee603e4 100644
--- a/src/mame/drivers/atarig1.c
+++ b/src/mame/drivers/atarig1.c
@@ -434,7 +434,7 @@ static MACHINE_CONFIG_START( atarig1, atarig1_state )
MCFG_ATARI_EEPROM_2816_ADD("eeprom")
/* video hardware */
- MCFG_GFXDECODE_ADD("gfxdecode", atarig1)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", atarig1)
MCFG_PALETTE_ADD("palette", 1280)
/* initialize the playfield */