And also limit the DRS M35/286 to 4 MB RAM.
More RAM breaks stuff.
This commit is contained in:
@@ -4006,7 +4006,7 @@ const machine_t machines[] = {
|
|||||||
.flags = MACHINE_IDE | MACHINE_VIDEO,
|
.flags = MACHINE_IDE | MACHINE_VIDEO,
|
||||||
.ram = {
|
.ram = {
|
||||||
.min = 512,
|
.min = 512,
|
||||||
.max = 5000,
|
.max = 4096,
|
||||||
.step = 128
|
.step = 128
|
||||||
},
|
},
|
||||||
.nvrmask = 127,
|
.nvrmask = 127,
|
||||||
|
|||||||
Reference in New Issue
Block a user