summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/trvmadns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/trvmadns.c')
-rw-r--r--src/mame/drivers/trvmadns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/trvmadns.c b/src/mame/drivers/trvmadns.c
index 125eec7352b..5efd74a76b8 100644
--- a/src/mame/drivers/trvmadns.c
+++ b/src/mame/drivers/trvmadns.c
@@ -389,7 +389,7 @@ static MACHINE_CONFIG_START( trvmadns, trvmadns_state )
MCFG_SCREEN_UPDATE_DRIVER(trvmadns_state, screen_update_trvmadns)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", trvmadns)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", trvmadns)
MCFG_PALETTE_ADD("palette", 16)