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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mame/includes/battlera.h b/src/mame/includes/battlera.h
index 466782a5c4a..e996506bcb2 100644
--- a/src/mame/includes/battlera.h
+++ b/src/mame/includes/battlera.h
@@ -41,7 +41,5 @@ public:
DECLARE_WRITE8_MEMBER(battlera_adpcm_reset_w);
virtual void video_start();
UINT32 screen_update_battlera(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ TIMER_DEVICE_CALLBACK_MEMBER(battlera_irq);
};
-
-/*----------- defined in video/battlera.c -----------*/
-TIMER_DEVICE_CALLBACK( battlera_irq );