diff --git a/apple1/main.c b/apple1/main.c index 2430da0..630f52c 100644 --- a/apple1/main.c +++ b/apple1/main.c @@ -68,7 +68,6 @@ int main(int argc, const char * argv[]) v6502_reset(cpu); -// printSingleInstruction(cpu, cpu->pc); FILE *asmfile = fopen("runtime.s", "w"); while (!faulted) { v6502_step(cpu);