mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Merge pull request #5820 from ucucanok/machinechanges
Raise minimum RAM amount of the Hyundai SCAT machines
This commit is contained in:
@@ -3926,7 +3926,7 @@ const machine_t machines[] = {
|
||||
.bus_flags = MACHINE_AT,
|
||||
.flags = MACHINE_IDE,
|
||||
.ram = {
|
||||
.min = 512,
|
||||
.min = 640,
|
||||
.max = 8192,
|
||||
.step = 128
|
||||
},
|
||||
@@ -3966,7 +3966,7 @@ const machine_t machines[] = {
|
||||
.bus_flags = MACHINE_AT,
|
||||
.flags = MACHINE_FLAGS_NONE,
|
||||
.ram = {
|
||||
.min = 512,
|
||||
.min = 640,
|
||||
.max = 8192,
|
||||
.step = 128
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user