summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/monzagp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/monzagp.c')
-rw-r--r--src/mame/drivers/monzagp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/monzagp.c b/src/mame/drivers/monzagp.c
index c922c15866f..c33895b025a 100644
--- a/src/mame/drivers/monzagp.c
+++ b/src/mame/drivers/monzagp.c
@@ -270,6 +270,7 @@ static MACHINE_CONFIG_START( monzagp, monzagp_state )
MCFG_SCREEN_SIZE(32*8, 32*8)
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 0*8, 32*8-1)
MCFG_SCREEN_UPDATE_DRIVER(monzagp_state, screen_update_monzagp)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_PALETTE_ADD("palette", 0x200)
MCFG_PALETTE_INIT_OWNER(monzagp_state, monzagp)