MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / cpu_reset

Function cpu_reset

core/cpu.c:821–826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819}
820
821void cpu_reset(void) {
822 memset(&cpu, 0, sizeof(cpu));
823 cpu_restore_next();
824 cpu_flush(0, false);
825 gui_console_printf("[CEmu] CPU reset.\n");
826}
827
828void cpu_flush(uint32_t address, bool mode) {
829 cpu_prefetch(address, mode);

Callers

nothing calls this directly

Calls 3

cpu_restore_nextFunction · 0.85
cpu_flushFunction · 0.85
gui_console_printfFunction · 0.50

Tested by

no test coverage detected