mirror of
https://github.com/holub/mame
synced 2025-04-27 02:33:13 +03:00
update GPR pointers on wrpsr (nw) [Ryan Holtz]
This commit is contained in:
parent
61ba533997
commit
ba32818610
@ -1171,6 +1171,7 @@ void mb86901_device::execute_wrsr(UINT32 op)
|
||||
else
|
||||
{
|
||||
PSR = result &~ PSR_ZERO_MASK;
|
||||
update_gpr_pointers();
|
||||
}
|
||||
}
|
||||
else if (WRWIM)
|
||||
|
Loading…
Reference in New Issue
Block a user