DTK PKM-0031Y: Fix RAM limits.

This commit is contained in:
Miran Grča
2025-05-15 06:46:10 +02:00
committed by GitHub
parent 4beee4452b
commit 1995ee582a

View File

@@ -6428,7 +6428,7 @@ const machine_t machines[] = {
.flags = MACHINE_APM,
.ram = {
.min = 1024,
.max = 65536,
.max = 32768,
.step = 1024
},
.nvrmask = 127,