summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/trackfld.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/trackfld.h')
-rw-r--r--src/mame/includes/trackfld.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/trackfld.h b/src/mame/includes/trackfld.h
index 6c4e400ab44..f224e7e230d 100644
--- a/src/mame/includes/trackfld.h
+++ b/src/mame/includes/trackfld.h
@@ -66,4 +66,7 @@ public:
DECLARE_PALETTE_INIT(trackfld);
DECLARE_VIDEO_START(atlantol);
UINT32 screen_update_trackfld(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(vblank_irq);
+ INTERRUPT_GEN_MEMBER(vblank_nmi);
+ INTERRUPT_GEN_MEMBER(yieartf_timer_irq);
};