Merge pull request #6480 from MaxwellS04/Ruby_Steppe

Correct RAM memory step for HP Ruby (Pavilion 73xx/74xx)
This commit is contained in:
Miran Grča
2025-11-16 07:31:06 +01:00
committed by GitHub

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,