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