mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
tecmosys.cpp : Fix gfxdecode
This commit is contained in:
parent
16828b749a
commit
a22003570c
@ -417,7 +417,7 @@ static const gfx_layout gfxlayout =
|
||||
8,8,
|
||||
RGN_FRAC(1,1),
|
||||
4,
|
||||
{ STEP8(0,1) },
|
||||
{ STEP4(0,1) },
|
||||
{ STEP8(0,4) },
|
||||
{ STEP8(0,4*8) },
|
||||
8*8*4
|
||||
@ -428,7 +428,7 @@ static const gfx_layout gfxlayout2 =
|
||||
16,16,
|
||||
RGN_FRAC(1,1),
|
||||
4,
|
||||
{ STEP8(0,1) },
|
||||
{ STEP4(0,1) },
|
||||
{ STEP8(0,4), STEP8(8*8*4,4) },
|
||||
{ STEP8(0,4*8), STEP8(8*8*4*2,4*8) },
|
||||
16*16*4
|
||||
|
Loading…
Reference in New Issue
Block a user