mirror of
https://github.com/86Box/86Box.git
synced 2025-01-23 09:42:47 -05:00
Raise minimum RAM for MSI MS-4144 to 5 MB
This commit is contained in:
parent
bc4f09d5a9
commit
301819b6b5
1 changed files with 1 additions and 1 deletions
|
@ -7807,7 +7807,7 @@ const machine_t machines[] = {
|
|||
.bus_flags = MACHINE_PCI,
|
||||
.flags = MACHINE_SUPER_IO | MACHINE_IDE_DUAL | MACHINE_APM,
|
||||
.ram = {
|
||||
.min = 1024,
|
||||
.min = 5120, /* Hack: machine seems to break with less than 5 MBs of RAM */
|
||||
.max = 131072,
|
||||
.step = 1024
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue