summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rallyx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rallyx.h')
-rw-r--r--src/mame/includes/rallyx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/rallyx.h b/src/mame/includes/rallyx.h
index 0e05ff5728c..4313043879a 100644
--- a/src/mame/includes/rallyx.h
+++ b/src/mame/includes/rallyx.h
@@ -64,4 +64,6 @@ public:
UINT32 screen_update_rallyx(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_jungler(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_locomotn(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(rallyx_vblank_irq);
+ INTERRUPT_GEN_MEMBER(jungler_vblank_irq);
};