summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/polyplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/polyplay.h')
-rw-r--r--src/mame/includes/polyplay.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/polyplay.h b/src/mame/includes/polyplay.h
index cf7baf84db2..f0f613faf2c 100644
--- a/src/mame/includes/polyplay.h
+++ b/src/mame/includes/polyplay.h
@@ -33,6 +33,8 @@ public:
virtual void video_start();
virtual void palette_init();
UINT32 screen_update_polyplay(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(periodic_interrupt);
+ INTERRUPT_GEN_MEMBER(coin_interrupt);
};