summaryrefslogtreecommitdiffstats
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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/fastlane.cpp b/src/mame/drivers/fastlane.cpp
index a8358444eb3..a0a2cd7bc45 100644
--- a/src/mame/drivers/fastlane.cpp
+++ b/src/mame/drivers/fastlane.cpp
@@ -190,7 +190,7 @@ WRITE8_MEMBER(fastlane_state::volume_callback1)
void fastlane_state::machine_start()
{
- UINT8 *ROM = memregion("maincpu")->base();
+ uint8_t *ROM = memregion("maincpu")->base();
membank("bank1")->configure_entries(0, 4, &ROM[0x10000], 0x4000);
}