summaryrefslogtreecommitdiff
path: root/mknes_cpu.c
diff options
context:
space:
mode:
authorPeter Fors <peter.fors@mindkiller.com>2025-10-31 06:53:08 +0100
committerPeter Fors <peter.fors@mindkiller.com>2025-10-31 06:53:08 +0100
commitd01e14a6799f7e2f9caaf687a1749cefb82298d5 (patch)
tree77497bfc9551639a17821db7c8d28b0ad63666f4 /mknes_cpu.c
parent4814d60951d5b2c357086d8f8e369bd34793211a (diff)
some tas tests, desync is happening
Diffstat (limited to 'mknes_cpu.c')
-rw-r--r--mknes_cpu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mknes_cpu.c b/mknes_cpu.c
index 0eccf03..b0f60ae 100644
--- a/mknes_cpu.c
+++ b/mknes_cpu.c
@@ -97,6 +97,8 @@ static inline void cpu_tick(struct nes_state *state) {
}
if(state->cpu.irq_pending && cpu->i == 0) {
state->cpu.irq_pending = 0;
+ // if(frames >= 2000 && frames <= 3100) {
+ // }
do_irq(state);
}