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

Function init_protected

core/misc.c:324–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322};
323
324eZ80portrange_t init_protected(void) {
325 gui_console_printf("[CEmu] Initialized Protected Ports...\n");
326 return p9xxx;
327}
328
329bool protect_save(FILE *image) {
330 return fwrite(&protect, sizeof(protect), 1, image) == 1;

Callers 1

plug_devicesFunction · 0.85

Calls 1

gui_console_printfFunction · 0.50

Tested by

no test coverage detected