summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bottom9.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bottom9.h')
-rw-r--r--src/mame/includes/bottom9.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/bottom9.h b/src/mame/includes/bottom9.h
index 9d0cfa095d1..a195e71c5c5 100644
--- a/src/mame/includes/bottom9.h
+++ b/src/mame/includes/bottom9.h
@@ -43,6 +43,9 @@ public:
DECLARE_WRITE8_MEMBER(bottom9_sh_irqtrigger_w);
DECLARE_WRITE8_MEMBER(nmi_enable_w);
DECLARE_WRITE8_MEMBER(sound_bank_w);
+ virtual void machine_start();
+ virtual void machine_reset();
+ virtual void video_start();
};
/*----------- defined in video/bottom9.c -----------*/
@@ -51,5 +54,5 @@ extern void bottom9_tile_callback(running_machine &machine, int layer,int bank,i
extern void bottom9_sprite_callback(running_machine &machine, int *code,int *color,int *priority,int *shadow);
extern void bottom9_zoom_callback(running_machine &machine, int *code,int *color,int *flags);
-VIDEO_START( bottom9 );
+
SCREEN_UPDATE_IND16( bottom9 );