broke BIC/EKBAD0.BIC
Revert "SWAB flag fix (negative flag)"
This reverts commit d523d2dcc3
.
This commit is contained in:
parent
b708b88014
commit
651d7d4871
1 changed files with 1 additions and 1 deletions
2
cpu.cpp
2
cpu.cpp
|
@ -833,7 +833,7 @@ bool cpu::single_operand_instructions(const uint16_t instr)
|
|||
set_flags = putGAM(g_dst, v);
|
||||
|
||||
if (set_flags) {
|
||||
setPSW_flags_nzv(v, wm_word);
|
||||
setPSW_flags_nzv(v, wm_byte);
|
||||
setPSW_c(false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue