summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wgp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wgp.h')
-rw-r--r--src/mame/includes/wgp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/wgp.h b/src/mame/includes/wgp.h
index aa052350ead..58cedfe76a6 100644
--- a/src/mame/includes/wgp.h
+++ b/src/mame/includes/wgp.h
@@ -69,4 +69,5 @@ public:
virtual void video_start();
DECLARE_VIDEO_START(wgp2);
UINT32 screen_update_wgp(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(wgp_cpub_interrupt);
};