summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/xmen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/xmen.h')
-rw-r--r--src/mame/includes/xmen.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/xmen.h b/src/mame/includes/xmen.h
index dda0adc49b8..92e79176be9 100644
--- a/src/mame/includes/xmen.h
+++ b/src/mame/includes/xmen.h
@@ -46,6 +46,9 @@ public:
DECLARE_WRITE16_MEMBER(xmen_18fa00_w);
DECLARE_WRITE8_MEMBER(sound_bankswitch_w);
DECLARE_CUSTOM_INPUT_MEMBER(xmen_frame_r);
+ virtual void machine_start();
+ virtual void machine_reset();
+ DECLARE_VIDEO_START(xmen6p);
};
/*----------- defined in video/xmen.c -----------*/
@@ -53,7 +56,7 @@ public:
void xmen_tile_callback(running_machine &machine, int layer,int bank,int *code,int *color,int *flags,int *priority);
void xmen_sprite_callback(running_machine &machine, int *code,int *color,int *priority_mask);
-VIDEO_START( xmen6p );
+
SCREEN_UPDATE_IND16( xmen );
SCREEN_UPDATE_IND16( xmen6p_left );
SCREEN_UPDATE_IND16( xmen6p_right );