Merge pull request #5624 from MaxwellS04/Machine_Fixes_May24

Forgotten machine table fixes
This commit is contained in:
Miran Grča
2025-05-24 16:41:31 +02:00
committed by GitHub

View File

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