summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/crgolf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/crgolf.h')
-rw-r--r--src/mame/includes/crgolf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/crgolf.h b/src/mame/includes/crgolf.h
index 1c1252d04f6..8faa5f19971 100644
--- a/src/mame/includes/crgolf.h
+++ b/src/mame/includes/crgolf.h
@@ -53,6 +53,7 @@ public:
virtual void machine_start();
virtual void machine_reset();
DECLARE_VIDEO_START(crgolf);
+ UINT32 screen_update_crgolf(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/crgolf.c -----------*/