mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +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,
|
||||
code+bank*256,
|
||||
0 + 64 * (attr & 0x0f),
|
||||
1 + 64 * (attr & 0x0f),
|
||||
0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user