mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
it appears this board doesn't output the higher resolution of a production mcr board, there's half the sprite data for the same number of sprites (nw)
This commit is contained in:
parent
97d1c2baec
commit
ad9a218e1d
@ -1077,9 +1077,9 @@ const gfx_layout spyhuntpr_sprite_layout =
|
||||
32,32,
|
||||
RGN_FRAC(1,4),
|
||||
4,
|
||||
{ RGN_FRAC(0,4), RGN_FRAC(0,4)+1, RGN_FRAC(2,4), RGN_FRAC(2,4)+1 },
|
||||
{ 6,6, 4,4, 2,2, 0,0, 14,14, 12,12, 10,10, 8,8, 22,22, 20,20, 18,18, 16,16, 30,30, 28,28, 26,26, 24,24 },
|
||||
{ 0*32+0, 0*32+RGN_FRAC(1,4), 1*32+0, 1*32+RGN_FRAC(1,4), 2*32+0, 2*32+RGN_FRAC(1,4), 3*32+0, 3*32+RGN_FRAC(1,4),4*32+0, 4*32+RGN_FRAC(1,4),5*32+0, 5*32+RGN_FRAC(1,4),6*32+0, 6*32+RGN_FRAC(1,4),7*32+0, 7*32+RGN_FRAC(1,4),8*32+0, 8*32+RGN_FRAC(1,4),9*32+0, 9*32+RGN_FRAC(1,4),10*32+0, 10*32+RGN_FRAC(1,4),11*32+0, 11*32+RGN_FRAC(1,4),12*32+0, 12*32+RGN_FRAC(1,4),13*32+0, 13*32+RGN_FRAC(1,4),14*32+0, 14*32+RGN_FRAC(1,4),15*32+0, 15*32+RGN_FRAC(1,4) },
|
||||
{ RGN_FRAC(0,4), RGN_FRAC(1,4), RGN_FRAC(2,4), RGN_FRAC(3,4) },
|
||||
{ 6,7, 4,5, 2,3, 0,1, 14,15, 12,13, 10,11, 8,9, 22,23, 20,21, 18,19, 16,17, 30,31, 28,29, 26,27, 24,25 },
|
||||
{ 0*32,0*32,1*32,1*32,2*32,2*32,3*32,3*32,4*32,4*32,5*32,5*32,6*32,6*32,7*32,7*32,8*32,8*32,9*32,9*32,10*32,10*32,11*32,11*32,12*32,12*32,13*32,13*32,14*32,14*32,15*32,15*32 },
|
||||
|
||||
16*32
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user