mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
fastlane: fixed score layer color [Jotego, Angelo Salese]
This commit is contained in:
parent
08ee39da70
commit
391165bd80
@ -75,7 +75,7 @@ TILE_GET_INFO_MEMBER(fastlane_state::get_tile_info1)
|
|||||||
|
|
||||||
tileinfo.set(0,
|
tileinfo.set(0,
|
||||||
code+bank*256,
|
code+bank*256,
|
||||||
0 + 64 * (attr & 0x0f),
|
1 + 64 * (attr & 0x0f),
|
||||||
0);
|
0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user