Releases: GarettCooper/emulator_6502
v1.1.0 Release
The 1.1.0 release includes multiple contributions by @mrk-its, including fixes to the binary_coded_decimal
feature implementation and the new implementation_transparency
feature which provides direct access to the internal registers of the 6502 for emulators.
v1.0.0 Release
Releasing as version 1.0.0 after eliminating all of the remaining bugs that were identified during my gc_nes_emulator project. I think that backing a working NES emulator is a significant enough step to call it finished. There are obviously still improvements to be made but I doubt I will develop it further in the near future.
v0.2.0 Release
Version 0.2.0 adds support for illegal undocumented opcodes when the "illegal_opcodes" compilation feature is enabled
I accidentally broke my tags, this is the latest release
Initial Release
Initial Release