adjust the RAM step, Packard Bell 286s are known to support 640 KB RAM configurations

This commit is contained in:
pankozaC++
2025-02-22 00:27:23 +01:00
committed by GitHub
parent e012777244
commit 48da4f3811

View File

@@ -3286,7 +3286,7 @@ const machine_t machines[] = {
.ram = {
.min = 256,
.max = 1024,
.step = 256
.step = 128
},
.nvrmask = 63,
.kbc_device = NULL,