From 1db77f4a32d7673bcbe252543699e505221b9b71 Mon Sep 17 00:00:00 2001 From: toggo9 <121191375+toggo9@users.noreply.github.com> Date: Sat, 28 Jun 2025 21:17:59 +0200 Subject: [PATCH] take the DRS/M35 286 "fix" back Turns out it does work with 5120 KB, but just not with 5000 KB. --- 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 64ef7cbc2..85a6610a8 100644 --- a/src/machine/machine_table.c +++ b/src/machine/machine_table.c @@ -4006,7 +4006,7 @@ const machine_t machines[] = { .flags = MACHINE_IDE | MACHINE_VIDEO, .ram = { .min = 512, - .max = 4096, + .max = 5120, .step = 128 }, .nvrmask = 127,