PearPC - Memory Notes

Filed By: Robert Moir

PearPC - Memory Notes

Notes on memory –

 

Must be a power of two, and if editing the config file by hand it must also be entered as a hex value.

 

Use the list below to see valid memory settings and find the Hex value for the size you want. The "memory_size" lines can be cut and pasted directly into the PearPC config file, in fact I suggest that's exactly what you do!

  • 128 megs RAM 
    memory_size=0x8000000 
  • 256 megs RAM
    memory_size=0x10000000 
  •  384 megs RAM 
    memory_size=0x18000000 
  •  512 megs RAM 
    memory_size=0x20000000 
  •  640 megs RAM 
    memory_size=0x28000000 
  •  768 megs RAM 
    memory_size=0x30000000
  •  896 megs RAM 
    memory_size=0x38000000

 

Top