summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tunhunt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tunhunt.c')
-rw-r--r--src/mame/drivers/tunhunt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tunhunt.c b/src/mame/drivers/tunhunt.c
index 395a6d908b3..43086ebfa3f 100644
--- a/src/mame/drivers/tunhunt.c
+++ b/src/mame/drivers/tunhunt.c
@@ -308,7 +308,7 @@ static MACHINE_CONFIG_START( tunhunt, tunhunt_state )
MCFG_SCREEN_UPDATE_DRIVER(tunhunt_state, screen_update_tunhunt)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", tunhunt)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", tunhunt)
MCFG_PALETTE_ADD("palette", 0x1a)
MCFG_PALETTE_INDIRECT_ENTRIES(16)
MCFG_PALETTE_INIT_OWNER(tunhunt_state, tunhunt)