soccerss needs this hack enabled too to draw full text tilemaps, probably got turned off during a refactor wile the game was broken (nw)

This commit is contained in:
David Haywood 2015-09-03 14:39:28 +01:00
parent 2a46f2a791
commit 771ed1954d

View File

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