summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/midvunit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/midvunit.c')
-rw-r--r--src/mame/drivers/midvunit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/midvunit.c b/src/mame/drivers/midvunit.c
index b69a7ae2e42..115e85852eb 100644
--- a/src/mame/drivers/midvunit.c
+++ b/src/mame/drivers/midvunit.c
@@ -1026,7 +1026,7 @@ static MACHINE_CONFIG_START( midvcommon, midvunit_state )
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_RAW_PARAMS(MIDVUNIT_VIDEO_CLOCK/2, 666, 0, 512, 432, 0, 400)
- MCFG_SCREEN_UPDATE_STATIC(midvunit)
+ MCFG_SCREEN_UPDATE_DRIVER(midvunit_state, screen_update_midvunit)
MACHINE_CONFIG_END