Forgotten bug fix.

This commit is contained in:
OBattler
2022-12-15 15:54:08 +01:00
parent d50b072cf8
commit 5f332ccb53

View File

@@ -2793,7 +2793,7 @@ win_settings_hard_disks_add_proc(HWND hdlg, UINT message, WPARAM wParam, LPARAM
add_locations(hdlg);
hdd_ptr->bus = HDD_BUS_IDE;
max_spt = 63;
max_spt = 255;
max_hpc = 255;
settings_set_cur_sel(hdlg, IDC_COMBO_HD_BUS, hdd_ptr->bus - 1);
max_tracks = 266305;