Fix the Radisys EPC-2102

This commit is contained in:
Jasmine Iwanek
2024-08-09 04:43:36 -04:00
parent 892f066ffa
commit ccb6b35742

View File

@@ -12105,11 +12105,9 @@ const machine_t machines[] = {
.ram = {
.min = 8192,
.max = 262144,
.max = 786432,
.step = 8192
},
.nvrmask = 127,
.nvrmask = 255,
.kbc_device = NULL,
.kbc_p1 = 0xff,
.gpio = 0xffffffff,