mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
tc0480scp.c: revert postload change for now, needs more investigation (nw)
This commit is contained in:
parent
d76401c0f5
commit
0eae429554
@ -1035,11 +1035,11 @@ void tc0480scp_device::postload()
|
||||
if (!flip) reg = -reg;
|
||||
m_bgscrolly[1] = reg;
|
||||
|
||||
reg = m_ctrl[6] + 16;
|
||||
reg = m_ctrl[6];
|
||||
if (!flip) reg = -reg;
|
||||
m_bgscrolly[2] = reg;
|
||||
|
||||
reg = m_ctrl[7] + 16;
|
||||
reg = m_ctrl[7];
|
||||
if (!flip) reg = -reg;
|
||||
m_bgscrolly[3] = reg;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user