summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/offtwall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/offtwall.c')
-rw-r--r--src/mame/drivers/offtwall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/offtwall.c b/src/mame/drivers/offtwall.c
index 44d3bdd1e93..e3e26a30d24 100644
--- a/src/mame/drivers/offtwall.c
+++ b/src/mame/drivers/offtwall.c
@@ -368,7 +368,7 @@ static MACHINE_CONFIG_START( offtwall, offtwall_state )
MCFG_ATARI_EEPROM_2816_ADD("eeprom")
/* video hardware */
- MCFG_GFXDECODE_ADD("gfxdecode", offtwall)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", offtwall)
MCFG_PALETTE_ADD("palette", 2048)
MCFG_ATARI_VAD_ADD("vad", "screen", WRITELINE(atarigen_state, scanline_int_write_line))