summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mainevt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mainevt.h')
-rw-r--r--src/mame/includes/mainevt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/includes/mainevt.h b/src/mame/includes/mainevt.h
index 81ec701f3ce..7707546427f 100644
--- a/src/mame/includes/mainevt.h
+++ b/src/mame/includes/mainevt.h
@@ -49,7 +49,6 @@ private:
DECLARE_WRITE8_MEMBER(dv_sh_bankswitch_w);
uint32_t screen_update_mainevt(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_dv(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- INTERRUPT_GEN_MEMBER(mainevt_interrupt);
INTERRUPT_GEN_MEMBER(dv_interrupt);
INTERRUPT_GEN_MEMBER(mainevt_sound_timer_irq);
INTERRUPT_GEN_MEMBER(devstors_sound_timer_irq);