Only check for Klamath on dev branch

This commit is contained in:
RichardG867
2020-03-25 22:48:47 -03:00
parent 80f1493d73
commit fb4db7aaf9

View File

@@ -192,8 +192,10 @@ machine_at_p2bls_init(const machine_t *model)
0 0
} }
}; };
#if defined(DEV_BRANCH) && defined(USE_I686)
if (model->cpu[cpu_manufacturer].cpus[cpu_effective].cpu_type == CPU_PENTIUM2) if (model->cpu[cpu_manufacturer].cpus[cpu_effective].cpu_type == CPU_PENTIUM2)
machine_hwm.voltages[0] = 2800; /* set higher VCORE (2.8V) for Klamath */ machine_hwm.voltages[0] = 2800; /* set higher VCORE (2.8V) for Klamath */
#endif
hwm_set_values(machine_hwm); hwm_set_values(machine_hwm);
device_add(&as99127f_device); device_add(&as99127f_device);