8086tiny icon indicating copy to clipboard operation
8086tiny copied to clipboard

emscripten

Open netpipe opened this issue 4 years ago • 5 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.

netpipe avatar Dec 21 '19 06:12 netpipe

https://github.com/tecan/emscripten-projects/tree/master/emulators/8086tiny keyboard working

https://github.com/tecan/emscripten-projects/tree/master/emulators/x86/8086tiny

netpipe avatar Jan 01 '20 01:01 netpipe

http://www.netpipe.ca/apps/8086tiny/8086tiny.html

netpipe avatar Jan 01 '20 06:01 netpipe

sound and graphics too now

netpipe avatar Jan 03 '20 19:01 netpipe

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.

netpipe avatar Feb 03 '20 22:02 netpipe

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.

netpipe avatar Feb 10 '21 01:02 netpipe