Removed DECIMAL message to allow comparisons to NES log

This commit is contained in:
Rob McMullen 2017-12-18 09:52:50 -08:00
parent 1e52aaa154
commit 4bfc5655b6
1 changed files with 0 additions and 1 deletions

1
6502.c
View File

@ -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()