summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ashnojoe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ashnojoe.h')
-rw-r--r--src/mame/includes/ashnojoe.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/ashnojoe.h b/src/mame/includes/ashnojoe.h
index 7a69af2630e..32f0b02ea77 100644
--- a/src/mame/includes/ashnojoe.h
+++ b/src/mame/includes/ashnojoe.h
@@ -70,11 +70,14 @@ public:
TILE_GET_INFO_MEMBER(get_joe_tile_info_5);
TILE_GET_INFO_MEMBER(get_joe_tile_info_6);
TILE_GET_INFO_MEMBER(get_joe_tile_info_7);
+ virtual void machine_start();
+ virtual void machine_reset();
+ virtual void video_start();
};
/*----------- defined in video/ashnojoe.c -----------*/
-VIDEO_START( ashnojoe );
+
SCREEN_UPDATE_IND16( ashnojoe );