Merge pull request #648 from richardg867/master

W83781D hardware monitoring improvements
This commit is contained in:
OBattler
2020-03-29 07:15:26 +02:00
committed by GitHub
4 changed files with 121 additions and 65 deletions

View File

@@ -198,7 +198,7 @@ machine_at_p2bls_init(const machine_t *model)
machine_hwm.voltages[0] = 2800; /* set higher VCORE (2.8V) for Klamath */
#endif
hwm_set_values(machine_hwm);
device_add(&as99127f_device);
device_add(&w83781d_device);
return ret;
}