Correct the NVR mask of the two Compaq Presario's, fixes crashes with the 2240.

This commit is contained in:
OBattler
2024-05-24 03:58:37 +02:00
parent 2e3b21f552
commit 0a9d71a42b

View File

@@ -11576,7 +11576,7 @@ const machine_t machines[] = {
.max = 131072, .max = 131072,
.step = 8192 .step = 8192
}, },
.nvrmask = 127, .nvrmask = 511,
.kbc_device = NULL, .kbc_device = NULL,
.kbc_p1 = 0xff, .kbc_p1 = 0xff,
.gpio = 0xffffffff, .gpio = 0xffffffff,
@@ -11616,7 +11616,7 @@ const machine_t machines[] = {
.max = 131072, .max = 131072,
.step = 8192 .step = 8192
}, },
.nvrmask = 127, .nvrmask = 511,
.kbc_device = NULL, .kbc_device = NULL,
.kbc_p1 = 0xff, .kbc_p1 = 0xff,
.gpio = 0xffffffff, .gpio = 0xffffffff,