summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ac1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/ac1.c')
-rw-r--r--src/mess/drivers/ac1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/ac1.c b/src/mess/drivers/ac1.c
index a51e7886558..9aa91ceff6d 100644
--- a/src/mess/drivers/ac1.c
+++ b/src/mess/drivers/ac1.c
@@ -137,7 +137,7 @@ static MACHINE_CONFIG_START( ac1, ac1_state )
MCFG_SCREEN_UPDATE_DRIVER(ac1_state, screen_update_ac1)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", ac1 )
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", ac1 )
MCFG_PALETTE_ADD_BLACK_AND_WHITE("palette")