Fix NEC MA30D parameters per a located spec sheet

This commit is contained in:
RichardG867
2024-01-25 21:43:14 -03:00
parent c996f69e8c
commit aa28d7789e
2 changed files with 2 additions and 3 deletions

View File

@@ -183,8 +183,7 @@ machine_at_ma30d_init(const machine_t *model)
device_add(&keyboard_ps2_ami_pci_device);
device_add(&fdc37c67x_device);
device_add(&intel_flash_bxt_device);
spd_register(SPD_TYPE_SDRAM, 0xF, 256);
device_add(&lm78_device); /* no reporting in BIOS */
spd_register(SPD_TYPE_SDRAM, 0x7, 256);
return ret;
}

View File

@@ -12379,7 +12379,7 @@ const machine_t machines[] = {
.flags = MACHINE_IDE_DUAL | MACHINE_APM | MACHINE_ACPI,
.ram = {
.min = 8192,
.max = 1048576,
.max = 786432,
.step = 8192
},
.nvrmask = 255,