-
It would be very cool to have real TCP/IP internet networking support.
I know JS-DOS supports IPX but I am unsure how to hack that to open websites in Netscape and chat in mIRC.
I am running it on m…
-
Hi I would like to know if its posible to hook emulate Windows 95 or 3.1 to Internet with this Javascript Dosbox Emulator like you can do this with DosBox Megabuild: http://gadgets.itwriting.com/2158-…
-
Hello.
Can anyone help me out with this error?
```
xriko@xriko-ubuntu:~/Desktop/diafora/em-dosbox$ make
make all-recursive
make[1]: Entering directory '/home/xriko/Desktop/diafora/em-dosbo…
-
I came across this playing the excellent MS-DOS Game collection at the Internet Archive, great work! I was confused by the games there putting, e.g. "DOSBox SVN, CPU speed: 3000 cycles, Frameskip 0, P…
-
Emularity has those 3 emulators covered for easy embed:
https://github.com/db48x/emularity
- SAE
(Javascript of WinUAE): https://github.com/naTmeg/ScriptedAmigaEmulator
- EM-DOSBOX
(EM-Scri…
-
I'm trying to make the dosbox canvas full browser window dimensions `width:100%,height:100%`
Once the loader is finished loading it resets the canvas dimensions to 640x400.
```html
…
-
Support running DOS games over the browser.
Emscripten version of DOSBox
https://github.com/dreamlayers/em-dosbox
-
on 14.04 trusty taher
sudo apt-get install emscripten llvm
sudo apt-get install cmake gcc autogen automake autotools git
git clone https://github.com/dreamlayers/em-dosbox.git
cd em-dosbox/
./aut…
-
Is it possible to compile/port dosemu2 to emscripten (+ SDL 2 port to html5) similar to https://github.com/dreamlayers/em-dosbox
-
I'm trying to use em-dosbox in a situation where I want to be able to manually enable or disable pointerlock when a system is in use. I'm embedding this into another app which has its own pointerlock…