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:
@@ -4006,7 +4006,7 @@ const machine_t machines[] = {
|
||||
.flags = MACHINE_IDE | MACHINE_VIDEO,
|
||||
.ram = {
|
||||
.min = 512,
|
||||
.max = 4096,
|
||||
.max = 5120,
|
||||
.step = 128
|
||||
},
|
||||
.nvrmask = 127,
|
||||
|
||||
Reference in New Issue
Block a user