mirror of
https://github.com/holub/mame
synced 2025-06-06 04:43:45 +03:00
Revert "revert changes to sprite layouts from ab5a... (#3527)
* Revert "revert changes to sprite layouts from ab5a 677 (#3421) - superx was broken at least; other changes retained (nw)" dooyong.cpp : Fix superx/rshark/popbingo broken * dooyong.cpp : REAL fixed
This commit is contained in:
parent
83cf15e735
commit
9b406a1e28
@ -1352,11 +1352,9 @@ const gfx_layout spritelayout =
|
||||
16,16,
|
||||
RGN_FRAC(1,1),
|
||||
4,
|
||||
{ 0*4, 1*4, 2*4, 3*4 },
|
||||
{ 0, 1, 2, 3, 16+0, 16+1, 16+2, 16+3,
|
||||
16*32+0, 16*32+1, 16*32+2, 16*32+3, 16*32+16+0, 16*32+16+1, 16*32+16+2, 16*32+16+3 },
|
||||
{ 0*32, 1*32, 2*32, 3*32, 4*32, 5*32, 6*32, 7*32,
|
||||
8*32, 9*32, 10*32, 11*32, 12*32, 13*32, 14*32, 15*32 },
|
||||
{ STEP4(0,4) },
|
||||
{ STEP4(0,1), STEP4(16,1), STEP4(4*8*16,1), STEP4(4*8*16+16,1) },
|
||||
{ STEP16(0,4*8) },
|
||||
128*8
|
||||
};
|
||||
|
||||
@ -1365,11 +1363,9 @@ const gfx_layout rshark_spritelayout =
|
||||
16,16,
|
||||
RGN_FRAC(1,1),
|
||||
4,
|
||||
{ 0, 1, 2, 3 },
|
||||
{ 0*4, 1*4, 2*4, 3*4, 4*4, 5*4, 6*4, 7*4,
|
||||
16*32+0*4, 16*32+1*4, 16*32+2*4, 16*32+3*4, 16*32+4*4, 16*32+5*4, 16*32+6*4, 16*32+7*4 },
|
||||
{ 0*32, 1*32, 2*32, 3*32, 4*32, 5*32, 6*32, 7*32,
|
||||
8*32, 9*32, 10*32, 11*32, 12*32, 13*32, 14*32, 15*32 },
|
||||
{ STEP4(0,1) },
|
||||
{ STEP8(0,4), STEP8(4*8*16,4) },
|
||||
{ STEP16(0,4*8) },
|
||||
128*8
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user