summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/capbowl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/capbowl.h')
-rw-r--r--src/mame/includes/capbowl.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/capbowl.h b/src/mame/includes/capbowl.h
index 0d3d507876d..ab1620364b7 100644
--- a/src/mame/includes/capbowl.h
+++ b/src/mame/includes/capbowl.h
@@ -37,11 +37,14 @@ public:
DECLARE_WRITE8_MEMBER(bowlrama_blitter_w);
DECLARE_READ8_MEMBER(bowlrama_blitter_r);
DECLARE_DRIVER_INIT(capbowl);
+ virtual void machine_start();
+ virtual void machine_reset();
+ virtual void video_start();
};
/*----------- defined in video/capbowl.c -----------*/
-VIDEO_START( capbowl );
+
SCREEN_UPDATE_RGB32( capbowl );