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 953f032c0cc..b2106a84d4d 100644
--- a/src/mame/drivers/shuuz.c
+++ b/src/mame/drivers/shuuz.c
@@ -232,7 +232,7 @@ static MACHINE_CONFIG_START( shuuz, shuuz_state )
MCFG_ATARI_EEPROM_2816_ADD("eeprom")
/* video hardware */
- MCFG_GFXDECODE_ADD("gfxdecode", shuuz)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", shuuz)
MCFG_PALETTE_ADD("palette", 1024)
MCFG_ATARI_VAD_ADD("vad", "screen", WRITELINE(atarigen_state, scanline_int_write_line))