RAM step corrections for SiS 5600 machines

This commit is contained in:
MaxwellS04
2025-05-24 21:04:10 +07:00
parent a7dec8bcab
commit dac9f6ee8a

View File

@@ -16108,7 +16108,7 @@ const machine_t machines[] = {
.ram = { .ram = {
.min = 8192, .min = 8192,
.max = 1572864, .max = 1572864,
.step = 1024 .step = 8192
}, },
.nvrmask = 255, .nvrmask = 255,
.kbc_device = NULL, .kbc_device = NULL,
@@ -16148,7 +16148,7 @@ const machine_t machines[] = {
.ram = { .ram = {
.min = 8192, .min = 8192,
.max = 1572864, .max = 1572864,
.step = 1024 .step = 8192
}, },
.nvrmask = 255, .nvrmask = 255,
.kbc_device = NULL, .kbc_device = NULL,
@@ -16909,7 +16909,7 @@ const machine_t machines[] = {
.ram = { .ram = {
.min = 8192, .min = 8192,
.max = 1572864, .max = 1572864,
.step = 1024 .step = 8192
}, },
.nvrmask = 255, .nvrmask = 255,
.kbc_device = NULL, .kbc_device = NULL,