RTC changes :
- 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.
This commit is contained in:
parent
9f4b159121
commit
074de51639
14 changed files with 561 additions and 135 deletions
|
|
@ -1,5 +1,7 @@
|
|||
void nvr_init();
|
||||
|
||||
extern int enable_sync;
|
||||
|
||||
extern int nvr_dosave;
|
||||
|
||||
void time_get(char *nvrram);
|
||||
|
|
|
|||
Loading…
Reference in a new issue