x86 PC emulator that runs both natively and in the browser, via WebAssembly
GNU General Public License v3.0
681
stars
87
forks
source link
Fix up state loading in emscripten and update TOTAL_MEMORY vs INITIAL_MEMPORY #17
Closed
pgodwin closed 3 years ago
Emscripten 2.0.11 didn't like
TOTAL_MEMORY
so replaced withINITIAL_MEMORY
Added (back?) state loading into emscripten, fixes issue #15