summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tbowl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tbowl.h')
-rw-r--r--src/mame/includes/tbowl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/tbowl.h b/src/mame/includes/tbowl.h
index cab6a639027..6961a53d227 100644
--- a/src/mame/includes/tbowl.h
+++ b/src/mame/includes/tbowl.h
@@ -48,6 +48,8 @@ public:
TILE_GET_INFO_MEMBER(get_tx_tile_info);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
TILE_GET_INFO_MEMBER(get_bg2_tile_info);
+ virtual void machine_reset();
+ virtual void video_start();
};
@@ -55,7 +57,7 @@ public:
-VIDEO_START( tbowl );
+
SCREEN_UPDATE_IND16( tbowl_left );
SCREEN_UPDATE_IND16( tbowl_right );