sebastianbiallas / pearpc

PearPC - PowerPC Architecture Emulator
GNU General Public License v2.0
389 stars 70 forks source link

Int Memory Size #18

Open rrg92 opened 6 years ago

rrg92 commented 6 years ago

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!

puellanivis commented 6 years ago

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