Skip to content

SDL Emscripten compatible Fork version of HPEMU by Daniel Nilsson

Notifications You must be signed in to change notification settings

rodrigo-calovi/jsEmu48

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

jsEmu48

SDL Emscripten compatible Fork version of HPEMU by Daniel Nilsson

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

Install SDL2 + TTF + IMAGE

https://www.libsdl.org/projects/SDL_ttf/ https://www.libsdl.org/download-2.0.php https://www.libsdl.org/projects/SDL_image/

Install Emscripten

cd /src

emcc -O3 *.c -s USE_SDL=2 -s USE_SDL_IMAGE=2 -s SDL2_IMAGE_FORMATS='["png"]' -s USE_SDL_TTF=2 --preload-file hpemu.rom --preload-file FreeSans.ttf --preload-file 48face4.png --preload-file zeldahp.dir -o hp48.js

CREDITS

HP EMU 0.9 https://sourceforge.net/projects/hpemu/files/hpemu/

Visit my HP48 page : http://jadegame.com/games/hp48

About

SDL Emscripten compatible Fork version of HPEMU by Daniel Nilsson

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 61.6%
  • HTML 37.0%
  • Other 1.4%