diff --git a/src/mos6502.c b/src/mos6502.c index fd08ca3..fc70f5b 100644 --- a/src/mos6502.c +++ b/src/mos6502.c @@ -42,6 +42,7 @@ static int instructions[] = { BEQ, SBC, NOP, NOP, NOP, SBC, INC, NOP, SED, SBC, NOP, NOP, NOP, SBC, INC, NOP, // Fx }; +/* static char *instruction_strings[] = { "ADC", "AND", @@ -100,6 +101,7 @@ static char *instruction_strings[] = { "TXS", "TYA", }; +*/ /* * A small convenience for defining instruction handlers below.