diff --git a/6502.c b/6502.c index 4e2fce0..ce276d0 100644 --- a/6502.c +++ b/6502.c @@ -398,7 +398,6 @@ static void inst_SEC() static void inst_SED() { SR.bits.decimal = 1; - printf("DECIMAL! :(\r\n"); // TODO } static void inst_SEI()