summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/crgolf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/crgolf.c')
-rw-r--r--src/mame/video/crgolf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/crgolf.c b/src/mame/video/crgolf.c
index d0b6c315464..8bbfbe0580d 100644
--- a/src/mame/video/crgolf.c
+++ b/src/mame/video/crgolf.c
@@ -201,5 +201,5 @@ MACHINE_CONFIG_FRAGMENT( crgolf_video )
MCFG_SCREEN_VISIBLE_AREA(0, 255, 8, 247)
MCFG_SCREEN_REFRESH_RATE(60)
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(2500) /* not accurate */)
- MCFG_SCREEN_UPDATE(crgolf)
+ MCFG_SCREEN_UPDATE(crgolf)
MACHINE_CONFIG_END