update GPR pointers on wrpsr (nw) [Ryan Holtz]

This commit is contained in:
Vas Crabb 2016-07-12 21:16:12 +10:00
parent 61ba533997
commit ba32818610

View File

@ -1171,6 +1171,7 @@ void mb86901_device::execute_wrsr(UINT32 op)
else
{
PSR = result &~ PSR_ZERO_MASK;
update_gpr_pointers();
}
}
else if (WRWIM)