From cb84e4fe9574161d8217871313a28fa9ee711657 Mon Sep 17 00:00:00 2001 From: Thiago Auler dos Santos Date: Sun, 26 Nov 2017 02:07:20 -0200 Subject: [PATCH] little reminder for future... --- src/opcodes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opcodes.c b/src/opcodes.c index 45a05cd..6271cbc 100644 --- a/src/opcodes.c +++ b/src/opcodes.c @@ -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()