summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bwing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bwing.h')
-rw-r--r--src/mame/includes/bwing.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/bwing.h b/src/mame/includes/bwing.h
index 4e1815d35f3..97c0f797d67 100644
--- a/src/mame/includes/bwing.h
+++ b/src/mame/includes/bwing.h
@@ -71,6 +71,9 @@ public:
TILE_GET_INFO_MEMBER(get_bgtileinfo);
TILE_GET_INFO_MEMBER(get_charinfo);
TILEMAP_MAPPER_MEMBER(bwing_scan_cols);
+ virtual void machine_start();
+ virtual void machine_reset();
+ virtual void video_start();
};
@@ -79,5 +82,5 @@ public:
extern const gfx_layout bwing_tilelayout;
-VIDEO_START( bwing );
+
SCREEN_UPDATE_IND16( bwing );