martinlindhe / dustbox-rs

DOS emulator (semi-abandoned)
https://martinlindhe.github.io/dustbox-rs/
MIT License
48 stars 7 forks source link

Fixed mov instruction, issue #9 #10

Closed nicklaswj closed 6 years ago

martinlindhe commented 6 years ago

This fix makes tests/render/demo/256_ripped_100k.png produce some output (from black screen), yay!

nicklaswj commented 6 years ago

What about now?

martinlindhe commented 6 years ago

Here is the result https://github.com/martinlindhe/dustbox-rs/commit/8929c28dbff501785caaedeaa1b93e23ced70054#diff-da5e42f544b15755e46fb26c90635cb5

top part of screen only is rather because of not enough instructions are run to draw the whole screen, in order to keep the test not take forever to run. I just learned one could disable the test by default with some rust features. I'll look into doing that and extending the runtime so we get more complete screenshots. They can be viewed at https://martinlindhe.github.io/dustbox-rs/demo256.html