summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atarisy2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/atarisy2.c')
-rw-r--r--src/mame/drivers/atarisy2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/atarisy2.c b/src/mame/drivers/atarisy2.c
index 82850c71e28..b37e4b6a72e 100644
--- a/src/mame/drivers/atarisy2.c
+++ b/src/mame/drivers/atarisy2.c
@@ -1235,7 +1235,7 @@ static MACHINE_CONFIG_START( atarisy2, atarisy2_state )
MCFG_EEPROM_2804_ADD("eeprom")
/* video hardware */
- MCFG_GFXDECODE_ADD("gfxdecode", atarisy2)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", atarisy2)
MCFG_PALETTE_ADD("palette", 256)
MCFG_TILEMAP_ADD_STANDARD("playfield", "gfxdecode", 2, atarisy2_state, get_playfield_tile_info, 8,8, SCAN_ROWS, 128,64)