Find a file
Julien Meyer 271d026833 Cleaning
2018-02-02 12:41:24 +01:00
jsEmu48 Cleaning 2018-02-02 12:41:24 +01:00
.gitignore Initial commit 2018-02-02 12:16:29 +01:00
README.md Cleaning up 2018-02-02 12:38:34 +01:00

jsEmu48

SDL Emscripten compatible Fork version of HPEMU by Daniel Nilsson

Source : https://github.com/brizzly/jsEmu48

Demo : http://jadegame.com/jsemu48/hp48.html

#Emscripten

emcc -O3 *.c -s USE_SDL=2 -s USE_SDL_TTF=2 -s ASSERTIONS=2 -Werror --preload-file hpemu.rom --preload-file FreeSans.ttf -s SAFE_HEAP=1 -o hp48.html

#Todo

Speed things up !