summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cvs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cvs.c')
-rw-r--r--src/mame/drivers/cvs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cvs.c b/src/mame/drivers/cvs.c
index d2d18e32577..508d188e9bf 100644
--- a/src/mame/drivers/cvs.c
+++ b/src/mame/drivers/cvs.c
@@ -1068,7 +1068,7 @@ static MACHINE_CONFIG_START( cvs, cvs_state )
MCFG_SCREEN_VISIBLE_AREA(0*8, 30*8-1, 1*8, 32*8-1)
MCFG_SCREEN_REFRESH_RATE(60)
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(1000))
- MCFG_SCREEN_UPDATE_STATIC(cvs)
+ MCFG_SCREEN_UPDATE_DRIVER(cvs_state, screen_update_cvs)
MCFG_S2636_ADD("s2636_0", s2636_0_config)
MCFG_S2636_ADD("s2636_1", s2636_1_config)