DTK PKM-0031Y: Fix RAM limits.
This commit is contained in:
@@ -6428,7 +6428,7 @@ const machine_t machines[] = {
|
|||||||
.flags = MACHINE_APM,
|
.flags = MACHINE_APM,
|
||||||
.ram = {
|
.ram = {
|
||||||
.min = 1024,
|
.min = 1024,
|
||||||
.max = 65536,
|
.max = 32768,
|
||||||
.step = 1024
|
.step = 1024
|
||||||
},
|
},
|
||||||
.nvrmask = 127,
|
.nvrmask = 127,
|
||||||
|
|||||||
Reference in New Issue
Block a user