summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tmnt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tmnt.h')
-rw-r--r--src/mame/includes/tmnt.h25
1 files changed, 18 insertions, 7 deletions
diff --git a/src/mame/includes/tmnt.h b/src/mame/includes/tmnt.h
index a986a5a040e..4021243e5a3 100644
--- a/src/mame/includes/tmnt.h
+++ b/src/mame/includes/tmnt.h
@@ -121,6 +121,17 @@ public:
DECLARE_DRIVER_INIT(cuebrick);
TILE_GET_INFO_MEMBER(glfgreat_get_roz_tile_info);
TILE_GET_INFO_MEMBER(prmrsocr_get_roz_tile_info);
+ DECLARE_MACHINE_START(common);
+ DECLARE_MACHINE_RESET(common);
+ DECLARE_VIDEO_START(cuebrick);
+ DECLARE_VIDEO_START(mia);
+ DECLARE_MACHINE_RESET(tmnt);
+ DECLARE_VIDEO_START(tmnt);
+ DECLARE_VIDEO_START(lgtnfght);
+ DECLARE_VIDEO_START(blswhstl);
+ DECLARE_VIDEO_START(glfgreat);
+ DECLARE_MACHINE_START(prmrsocr);
+ DECLARE_VIDEO_START(prmrsocr);
};
@@ -140,13 +151,13 @@ extern void blswhstl_sprite_callback(running_machine &machine, int *code,int *co
extern void prmrsocr_sprite_callback(running_machine &machine, int *code,int *color,int *priority_mask);
-VIDEO_START( cuebrick );
-VIDEO_START( mia );
-VIDEO_START( tmnt );
-VIDEO_START( lgtnfght );
-VIDEO_START( blswhstl );
-VIDEO_START( glfgreat );
-VIDEO_START( prmrsocr );
+
+
+
+
+
+
+
SCREEN_UPDATE_IND16( mia );
SCREEN_UPDATE_IND16( tmnt );