mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
Fix offsets for type 3/4, nw
This commit is contained in:
parent
a111c124c7
commit
0ea73cb407
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user