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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/blueprnt.c b/src/mame/drivers/blueprnt.c
index be92f5ebdb4..a7c6f52d3ed 100644
--- a/src/mame/drivers/blueprnt.c
+++ b/src/mame/drivers/blueprnt.c
@@ -310,7 +310,7 @@ static MACHINE_CONFIG_START( blueprnt, blueprnt_state )
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(0))
MCFG_SCREEN_SIZE(32*8, 32*8)
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 2*8, 30*8-1)
- MCFG_SCREEN_UPDATE_STATIC(blueprnt)
+ MCFG_SCREEN_UPDATE_DRIVER(blueprnt_state, screen_update_blueprnt)
MCFG_GFXDECODE(blueprnt)
MCFG_PALETTE_LENGTH(128*4+8)