summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/spy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/spy.h')
-rw-r--r--src/mame/includes/spy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/spy.h b/src/mame/includes/spy.h
index 5db7af6b6b4..fe892dfd9bf 100644
--- a/src/mame/includes/spy.h
+++ b/src/mame/includes/spy.h
@@ -45,6 +45,7 @@ public:
virtual void machine_reset();
virtual void video_start();
UINT32 screen_update_spy(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(spy_interrupt);
};
/*----------- defined in video/spy.c -----------*/