summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gameplan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gameplan.h')
-rw-r--r--src/mame/includes/gameplan.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/gameplan.h b/src/mame/includes/gameplan.h
index 4a3186a8320..8d4d6137825 100644
--- a/src/mame/includes/gameplan.h
+++ b/src/mame/includes/gameplan.h
@@ -70,6 +70,7 @@ public:
DECLARE_VIDEO_START(common);
UINT32 screen_update_gameplan(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
UINT32 screen_update_leprechn(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(trvquest_interrupt);
};
/*----------- defined in video/gameplan.c -----------*/