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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/crgolf.h b/src/mame/includes/crgolf.h
index adfc944cc72..1c1252d04f6 100644
--- a/src/mame/includes/crgolf.h
+++ b/src/mame/includes/crgolf.h
@@ -50,6 +50,9 @@ public:
DECLARE_READ8_MEMBER(crgolf_videoram_r);
DECLARE_WRITE8_MEMBER(crgolfhi_sample_w);
DECLARE_DRIVER_INIT(crgolfhi);
+ virtual void machine_start();
+ virtual void machine_reset();
+ DECLARE_VIDEO_START(crgolf);
};
/*----------- defined in video/crgolf.c -----------*/