summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/crshrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/crshrace.h')
-rw-r--r--src/mame/includes/crshrace.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/crshrace.h b/src/mame/includes/crshrace.h
index a69c5a3680b..4cb86af129e 100644
--- a/src/mame/includes/crshrace.h
+++ b/src/mame/includes/crshrace.h
@@ -47,11 +47,14 @@ public:
DECLARE_DRIVER_INIT(crshrace);
TILE_GET_INFO_MEMBER(get_tile_info1);
TILE_GET_INFO_MEMBER(get_tile_info2);
+ virtual void machine_start();
+ virtual void machine_reset();
+ virtual void video_start();
};
/*----------- defined in video/crshrace.c -----------*/
-VIDEO_START( crshrace );
+
SCREEN_VBLANK( crshrace );
SCREEN_UPDATE_IND16( crshrace );