jsEmu48/README.md

25 lines
366 B
Markdown
Raw Normal View History

2018-02-02 12:16:29 +01:00
# jsEmu48
SDL Emscripten compatible Fork version of HPEMU by Daniel Nilsson
2018-02-02 12:38:34 +01:00
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 !