summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/slapfght.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/slapfght.h')
-rw-r--r--src/mame/includes/slapfght.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mame/includes/slapfght.h b/src/mame/includes/slapfght.h
index 1f0c2f0a584..26f9ba3e920 100644
--- a/src/mame/includes/slapfght.h
+++ b/src/mame/includes/slapfght.h
@@ -120,6 +120,9 @@ public:
TILE_GET_INFO_MEMBER(get_pf_tile_info);
TILE_GET_INFO_MEMBER(get_pf1_tile_info);
TILE_GET_INFO_MEMBER(get_fix_tile_info);
+ DECLARE_MACHINE_RESET(slapfight);
+ DECLARE_VIDEO_START(perfrman);
+ DECLARE_VIDEO_START(slapfight);
};
@@ -139,7 +142,7 @@ public:
/*----------- defined in machine/slapfght.c -----------*/
-MACHINE_RESET( slapfight );
+
@@ -155,6 +158,6 @@ INTERRUPT_GEN( getstar_interrupt );
SCREEN_UPDATE_IND16( slapfight );
SCREEN_UPDATE_IND16( perfrman );
-VIDEO_START( slapfight );
-VIDEO_START( perfrman );
+
+