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

Function init_watchdog

core/misc.c:271–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271eZ80portrange_t init_watchdog(void) {
272 gui_console_printf("[CEmu] Initialized Watchdog Timer...\n");
273 return pwatchdog;
274}
275
276bool watchdog_save(FILE *image) {
277 return fwrite(&watchdog, sizeof(watchdog), 1, image) == 1;

Callers 1

plug_devicesFunction · 0.85

Calls 1

gui_console_printfFunction · 0.50

Tested by

no test coverage detected