pcem/src/nvr.h
SarahW 074de51639 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.
2016-07-19 20:25:27 +01:00

8 lines
105 B
C

void nvr_init();
extern int enable_sync;
extern int nvr_dosave;
void time_get(char *nvrram);