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 c2af6264c2b..56b384a9987 100644
--- a/src/mame/drivers/offtwall.c
+++ b/src/mame/drivers/offtwall.c
@@ -370,7 +370,7 @@ static MACHINE_CONFIG_START( offtwall, offtwall_state )
/* video hardware */
MCFG_VIDEO_ATTRIBUTES(VIDEO_UPDATE_BEFORE_VBLANK)
MCFG_GFXDECODE_ADD("gfxdecode", offtwall)
- MCFG_PALETTE_LENGTH(2048)
+ MCFG_PALETTE_ADD("palette", 2048)
MCFG_ATARI_VAD_ADD("vad", "screen", WRITELINE(atarigen_state, scanline_int_write_line))
MCFG_ATARI_VAD_PLAYFIELD(offtwall_state, get_playfield_tile_info)