summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/othldrby.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/othldrby.h')
-rw-r--r--src/mame/includes/othldrby.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/othldrby.h b/src/mame/includes/othldrby.h
index 8b8179fede5..bdbdefd3ee7 100644
--- a/src/mame/includes/othldrby.h
+++ b/src/mame/includes/othldrby.h
@@ -38,12 +38,15 @@ public:
TILE_GET_INFO_MEMBER(get_tile_info0);
TILE_GET_INFO_MEMBER(get_tile_info1);
TILE_GET_INFO_MEMBER(get_tile_info2);
+ virtual void machine_start();
+ virtual void machine_reset();
+ virtual void video_start();
};
/*----------- defined in video/othldrby.c -----------*/
-VIDEO_START( othldrby );
+
SCREEN_VBLANK( othldrby );
SCREEN_UPDATE_IND16( othldrby );