summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tubep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tubep.h')
-rw-r--r--src/mame/includes/tubep.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/tubep.h b/src/mame/includes/tubep.h
index d015c8223d8..32a373bf73e 100644
--- a/src/mame/includes/tubep.h
+++ b/src/mame/includes/tubep.h
@@ -110,6 +110,9 @@ public:
required_device<screen_device> m_screen;
+ void tubepb(machine_config &config);
+ void tubep(machine_config &config);
+ void rjammer(machine_config &config);
protected:
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
};