summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/opwolf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/opwolf.h')
-rw-r--r--src/mame/includes/opwolf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/opwolf.h b/src/mame/includes/opwolf.h
index bb69ed70a06..7a2beac853e 100644
--- a/src/mame/includes/opwolf.h
+++ b/src/mame/includes/opwolf.h
@@ -131,6 +131,9 @@ public:
DECLARE_WRITE_LINE_MEMBER(opwolf_msm5205_vck_1);
DECLARE_WRITE_LINE_MEMBER(opwolf_msm5205_vck_2);
+ void opwolfb(machine_config &config);
+ void opwolfp(machine_config &config);
+ void opwolf(machine_config &config);
protected:
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
};