Machine table rectifications

This commit is contained in:
RichardG867
2021-11-22 23:43:52 -03:00
parent 7b5e4e37ca
commit 5ef4b3ed53
4 changed files with 16 additions and 16 deletions

View File

@@ -727,7 +727,7 @@ machine_at_m729_init(const machine_t *model)
device_add(&ali1543c_device);
device_add(&keyboard_ps2_ami_pci_device);
device_add(&sst_flash_29ee010_device);
spd_register(SPD_TYPE_SDRAM, 0x3, 128);
spd_register(SPD_TYPE_SDRAM, 0x7, 512);
return ret;
}