summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/macs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/macs.c')
-rw-r--r--src/mame/drivers/macs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/macs.c b/src/mame/drivers/macs.c
index 2705af8bec9..d461c89d59f 100644
--- a/src/mame/drivers/macs.c
+++ b/src/mame/drivers/macs.c
@@ -494,7 +494,7 @@ static MACHINE_CONFIG_START( macs, macs_state )
MCFG_SCREEN_UPDATE_DRIVER(st0016_state, screen_update_st0016)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", macs)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", macs)
MCFG_PALETTE_ADD("palette", 16*16*4+1)
MCFG_VIDEO_START_OVERRIDE(st0016_state,st0016)