adjust the RAM step, Packard Bell 286s are known to support 640 KB RAM configurations
This commit is contained in:
@@ -3286,7 +3286,7 @@ const machine_t machines[] = {
|
||||
.ram = {
|
||||
.min = 256,
|
||||
.max = 1024,
|
||||
.step = 256
|
||||
.step = 128
|
||||
},
|
||||
.nvrmask = 63,
|
||||
.kbc_device = NULL,
|
||||
|
||||
Reference in New Issue
Block a user