OpenSWE1R / openswe1r

An Open-Source port of the 1999 Game "Star Wars Episode 1: Racer"
https://openswe1r.github.io/
GNU General Public License v2.0
312 stars 26 forks source link

Allocate memory in MapMemory #167

Closed JayFoxRox closed 5 years ago

JayFoxRox commented 5 years ago

This should make it easier to run VM-less in the future, because it should allow to maintain 1:1 host/guest mapping on some platforms (by doing the allocation in MapMemory).

I'm still not happy with the design, and it might change again before or after merge.