JayFoxRox / xqemu

Personal development repository for XQEMU (original Xbox Emulator)
14 stars 1 forks source link

EP and GP use the same memory map in XQEMU #14

Open JayFoxRox opened 6 years ago

JayFoxRox commented 6 years ago

Memory size defines are used by both DSP instances, so we use the same memory map for GP and EP.

This is not so much a problem with this PR, but XQEMU in general. This even means that the EP currently has MIXBUF access which is not possible on real hardware.

I'll create an issue after merge. I did not fix it here because it leads to design decisions and what we have works (our EP is just more powerful than on real hardware).

TODO: