summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mhavoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mhavoc.h')
-rw-r--r--src/mame/includes/mhavoc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/mhavoc.h b/src/mame/includes/mhavoc.h
index b0bfadbafb5..559e35db7f0 100644
--- a/src/mame/includes/mhavoc.h
+++ b/src/mame/includes/mhavoc.h
@@ -74,4 +74,7 @@ public:
virtual void machine_reset() override;
TIMER_CALLBACK_MEMBER(delayed_gamma_w);
TIMER_DEVICE_CALLBACK_MEMBER(mhavoc_cpu_irq_clock);
+ void alphaone(machine_config &config);
+ void mhavoc(machine_config &config);
+ void mhavocrv(machine_config &config);
};