DOS emulator in JavaScript.
https://lrusso.github.io/DOS/DOS.htm
- On Mac you must press
Command U
. - On Windows/Linux you must press
Ctrl U
.
- On Mac you must press
Command I
. - On Windows/Linux you must press
Ctrl I
.
Update the DISK_DATA
variable located in the DISK.js
file with your new JSON.
- Browse to https://lrusso.github.io/DOS/imgConverter.htm
- Select your IMG disk file.
- A JSON file will be automatically generated and downloaded.
- Fixed issue when handling JSON5 files.
- Added a logic for enabling/disabling the sound.
- Fixed issue when panning is enabled in EGA mode.
- Fixed issue when locking the pointer several times.
- Removed a logic that was using REST for getting the resources.
- Easier approach for using a disk, just update the
DISK_DATA
variable.