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

Function init_rtc

core/realclock.c:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193};
194
195eZ80portrange_t init_rtc(void) {
196 gui_console_printf("[CEmu] Initialized Real Time Clock...\n");
197 return device;
198}
199
200bool rtc_save(FILE *image) {
201 return fwrite(&rtc, sizeof(rtc), 1, image) == 1;

Callers 1

plug_devicesFunction · 0.85

Calls 1

gui_console_printfFunction · 0.50

Tested by

no test coverage detected