Bumped the minimum ram to 8MB on ASUS P5A

It would cause a hang in the BIOS if it's lower than 8MB
This commit is contained in:
JoshuaMaitland
2024-02-12 18:10:18 +00:00
parent c7563f802c
commit a9a6c9c121

View File

@@ -12265,7 +12265,7 @@ const machine_t machines[] = {
.bus_flags = MACHINE_PS2_AGP,
.flags = MACHINE_IDE_DUAL | MACHINE_APM | MACHINE_ACPI | MACHINE_GAMEPORT | MACHINE_USB,
.ram = {
.min = 1024,
.min = 8192,
.max = 1572864,
.step = 8192
},