Raise minimum RAM amount of the Hyundai SCAT machines
Bandaid solution to fix graphics corruptions and hanging until we figure out the issue is
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