From 6274071e3857c1640cc5aef804cb86509ab312f9 Mon Sep 17 00:00:00 2001 From: Peter Fors Date: Thu, 3 Apr 2025 20:02:00 +0200 Subject: Move to glfw --- cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu.c') diff --git a/cpu.c b/cpu.c index b773e57..eb7c837 100644 --- a/cpu.c +++ b/cpu.c @@ -95,7 +95,7 @@ static void cpu_tick(struct nes_state *state) { // if(cpu->pc <= 0x90cc || cpu->pc >= 0x90e6) { // printf("%5.5d %4.4x: ", line++, cpu->pc); // opcode = memory_read(state, cpu->pc++); - // printf("%2.2x a:%2.2x x:%2.2x y:%2.2x p:%2.2x sp:%2.2x cycle: %ld\n", opcode, cpu->a, cpu->x, cpu->y, pack_flags(cpu), cpu->sp, state->cycle); + // printf("%2.2x a:%2.2x x:%2.2x y:%2.2x p:%2.2x sp:%2.2x cycle: %ld\n", opcode, cpu->a, cpu->x, cpu->y, pack_flags(cpu), cpu->sp, state->cycles); // } else { opcode = memory_read(state, cpu->pc++); // } -- cgit v1.2.3