summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/battlera.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/battlera.h')
-rw-r--r--src/mame/includes/battlera.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/battlera.h b/src/mame/includes/battlera.h
index ffb57322d2b..4421c3e290d 100644
--- a/src/mame/includes/battlera.h
+++ b/src/mame/includes/battlera.h
@@ -39,13 +39,14 @@ public:
DECLARE_READ8_MEMBER(HuC6270_data_r);
DECLARE_WRITE8_MEMBER(HuC6270_data_w);
DECLARE_WRITE8_MEMBER(battlera_adpcm_reset_w);
+ virtual void video_start();
};
/*----------- defined in video/battlera.c -----------*/
SCREEN_UPDATE_IND16( battlera );
-VIDEO_START( battlera );
+
TIMER_DEVICE_CALLBACK( battlera_irq );