take the DRS/M35 286 "fix" back

Turns out it does work with 5120 KB, but just not with 5000 KB.
This commit is contained in:
toggo9
2025-06-28 21:17:59 +02:00
committed by GitHub
parent 407aeff500
commit 1db77f4a32

View File

@@ -4006,7 +4006,7 @@ const machine_t machines[] = {
.flags = MACHINE_IDE | MACHINE_VIDEO,
.ram = {
.min = 512,
.max = 4096,
.max = 5120,
.step = 128
},
.nvrmask = 127,