nepx / halfix

x86 PC emulator that runs both natively and in the browser, via WebAssembly
https://nepx.github.io/halfix-demo/
GNU General Public License v3.0
669 stars 86 forks source link

Fix up state loading in emscripten and update TOTAL_MEMORY vs INITIAL_MEMPORY #17

Closed pgodwin closed 3 years ago

pgodwin commented 3 years ago

Emscripten 2.0.11 didn't like TOTAL_MEMORY so replaced with INITIAL_MEMORY Added (back?) state loading into emscripten, fixes issue #15