summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gcpinbal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gcpinbal.c')
-rw-r--r--src/mame/drivers/gcpinbal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gcpinbal.c b/src/mame/drivers/gcpinbal.c
index a2202f1ff8d..4a569b4cdf5 100644
--- a/src/mame/drivers/gcpinbal.c
+++ b/src/mame/drivers/gcpinbal.c
@@ -447,7 +447,7 @@ static MACHINE_CONFIG_START( gcpinbal, gcpinbal_state )
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(0) /* frames per second, vblank duration */)
MCFG_SCREEN_SIZE(40*8, 32*8)
MCFG_SCREEN_VISIBLE_AREA(0*8, 40*8-1, 2*8, 30*8-1)
- MCFG_SCREEN_UPDATE_STATIC(gcpinbal)
+ MCFG_SCREEN_UPDATE_DRIVER(gcpinbal_state, screen_update_gcpinbal)
MCFG_GFXDECODE(gcpinbal)