summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wiping.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wiping.c')
-rw-r--r--src/mame/drivers/wiping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/wiping.c b/src/mame/drivers/wiping.c
index 9a2d03ff535..1c28df9434e 100644
--- a/src/mame/drivers/wiping.c
+++ b/src/mame/drivers/wiping.c
@@ -294,7 +294,7 @@ static MACHINE_CONFIG_START( wiping, wiping_state )
MCFG_SCREEN_UPDATE_DRIVER(wiping_state, screen_update_wiping)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", wiping)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", wiping)
MCFG_PALETTE_ADD("palette", 64*4+64*4)
MCFG_PALETTE_INDIRECT_ENTRIES(32)
MCFG_PALETTE_INIT_OWNER(wiping_state, wiping)