little reminder for future...

This commit is contained in:
Thiago Auler dos Santos 2017-11-26 02:07:20 -02:00
parent 5332a3a9e7
commit cb84e4fe95
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ void lsr()
write_mem(address, operand);
}
adjustNZ(operand);
adjustNZ(operand); // TODO: revise this code... probably LSR doesnt affect 'N'
}
void nop()