From 4bfc5655b65d59b0de4afc38c6993a168dbd2179 Mon Sep 17 00:00:00 2001 From: Rob McMullen Date: Mon, 18 Dec 2017 09:52:50 -0800 Subject: [PATCH] Removed DECIMAL message to allow comparisons to NES log --- 6502.c | 1 - 1 file changed, 1 deletion(-) 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()