summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/blueprnt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/blueprnt.c')
-rw-r--r--src/mame/drivers/blueprnt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/blueprnt.c b/src/mame/drivers/blueprnt.c
index 09f3c2f62ce..0e50f2b90d1 100644
--- a/src/mame/drivers/blueprnt.c
+++ b/src/mame/drivers/blueprnt.c
@@ -384,6 +384,7 @@ static MACHINE_CONFIG_START( blueprnt, blueprnt_state )
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 2*8, 30*8-1)
MCFG_VIDEO_START_OVERRIDE(blueprnt_state, blueprnt)
MCFG_SCREEN_UPDATE_DRIVER(blueprnt_state, screen_update_blueprnt)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", blueprnt)
MCFG_PALETTE_ADD("palette", 128*4+8)