tecmosys.cpp : Fix gfxdecode

This commit is contained in:
cam900 2019-05-08 12:03:48 +09:00 committed by GitHub
parent 16828b749a
commit a22003570c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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