Fixed the RAM granularity ont he NCR PC4i, fixes #3654.

This commit is contained in:
OBattler
2023-10-14 04:19:42 +02:00
parent 5eb0db0aae
commit 02fb5ffbd8
2 changed files with 16 additions and 9 deletions

View File

@@ -1045,7 +1045,7 @@ const machine_t machines[] = {
.ram = {
.min = 256,
.max = 640,
.step = 256
.step = 128
},
.nvrmask = 0,
.kbc_device = &keyboard_xtclone_device,