Merge pull request #2767 from javi-s/m24

Fix NVR size for Olivetti M24
This commit is contained in:
Miran Grča
2022-10-30 03:05:36 +01:00
committed by GitHub

View File

@@ -1999,7 +1999,7 @@ const machine_t machines[] = {
.max = 640, .max = 640,
.step = 128 .step = 128
}, },
.nvrmask = 0, .nvrmask = 15,
.kbc = KBC_OLIVETTI_XT, .kbc = KBC_OLIVETTI_XT,
.kbc_p1 = 0xff00, .kbc_p1 = 0xff00,
.gpio = 0xffffffff, .gpio = 0xffffffff,