summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/matmania.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/matmania.c')
-rw-r--r--src/mame/drivers/matmania.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/matmania.c b/src/mame/drivers/matmania.c
index cb679faf445..b9abce3112a 100644
--- a/src/mame/drivers/matmania.c
+++ b/src/mame/drivers/matmania.c
@@ -324,7 +324,7 @@ static MACHINE_CONFIG_START( matmania, matmania_state )
MCFG_SCREEN_UPDATE_DRIVER(matmania_state, screen_update_matmania)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", matmania)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", matmania)
MCFG_PALETTE_ADD("palette", 64+16)
MCFG_PALETTE_INIT_OWNER(matmania_state, matmania)
@@ -406,7 +406,7 @@ static MACHINE_CONFIG_START( maniach, matmania_state )
MCFG_SCREEN_UPDATE_DRIVER(matmania_state, screen_update_maniach)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", maniach)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", maniach)
MCFG_PALETTE_ADD("palette", 64+16)
MCFG_PALETTE_INIT_OWNER(matmania_state, matmania)