summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-04-07 17:16:41 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-04-07 17:16:48 -0400
commit1bd63be341799ce8a4917d4b76edde65497b924a (patch)
tree40c8d50b03c1f937de0a6252a7db9e63228162fc
parentc9a0d21bb4dd633c879d52c108a1f2ed3d7e6c62 (diff)
atarisy2.cpp: Fix erroneous change to gfxdecode (nw)
-rw-r--r--src/mame/drivers/atarisy2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/atarisy2.cpp b/src/mame/drivers/atarisy2.cpp
index 069a564727b..dd3b9c8c647 100644
--- a/src/mame/drivers/atarisy2.cpp
+++ b/src/mame/drivers/atarisy2.cpp
@@ -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
};