summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fastlane.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fastlane.cpp')
-rw-r--r--src/mame/drivers/fastlane.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/fastlane.cpp b/src/mame/drivers/fastlane.cpp
index f65fcd5f1ad..89ab60e33ee 100644
--- a/src/mame/drivers/fastlane.cpp
+++ b/src/mame/drivers/fastlane.cpp
@@ -199,7 +199,7 @@ void fastlane_state::machine_start()
membank("bank1")->configure_entries(0, 4, &ROM[0x10000], 0x4000);
}
-static MACHINE_CONFIG_START( fastlane, fastlane_state )
+static MACHINE_CONFIG_START( fastlane )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", HD6309, XTAL_24MHz/2) // 3MHz(XTAL_24MHz/8) internally
@@ -267,4 +267,4 @@ ROM_START( fastlane )
ROM_END
-GAME( 1987, fastlane, 0, fastlane, fastlane, driver_device, 0, ROT90, "Konami", "Fast Lane", MACHINE_NO_COCKTAIL | MACHINE_IMPERFECT_COLORS | MACHINE_SUPPORTS_SAVE )
+GAME( 1987, fastlane, 0, fastlane, fastlane, fastlane_state, 0, ROT90, "Konami", "Fast Lane", MACHINE_NO_COCKTAIL | MACHINE_IMPERFECT_COLORS | MACHINE_SUPPORTS_SAVE )