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

@@ -675,7 +675,7 @@ void loadconfig(char *fn)
enable_overscan = config_get_int(NULL, "enable_overscan", 0);
enable_flash = config_get_int(NULL, "enable_flash", 1);
enable_sync = config_get_int(NULL, "enable_sync", 0);
enable_sync = config_get_int(NULL, "enable_sync", 1);
mouse_always_serial = config_get_int(NULL, "mouse_always_serial", 0);
window_w = config_get_int(NULL, "window_w", 0);