summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/compgolf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/compgolf.c')
-rw-r--r--src/mame/drivers/compgolf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/compgolf.c b/src/mame/drivers/compgolf.c
index 098892bbfc4..2ce772f68b1 100644
--- a/src/mame/drivers/compgolf.c
+++ b/src/mame/drivers/compgolf.c
@@ -257,7 +257,7 @@ static MACHINE_CONFIG_START( compgolf, compgolf_state )
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(2500) /* not accurate */)
MCFG_SCREEN_SIZE(256, 256)
MCFG_SCREEN_VISIBLE_AREA(1*8, 32*8-1, 1*8, 31*8-1)
- MCFG_SCREEN_UPDATE_STATIC(compgolf)
+ MCFG_SCREEN_UPDATE_DRIVER(compgolf_state, screen_update_compgolf)
MCFG_PALETTE_LENGTH(0x100)
MCFG_GFXDECODE(compgolf)