js-dos icon indicating copy to clipboard operation
js-dos copied to clipboard

The best API for running dos programs in browser

Results 92 js-dos issues
Sort by recently updated
recently updated
newest added

Hi, I would like to ask if there is an option to adjust the location of the virtual gamepad/nipple on screen? Currently, when playing a fullscreen game In mobile, the...

feature request

Hi I've noticed that in some of the mobile games there is an option of dynamic location appearance of the nipple (virtual gamepad). I've tried to find this feature on...

enhancement

Every time I run a JS-DOS game for the first time in a window, I get the following warning in the console: ``` [Deprecation] The ScriptProcessorNode is deprecated. Use AudioWorkletNode...

enhancement

https://groups.google.com/g/emscripten-discuss/c/3jB6MMmL7Kw

question

Hi, On previous version of js-dos I could add parameters with dos commands (in order to run the game file for example). On the current version I've noticed that the...

feature request

Is there a method to save to indexeddb without calling `ci.persist` manually? I know that the worker version will block the access to the FS of Emscripten. Could we log...

feature request

Hi, On the original dosbox emscripten code i had an option to use the 2xsai filter under dosbox.conf [render->scaler]. On the js-dos i've tried to set the scaler to 2xsai,...

feature request

First of all, thank you for your efforts, thank you. Maybe I'm too picky. The new keyboard is very comprehensive, but some very important keys can't be seen on the...

bug

Hello, It would be great to have support for serial ports and modem emulation in JSDOS. This would be useful for running old terminal programs, BBS systems, etc. As I...

feature request
networking

1.download jsdos bundle (1st copy) 2.send to worker which clones a copy(2 copies, I changed to send by 10M chunks) 3. save to Module.buffer (3 copies, I changed to malloc...

enhancement
performance