Proper RTC emulation based on work by Mahod.

Updated README.md.
Updated AMD makefile.
This commit is contained in:
OBattler
2016-07-11 01:27:23 +02:00
parent 7b8c9a1522
commit 0236637c5a
12 changed files with 570 additions and 399 deletions

View File

@@ -1,11 +1,8 @@
void nvr_init();
extern int nvr_dosave;
extern int enable_sync;
void time_sleep(int count);
extern int nvr_dosave;
void time_get(char *nvrram);
void nvr_add_10sec();
void update_sync();