summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/p2000t.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/p2000t.h')
-rw-r--r--src/mame/includes/p2000t.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/p2000t.h b/src/mame/includes/p2000t.h
index 5b23fc4bf99..46c2dcdfce4 100644
--- a/src/mame/includes/p2000t.h
+++ b/src/mame/includes/p2000t.h
@@ -55,6 +55,8 @@ public:
DECLARE_PALETTE_INIT(p2000m);
uint32_t screen_update_p2000m(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(p2000_interrupt);
+ void p2000t(machine_config &config);
+ void p2000m(machine_config &config);
};
#endif // MAME_INCLUDES_P2000T_H