Merge pull request #4141 from JoshuaMaitland/bump-8mb-min-ram-p5a
Bumped the minimum ram to 8MB on ASUS P5A
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