mirror of
https://github.com/libretro/FBNeo.git
synced 2025-03-03 07:29:40 +00:00
tms, invalidate timer on reset
This commit is contained in:
parent
6fdbfc7677
commit
d6af1e0fa3
@ -57,7 +57,11 @@ void reset(cpu_state *cpu)
|
||||
cpu->io_regs[i] = 0;
|
||||
}
|
||||
|
||||
memset(cpu->shiftreg, 0, 4096*2);
|
||||
memset(cpu->shiftreg, 0, 4096*2);
|
||||
|
||||
cpu->timer_active = 0;
|
||||
cpu->timer_cb = NULL;
|
||||
cpu->timer_cyc = 0;
|
||||
}
|
||||
|
||||
static void check_irq(cpu_state *cpu)
|
||||
|
Loading…
x
Reference in New Issue
Block a user