summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/acefruit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/acefruit.c')
-rw-r--r--src/mame/drivers/acefruit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/acefruit.c b/src/mame/drivers/acefruit.c
index bac7189519b..7ce2fa2792d 100644
--- a/src/mame/drivers/acefruit.c
+++ b/src/mame/drivers/acefruit.c
@@ -608,7 +608,7 @@ static MACHINE_CONFIG_START( acefruit, acefruit_state )
MCFG_CPU_IO_MAP(acefruit_io)
MCFG_CPU_VBLANK_INT_DRIVER("screen", acefruit_state, acefruit_vblank)
- MCFG_GFXDECODE_ADD("gfxdecode", acefruit)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", acefruit)
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)