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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/matmania.c b/src/mame/drivers/matmania.c
index fcb3f5242cb..cb679faf445 100644
--- a/src/mame/drivers/matmania.c
+++ b/src/mame/drivers/matmania.c
@@ -322,6 +322,7 @@ static MACHINE_CONFIG_START( matmania, matmania_state )
MCFG_SCREEN_SIZE(32*8, 32*8)
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 1*8, 31*8-1)
MCFG_SCREEN_UPDATE_DRIVER(matmania_state, screen_update_matmania)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", matmania)
MCFG_PALETTE_ADD("palette", 64+16)
@@ -403,6 +404,7 @@ static MACHINE_CONFIG_START( maniach, matmania_state )
MCFG_SCREEN_SIZE(32*8, 32*8)
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 1*8, 31*8-1)
MCFG_SCREEN_UPDATE_DRIVER(matmania_state, screen_update_maniach)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", maniach)
MCFG_PALETTE_ADD("palette", 64+16)