diff --git a/src/mame/video/fastlane.cpp b/src/mame/video/fastlane.cpp index b27bce0a702..a59fbfbd18c 100644 --- a/src/mame/video/fastlane.cpp +++ b/src/mame/video/fastlane.cpp @@ -75,7 +75,7 @@ TILE_GET_INFO_MEMBER(fastlane_state::get_tile_info1) tileinfo.set(0, code+bank*256, - 0 + 64 * (attr & 0x0f), + 1 + 64 * (attr & 0x0f), 0); }