summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wecleman.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wecleman.h')
-rw-r--r--src/mame/includes/wecleman.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mame/includes/wecleman.h b/src/mame/includes/wecleman.h
index b34d689571d..bf684e6ac68 100644
--- a/src/mame/includes/wecleman.h
+++ b/src/mame/includes/wecleman.h
@@ -72,15 +72,19 @@ public:
TILE_GET_INFO_MEMBER(wecleman_get_txt_tile_info);
TILE_GET_INFO_MEMBER(wecleman_get_bg_tile_info);
TILE_GET_INFO_MEMBER(wecleman_get_fg_tile_info);
+ DECLARE_MACHINE_RESET(wecleman);
+ DECLARE_VIDEO_START(wecleman);
+ DECLARE_MACHINE_RESET(hotchase);
+ DECLARE_VIDEO_START(hotchase);
};
/*----------- defined in video/wecleman.c -----------*/
SCREEN_UPDATE_RGB32( wecleman );
-VIDEO_START( wecleman );
+
SCREEN_UPDATE_IND16( hotchase );
-VIDEO_START( hotchase );
+
void hotchase_zoom_callback_0(running_machine &machine, int *code,int *color,int *flags);
void hotchase_zoom_callback_1(running_machine &machine, int *code,int *color,int *flags);