From a22003570c45dee11a7f4582350e8a05faad287c Mon Sep 17 00:00:00 2001 From: cam900 Date: Wed, 8 May 2019 12:03:48 +0900 Subject: [PATCH] tecmosys.cpp : Fix gfxdecode --- src/mame/drivers/tecmosys.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/tecmosys.cpp b/src/mame/drivers/tecmosys.cpp index 3afac00e656..9c4fd8f4ec8 100644 --- a/src/mame/drivers/tecmosys.cpp +++ b/src/mame/drivers/tecmosys.cpp @@ -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