summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/segas32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/segas32.h')
-rw-r--r--src/mame/includes/segas32.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mame/includes/segas32.h b/src/mame/includes/segas32.h
index 20c91908206..020a9e9d358 100644
--- a/src/mame/includes/segas32.h
+++ b/src/mame/includes/segas32.h
@@ -171,6 +171,9 @@ public:
DECLARE_DRIVER_INIT(f1lap);
DECLARE_DRIVER_INIT(orunners);
TILE_GET_INFO_MEMBER(get_tile_info);
+ DECLARE_MACHINE_RESET(system32);
+ DECLARE_VIDEO_START(system32);
+ DECLARE_VIDEO_START(multi32);
};
@@ -190,8 +193,8 @@ void decrypt_ga2_protrom(running_machine &machine);
/*----------- defined in video/segas32.c -----------*/
-VIDEO_START(system32);
-VIDEO_START(multi32);
+
+
SCREEN_UPDATE_RGB32(system32);
SCREEN_UPDATE_RGB32(multi32_left);
SCREEN_UPDATE_RGB32(multi32_right);