Merge pull request #5727 from MaxwellS04/D943_Memory_Fixes

Siemens-Nixdorf D943: Correct memory step
This commit is contained in:
Miran Grča
2025-06-29 03:19:40 +02:00
committed by GitHub

View File

@@ -12290,7 +12290,7 @@ const machine_t machines[] = {
.ram = {
.min = 8192,
.max = 131072,
.step = 8192
.step = 4096
},
.nvrmask = 511,
.kbc_device = NULL,