summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/orbit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/orbit.h')
-rw-r--r--src/mame/includes/orbit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/orbit.h b/src/mame/includes/orbit.h
index 63a3a90c1a6..552516e5183 100644
--- a/src/mame/includes/orbit.h
+++ b/src/mame/includes/orbit.h
@@ -55,6 +55,7 @@ public:
DECLARE_WRITE8_MEMBER(orbit_noise_amp_w);
DECLARE_WRITE8_MEMBER(orbit_noise_rst_w);
+ void orbit(machine_config &config);
protected:
virtual void machine_start() override;
virtual void machine_reset() override;