From 9a02cb62c6a64896fc0544e6f6c46493d2f1634a Mon Sep 17 00:00:00 2001 From: toggo9 <121191375+toggo9@users.noreply.github.com> Date: Sat, 28 Jun 2025 20:55:23 +0200 Subject: [PATCH] and another RAM correction - the Acer V12P takes up to 192 MB RAM. --- src/machine/machine_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine/machine_table.c b/src/machine/machine_table.c index c8b866143..64ef7cbc2 100644 --- a/src/machine/machine_table.c +++ b/src/machine/machine_table.c @@ -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,