summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/freekick.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/freekick.h')
-rw-r--r--src/mame/includes/freekick.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/freekick.h b/src/mame/includes/freekick.h
index 64b67edba51..efc9ff181e3 100644
--- a/src/mame/includes/freekick.h
+++ b/src/mame/includes/freekick.h
@@ -51,4 +51,5 @@ public:
UINT32 screen_update_pbillrd(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_freekick(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_gigas(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(freekick_irqgen);
};