summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/fastlane.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/fastlane.h')
-rw-r--r--src/mame/includes/fastlane.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/fastlane.h b/src/mame/includes/fastlane.h
index 71116e2f1b4..b619ef551b1 100644
--- a/src/mame/includes/fastlane.h
+++ b/src/mame/includes/fastlane.h
@@ -68,4 +68,5 @@ public:
TIMER_DEVICE_CALLBACK_MEMBER(fastlane_scanline);
DECLARE_WRITE8_MEMBER(volume_callback0);
DECLARE_WRITE8_MEMBER(volume_callback1);
+ void fastlane(machine_config &config);
};