summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gbusters.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gbusters.h')
-rw-r--r--src/mame/includes/gbusters.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/gbusters.h b/src/mame/includes/gbusters.h
index f8563064da5..a213322029e 100644
--- a/src/mame/includes/gbusters.h
+++ b/src/mame/includes/gbusters.h
@@ -37,6 +37,9 @@ public:
DECLARE_READ8_MEMBER(k052109_051960_r);
DECLARE_WRITE8_MEMBER(k052109_051960_w);
DECLARE_WRITE8_MEMBER(gbusters_snd_bankswitch_w);
+ virtual void machine_start();
+ virtual void machine_reset();
+ virtual void video_start();
};
/*----------- defined in video/gbusters.c -----------*/
@@ -44,5 +47,5 @@ public:
extern void gbusters_tile_callback(running_machine &machine, int layer,int bank,int *code,int *color,int *flags, int *priority);
extern void gbusters_sprite_callback(running_machine &machine, int *code,int *color,int *priority,int *shadow);
-VIDEO_START( gbusters );
+
SCREEN_UPDATE_IND16( gbusters );