sebastianbiallas / pearpc

PearPC - PowerPC Architecture Emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Int Memory Size

rrg92 opened this issue · comments

Memory size is int. This dont allow memory 2GB or more (due to, int is signed and maximum is before the 2GB).

It must be unsigned!

Some G4 processors apparently even support up to 36-bits of addressable physical memory… interesting.