Fixed the RAM granularity ont he NCR PC4i, fixes #3654.
This commit is contained in:
@@ -1045,7 +1045,7 @@ const machine_t machines[] = {
|
||||
.ram = {
|
||||
.min = 256,
|
||||
.max = 640,
|
||||
.step = 256
|
||||
.step = 128
|
||||
},
|
||||
.nvrmask = 0,
|
||||
.kbc_device = &keyboard_xtclone_device,
|
||||
|
||||
Reference in New Issue
Block a user