From 0ea73cb4076986d29a6c5be906598883ad20784d Mon Sep 17 00:00:00 2001 From: angelosa Date: Thu, 17 Dec 2015 23:17:04 +0100 Subject: [PATCH] Fix offsets for type 3/4, nw --- src/mame/drivers/konamigx.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/mame/drivers/konamigx.cpp b/src/mame/drivers/konamigx.cpp index 2f30906c819..00270a07d71 100644 --- a/src/mame/drivers/konamigx.cpp +++ b/src/mame/drivers/konamigx.cpp @@ -1806,6 +1806,10 @@ static MACHINE_CONFIG_DERIVED( gxtype3, konamigx ) MCFG_DEFAULT_LAYOUT(layout_dualhsxs) MCFG_VIDEO_START_OVERRIDE(konamigx_state, konamigx_type3) + + MCFG_DEVICE_MODIFY("k053252") + MCFG_K053252_OFFSETS(0, 16) + MCFG_K053252_SET_SLAVE_SCREEN("screen2") MCFG_DEVICE_MODIFY("k056832") MCFG_K056832_CONFIG("gfx1", 0, K056832_BPP_6, 0, 2, "none") @@ -1863,6 +1867,11 @@ static MACHINE_CONFIG_DERIVED( gxtype4, konamigx ) MCFG_GFXDECODE_MODIFY("gfxdecode", type4) MCFG_VIDEO_START_OVERRIDE(konamigx_state, konamigx_type4) + MCFG_DEVICE_MODIFY("k053252") + MCFG_K053252_OFFSETS(0, 16) + MCFG_K053252_SET_SLAVE_SCREEN("screen2") + + MCFG_DEVICE_MODIFY("k056832") MCFG_K056832_CONFIG("gfx1", 0, K056832_BPP_8, 0, 0, "none")