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:
Umut Çağan Uçanok
2025-07-24 19:22:02 +03:00
parent 161e726819
commit 3c4fe03250

View File

@@ -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
},