summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/shuuz.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/shuuz.c')
-rw-r--r--src/mame/drivers/shuuz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/shuuz.c b/src/mame/drivers/shuuz.c
index 661b8a6e889..021774ff0be 100644
--- a/src/mame/drivers/shuuz.c
+++ b/src/mame/drivers/shuuz.c
@@ -234,7 +234,7 @@ static MACHINE_CONFIG_START( shuuz, shuuz_state )
/* video hardware */
MCFG_VIDEO_ATTRIBUTES(VIDEO_UPDATE_BEFORE_VBLANK)
MCFG_GFXDECODE_ADD("gfxdecode", shuuz)
- MCFG_PALETTE_LENGTH(1024)
+ MCFG_PALETTE_ADD("palette", 1024)
MCFG_ATARI_VAD_ADD("vad", "screen", WRITELINE(atarigen_state, scanline_int_write_line))
MCFG_ATARI_VAD_PLAYFIELD(shuuz_state, get_playfield_tile_info)