summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mastboy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mastboy.c')
-rw-r--r--src/mame/drivers/mastboy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/mastboy.c b/src/mame/drivers/mastboy.c
index 0067c397065..7d6c9ac6fbd 100644
--- a/src/mame/drivers/mastboy.c
+++ b/src/mame/drivers/mastboy.c
@@ -903,6 +903,7 @@ static MACHINE_CONFIG_START( mastboy, mastboy_state )
MCFG_SCREEN_SIZE(256, 256)
MCFG_SCREEN_VISIBLE_AREA(0, 256-1, 16, 256-16-1)
MCFG_SCREEN_UPDATE_DRIVER(mastboy_state, screen_update_mastboy)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", mastboy)
MCFG_PALETTE_ADD("palette", 0x100)