Previous | 199869 Revisions | Next |
r32496 Thursday 2nd October, 2014 at 13:48:12 UTC by David Haywood |
---|
blktiger priority fixes [Mamesick] (fixes 5708, looks OK to me) |
[src/mame/video] | blktiger.c |
r32495 | r32496 | |
---|---|---|
30 | 30 | was not derived from a PROM so it could be wrong. */ |
31 | 31 | static const UINT8 split_table[16] = |
32 | 32 | { |
33 | 3,3,0,0, | |
33 | 3,3,2,2, | |
34 | 1,1,0,0, | |
34 | 35 | 0,0,0,0, |
35 | 0,0,0,0, | |
36 | 36 | 0,0,0,0 |
37 | 37 | }; |
38 | 38 | UINT8 attr = m_scroll_ram[2 * tile_index + 1]; |
Previous | 199869 Revisions | Next |