mirror of
https://github.com/holub/mame
synced 2025-06-30 07:58:56 +03:00
i86: Fix jnl flags test [htjywf2008]
This commit is contained in:
parent
7026ee3fcb
commit
036a3a5f74
@ -1267,7 +1267,7 @@ bool i8086_common_cpu_device::common_op(uint8_t op)
|
||||
|
||||
case 0x6d:
|
||||
case 0x7d: // i_jnl
|
||||
JMP((ZF)||(SF==OF));
|
||||
JMP(SF==OF);
|
||||
break;
|
||||
|
||||
case 0x6e:
|
||||
|
Loading…
Reference in New Issue
Block a user