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

Function cpu_save

core/cpu.c:1651–1653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1649}
1650
1651bool cpu_save(FILE *image) {
1652 return fwrite(&cpu, sizeof(cpu), 1, image) == 1;
1653}

Callers 1

asic_saveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected