summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/capbowl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/capbowl.c')
-rw-r--r--src/mame/drivers/capbowl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/capbowl.c b/src/mame/drivers/capbowl.c
index f8cc53d2da5..5e800efb2fc 100644
--- a/src/mame/drivers/capbowl.c
+++ b/src/mame/drivers/capbowl.c
@@ -376,7 +376,7 @@ static MACHINE_CONFIG_START( capbowl, capbowl_state )
MCFG_SCREEN_SIZE(360, 256)
MCFG_SCREEN_VISIBLE_AREA(0, 359, 0, 244)
MCFG_SCREEN_REFRESH_RATE(57)
- MCFG_SCREEN_UPDATE_STATIC(capbowl)
+ MCFG_SCREEN_UPDATE_DRIVER(capbowl_state, screen_update_capbowl)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")