and another RAM correction - the Acer V12P takes up to 192 MB RAM.

This commit is contained in:
toggo9
2025-06-28 20:55:23 +02:00
committed by GitHub
parent 2230118215
commit 9a02cb62c6

View File

@@ -10082,7 +10082,7 @@ const machine_t machines[] = {
.flags = MACHINE_IDE | MACHINE_SCSI | MACHINE_APM,
.ram = {
.min = 2048,
.max = 131072,
.max = 196608,
.step = 2048
},
.nvrmask = 127,