summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/xorworld.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/xorworld.c')
-rw-r--r--src/mame/drivers/xorworld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/xorworld.c b/src/mame/drivers/xorworld.c
index 0e80bba8236..db292d82250 100644
--- a/src/mame/drivers/xorworld.c
+++ b/src/mame/drivers/xorworld.c
@@ -185,7 +185,7 @@ static MACHINE_CONFIG_START( xorworld, xorworld_state )
MCFG_SCREEN_UPDATE_DRIVER(xorworld_state, screen_update_xorworld)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", xorworld)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", xorworld)
MCFG_PALETTE_ADD("palette", 256)
MCFG_PALETTE_INIT_OWNER(xorworld_state, xorworld)