Skip to content

nicklaswj/dustbox-rs

 
 

Repository files navigation

About

Build Status

a x86 16-bit emulator with the goal of running old MS-DOS games.

This is a project I use to learn rust and improve my understanding of low level stuff. In the current state, it runs a few simple demos and is not very impressive. If you are looking for a more complete dos emulator, I suggest you check out dosbox-x.

Contributing

Any help and contributions are much welcome!

IRC

Join us in irc.mozilla.com #dustbox

Tests

Run the basic tests with

cargo test

There is additional tests that are expensive, they also generate the tests/render/demo images.

In order to run the expensive tests you need to check out the dos-software-decoding repo in the parent directory and pass the --ignored flag to cargo:

cd .. && git clone https://github.com/martinlindhe/dos-software-decoding && cd -
cargo test -- --ignored

License

Under MIT

About

16-bit DOS emulator (early work in progress)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 94.9%
  • Assembly 2.1%
  • HTML 2.0%
  • Other 1.0%