summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/commando.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/commando.h')
-rw-r--r--src/mame/includes/commando.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/commando.h b/src/mame/includes/commando.h
index 358174b5bb9..95c1e13707c 100644
--- a/src/mame/includes/commando.h
+++ b/src/mame/includes/commando.h
@@ -43,6 +43,9 @@ public:
DECLARE_DRIVER_INIT(commando);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
TILE_GET_INFO_MEMBER(get_fg_tile_info);
+ virtual void machine_start();
+ virtual void machine_reset();
+ virtual void video_start();
};
@@ -50,5 +53,5 @@ public:
/*----------- defined in video/commando.c -----------*/
-VIDEO_START( commando );
+
SCREEN_UPDATE_IND16( commando );