- Replace linux-time.c and win-time.c with universal rtc.c code - Add RTC binary and 12-hour modes, century register, and alarm support - Cleaned up nvr.c a bit - Fix handling of update ended flag - Add ability to disable host clock synchronisation Changes from Battler and Mahod.
8 lines
105 B
C
8 lines
105 B
C
void nvr_init();
|
|
|
|
extern int enable_sync;
|
|
|
|
extern int nvr_dosave;
|
|
|
|
void time_get(char *nvrram);
|
|
|