summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dynax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dynax.h')
-rw-r--r--src/mame/includes/dynax.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/dynax.h b/src/mame/includes/dynax.h
index a612366a7d1..26b610ec35d 100644
--- a/src/mame/includes/dynax.h
+++ b/src/mame/includes/dynax.h
@@ -471,6 +471,11 @@ public:
UINT32 screen_update_jantouki_top(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_jantouki_bottom(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_htengoku(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(sprtmtch_vblank_interrupt);
+ INTERRUPT_GEN_MEMBER(jantouki_vblank_interrupt);
+ INTERRUPT_GEN_MEMBER(jantouki_sound_vblank_interrupt);
+ INTERRUPT_GEN_MEMBER(yarunara_clock_interrupt);
+ INTERRUPT_GEN_MEMBER(mjelctrn_vblank_interrupt);
};
//----------- defined in drivers/dynax.c -----------