mirror of
https://github.com/86Box/86Box.git
synced 2026-02-28 01:44:22 -07:00
Proper RTC emulation based on work by Mahod.
Updated README.md. Updated AMD makefile.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user