-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
emscripten #9
Comments
sound and graphics too now |
https://github.com/tecan/IrrlichtDemos/tree/master/Apps/irr8086tiny i have console to sdl being developed currently. the irrlicht version will feature 3d interactive environment. |
https://8086tiny.freeforums.net/thread/35/100-cpu-load-idle?page=2 putting SDL_Delay(3); into the char pc_interrupt(unsigned char interrupt_num) has to be before set_opcode() call and it seems to not eat so much CPU. |
have a freelancer working on this port currently.
emcc 8086tiny.c -DNO_GRAPHICS -o 8086tiny.html -fsigned-char -O1 --embed-file bios --embed-file fd.img
node 8086tiny.js bios fd.img
keyboard , sound and graphics not working.
The text was updated successfully, but these errors were encountered: