Correct onboard memory on the 5170

This commit is contained in:
Jasmine Iwanek
2024-06-07 02:39:45 -04:00
parent 006207151f
commit 1ea76d2e37

View File

@@ -2545,8 +2545,8 @@ const machine_t machines[] = {
.flags = MACHINE_FLAGS_NONE,
.ram = {
.min = 256,
.max = 15872,
.step = 128
.max = 512,
.step = 256
},
.nvrmask = 63,
.kbc_device = NULL,