summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rohga.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rohga.h')
-rw-r--r--src/mame/includes/rohga.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mame/includes/rohga.h b/src/mame/includes/rohga.h
index fd72bfabf4b..4c19e285132 100644
--- a/src/mame/includes/rohga.h
+++ b/src/mame/includes/rohga.h
@@ -54,6 +54,9 @@ public:
DECLARE_DRIVER_INIT(nitrobal);
DECLARE_DRIVER_INIT(schmeisr);
DECLARE_DRIVER_INIT(rohga);
+ DECLARE_VIDEO_START(rohga);
+ DECLARE_VIDEO_START(wizdfire);
+ DECLARE_VIDEO_START(schmeisr);
};
@@ -61,9 +64,9 @@ public:
/*----------- defined in video/rohga.c -----------*/
-VIDEO_START( rohga );
-VIDEO_START( schmeisr );
-VIDEO_START( wizdfire );
+
+
+
SCREEN_UPDATE_IND16( rohga );