Merge branch 'master' of ssh://github.com/86Box/86Box into version/4.1

This commit is contained in:
RichardG867
2023-11-07 21:28:51 -03:00
15 changed files with 899 additions and 1492 deletions

View File

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