Skip to content

Version 0.7.0

Choose a tag to compare

@mremre released this 31 Dec 11:41
· 17 commits to master since this release
eee0036

We finally pass the functional test from https://github.com/Klaus2m5/6502_65C02_functional_tests, which is a big milestone as it means the emulator handles all default instructions correctly.

What's Changed

  • Fix SBC implementation and improve overflow detection by @mre in #106
  • Fix clippy lints by @mre in #112
  • Implement 6502 reset sequence by @mre in #111
  • Update dependencies by @mre in #115
  • Setup Dependabot for automatic dependency updates by @mre in #116
  • Update Rust edition to 2024 by @mre in #114
  • Fix ADC behavior by @mre in #109
  • Improve SBC behavior for all 6502 variants by @mre in #117
  • Add engaging historical documentation for 6502 variants by @mre in #118
  • Functional Test by @mre in #81

Full Changelog: v0.6.1...v0.7.0