adriancable / 8086tiny

Official repository for 8086tiny: a tiny PC emulator/virtual machine

Home Page:www.megalith.co.uk/8086tiny

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emscripten

netpipe opened this issue · comments

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.

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.