summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/skyfox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/skyfox.c')
-rw-r--r--src/mame/drivers/skyfox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/skyfox.c b/src/mame/drivers/skyfox.c
index 1e873022359..2ddbe68cf17 100644
--- a/src/mame/drivers/skyfox.c
+++ b/src/mame/drivers/skyfox.c
@@ -249,7 +249,7 @@ static MACHINE_CONFIG_START( skyfox, skyfox_state )
MCFG_SCREEN_UPDATE_DRIVER(skyfox_state, screen_update_skyfox)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", skyfox)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", skyfox)
MCFG_PALETTE_ADD("palette", 256+256) /* 256 static colors (+256 for the background??) */
MCFG_PALETTE_INIT_OWNER(skyfox_state, skyfox)