Correct memory step for HP Ruby

This commit is contained in:
MaxwellS04
2025-11-16 13:27:32 +07:00
parent 7ec6bbb6c7
commit 52874686e5

View File

@@ -14757,7 +14757,7 @@ const machine_t machines[] = {
.ram = {
.min = 8192,
.max = 131072,
.step = 8192
.step = 4096
},
.nvrmask = 255,
.jumpered_ecp_dma = MACHINE_DMA_DISABLED | MACHINE_DMA_1 | MACHINE_DMA_3,