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