Fix NEC MA30D parameters per a located spec sheet
This commit is contained in:
@@ -183,8 +183,7 @@ machine_at_ma30d_init(const machine_t *model)
|
|||||||
device_add(&keyboard_ps2_ami_pci_device);
|
device_add(&keyboard_ps2_ami_pci_device);
|
||||||
device_add(&fdc37c67x_device);
|
device_add(&fdc37c67x_device);
|
||||||
device_add(&intel_flash_bxt_device);
|
device_add(&intel_flash_bxt_device);
|
||||||
spd_register(SPD_TYPE_SDRAM, 0xF, 256);
|
spd_register(SPD_TYPE_SDRAM, 0x7, 256);
|
||||||
device_add(&lm78_device); /* no reporting in BIOS */
|
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
@@ -12379,7 +12379,7 @@ const machine_t machines[] = {
|
|||||||
.flags = MACHINE_IDE_DUAL | MACHINE_APM | MACHINE_ACPI,
|
.flags = MACHINE_IDE_DUAL | MACHINE_APM | MACHINE_ACPI,
|
||||||
.ram = {
|
.ram = {
|
||||||
.min = 8192,
|
.min = 8192,
|
||||||
.max = 1048576,
|
.max = 786432,
|
||||||
.step = 8192
|
.step = 8192
|
||||||
},
|
},
|
||||||
.nvrmask = 255,
|
.nvrmask = 255,
|
||||||
|
Reference in New Issue
Block a user