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:
@@ -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
|
||||
},
|
||||
|
Reference in New Issue
Block a user