summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/canyon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/canyon.c')
-rw-r--r--src/mame/drivers/canyon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/canyon.c b/src/mame/drivers/canyon.c
index 4acef8cad73..dba8bfcb41f 100644
--- a/src/mame/drivers/canyon.c
+++ b/src/mame/drivers/canyon.c
@@ -251,7 +251,7 @@ static MACHINE_CONFIG_START( canyon, canyon_state )
MCFG_SCREEN_UPDATE_DRIVER(canyon_state, screen_update_canyon)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", canyon)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", canyon)
MCFG_PALETTE_ADD("palette", 4)
MCFG_PALETTE_INIT_OWNER(canyon_state, canyon)