summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/p2000t.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/p2000t.h')
-rw-r--r--src/mess/includes/p2000t.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/p2000t.h b/src/mess/includes/p2000t.h
index d1e08496140..e900e1355ca 100644
--- a/src/mess/includes/p2000t.h
+++ b/src/mess/includes/p2000t.h
@@ -44,6 +44,7 @@ public:
DECLARE_VIDEO_START(p2000m);
DECLARE_PALETTE_INIT(p2000m);
UINT32 screen_update_p2000m(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(p2000_interrupt);
};
#endif /* P2000T_H_ */