atarisy2.cpp: Fix erroneous change to gfxdecode (nw)

This commit is contained in:
AJR 2018-04-07 17:16:41 -04:00
parent c9a0d21bb4
commit 1bd63be341

View File

@ -1162,7 +1162,7 @@ static const gfx_layout molayout =
4,
{ 0, 4, RGN_FRAC(1,2)+0, RGN_FRAC(1,2)+4 },
{ STEP4(8*0,1), STEP4(8*1,1), STEP4(8*2,1), STEP4(8*3,1) },
{ STEP8(0,8*4) },
{ STEP16(0,8*4) },
16*16*2
};