mirror of
https://github.com/86Box/86Box.git
synced 2026-02-25 12:55:32 -07:00
More fixed and disabled the wait states selection on 386DX.
This commit is contained in:
@@ -281,7 +281,7 @@ SettingsMachine::on_comboBoxSpeed_currentIndexChanged(int index)
|
||||
int cpuId = ui->comboBoxSpeed->currentData().toInt();
|
||||
uint cpuType = cpuFamily->cpus[cpuId].cpu_type;
|
||||
|
||||
if ((cpuType >= CPU_286) && (cpuType <= CPU_386DX)) {
|
||||
if ((cpuType >= CPU_286) && (cpuType < CPU_386DX)) {
|
||||
ui->comboBoxWaitStates->setEnabled(true);
|
||||
ui->comboBoxWaitStates->setCurrentIndex(cpu_waitstates);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user