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

@@ -339,7 +339,6 @@ static BOOL CALLBACK config_dlgproc(HWND hdlg, UINT message, WPARAM wParam, LPAR
h = GetDlgItem(hdlg, IDC_CHECKSYNC);
enable_sync = SendMessage(h, BM_GETCHECK, 0, 0);
update_sync();
h = GetDlgItem(hdlg, IDC_CHECKSERIAL);
temp_always_serial = SendMessage(h, BM_GETCHECK, 0, 0);