Bump minimum RAM limit for the Soyo 4SAW2 and Zida 4DP to 2 MB

This prevents the BIOS hanging with 1 MB of RAM set
This commit is contained in:
Alexander Babikov
2023-09-21 21:07:40 +05:00
parent a20a98c755
commit 1753d85c88

View File

@@ -6955,7 +6955,7 @@ const machine_t machines[] = {
.bus_flags = MACHINE_PS2_PCIV,
.flags = MACHINE_IDE_DUAL | MACHINE_APM,
.ram = {
.min = 1024,
.min = 2048,
.max = 261120,
.step = 1024
},
@@ -6995,7 +6995,7 @@ const machine_t machines[] = {
.bus_flags = MACHINE_PS2_PCI,
.flags = MACHINE_IDE_DUAL | MACHINE_APM,
.ram = {
.min = 1024,
.min = 2048,
.max = 261120,
.step = 1024
},