summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/boogwing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/boogwing.c')
-rw-r--r--src/mame/drivers/boogwing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/boogwing.c b/src/mame/drivers/boogwing.c
index b44b95605e5..4252b88568e 100644
--- a/src/mame/drivers/boogwing.c
+++ b/src/mame/drivers/boogwing.c
@@ -354,7 +354,7 @@ static MACHINE_CONFIG_START( boogwing, boogwing_state )
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(2500) /* not accurate */)
MCFG_SCREEN_SIZE(40*8, 32*8)
MCFG_SCREEN_VISIBLE_AREA(0*8, 40*8-1, 1*8, 31*8-1)
- MCFG_SCREEN_UPDATE_STATIC(boogwing)
+ MCFG_SCREEN_UPDATE_DRIVER(boogwing_state, screen_update_boogwing)
MCFG_PALETTE_LENGTH(2048)
MCFG_GFXDECODE(boogwing)