mirror of
https://github.com/holub/mame
synced 2025-04-27 10:43:07 +03:00
ks0164: Moves set NZ (nw)
This commit is contained in:
parent
9f102a45c0
commit
5875c3d549
@ -202,7 +202,7 @@ void ks0164_cpu_device::do_alu(u16 opcode, u16 v2)
|
||||
m_r[r] = snz(m_r[r] ^ v2);
|
||||
break;
|
||||
case 6: // set
|
||||
m_r[r] = v2;
|
||||
m_r[r] = snz(v2);
|
||||
break;
|
||||
case 7: { // mul
|
||||
u32 res;
|
||||
|
Loading…
Reference in New Issue
Block a user