summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/slapshot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/slapshot.h')
-rw-r--r--src/mame/includes/slapshot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/slapshot.h b/src/mame/includes/slapshot.h
index 7ccdf55bff0..44fd178477b 100644
--- a/src/mame/includes/slapshot.h
+++ b/src/mame/includes/slapshot.h
@@ -91,6 +91,8 @@ public:
INTERRUPT_GEN_MEMBER(interrupt);
+ void opwolf3(machine_config &config);
+ void slapshot(machine_config &config);
protected:
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
};