FIC PO-6000: Increase NVR mask to 255, fixes #5954.
This commit is contained in:
@@ -16384,7 +16384,7 @@ const machine_t machines[] = {
|
||||
.max = 524288,
|
||||
.step = 8192
|
||||
},
|
||||
.nvrmask = 127,
|
||||
.nvrmask = 255,
|
||||
.jumpered_ecp_dma = MACHINE_DMA_1,
|
||||
.default_jumpered_ecp_dma = 1,
|
||||
.kbc_device = NULL,
|
||||
|
||||
Reference in New Issue
Block a user