From 771ed1954decb6e4fdff4dcaea1641ef77d9bcdc Mon Sep 17 00:00:00 2001 From: David Haywood Date: Thu, 3 Sep 2015 14:39:28 +0100 Subject: [PATCH] soccerss needs this hack enabled too to draw full text tilemaps, probably got turned off during a refactor wile the game was broken (nw) --- src/mame/drivers/konamigx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/konamigx.c b/src/mame/drivers/konamigx.c index 84535931fb5..38e410ab67c 100644 --- a/src/mame/drivers/konamigx.c +++ b/src/mame/drivers/konamigx.c @@ -1750,7 +1750,7 @@ static MACHINE_CONFIG_DERIVED( gxtype3, konamigx ) MCFG_VIDEO_START_OVERRIDE(konamigx_state, konamigx_type3) MCFG_DEVICE_MODIFY("k056832") - MCFG_K056832_CONFIG("gfx1", 0, K056832_BPP_6, 0, 0, "none") + MCFG_K056832_CONFIG("gfx1", 0, K056832_BPP_6, 0, 2, "none") MCFG_DEVICE_MODIFY("k055673") MCFG_K055673_CONFIG("gfx2", 0, K055673_LAYOUT_GX6, -132, -23)