Correct RAM memory step for D943

This commit is contained in:
MaxwellS04
2025-06-29 07:58:06 +07:00
parent b9f5c1b240
commit e8c77562fc

View File

@@ -12290,7 +12290,7 @@ const machine_t machines[] = {
.ram = { .ram = {
.min = 8192, .min = 8192,
.max = 131072, .max = 131072,
.step = 8192 .step = 4096
}, },
.nvrmask = 511, .nvrmask = 511,
.kbc_device = NULL, .kbc_device = NULL,