Correct the NVR mask of the two Compaq Presario's, fixes crashes with the 2240.
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user