Releases: fekie/nes6502
Releases · fekie/nes6502
v0.1.4
v0.1.3
Changelog
All notable changes to this project will be documented in this file.
[.0.1.3] - 2024-07-11
🚀 Features
- Interrupts work correctly
📚 Documentation
- Edit documentation for Cpu::initialize()
- Edit docs for Cpu::cycle()
⚙️ Miscellaneous Tasks
- Correct initial stack pointer value
- Bump version
v0.1.2
Changelog
All notable changes to this project will be documented in this file.
[0.1.2] - 2024-07-08
🚀 Features
- Implement interrupts
⚙️ Miscellaneous Tasks
- Bump version
[0.1.1] - 2024-07-07
⚙️ Miscellaneous Tasks
- Change email
- Add basic derivable traits
- Remove unused variable
- Update version
v0.1.1
v0.1.0 - Initial Release
Changelog
All notable changes to this project will be documented in this file.
[0.1.0] - 2024-07-07
🚀 Features
- All instructions work and are tested
⚙️ Miscellaneous Tasks
- Import from my nes emulator
- Remove bus
- This should fix it
- Tests are correctly running, the cpu ... isnt
- Change ram size
- Add cpu state comparisons
- First test works!
- Run all examples
- 00 71 9d works
- Fix ora
- First 10000 tests work
- Fix bpl
- Fix bpl
- Remove debug statements
- Fix lsr
- Fix cli
- Switch to sonic_rs
- Fix jmp
- Fix sty
- Fix some load store instructions
- Still working on sbc
- Fix adc
- Add default to ProcessorStatus
- Update cargo.toml
- Add sapi
- Fix overflows and underflows in debug mode
- Add to gitignore
- Update readme
- Make it run all instructions
- Add messages
- Edit slug
- Add generic memory mapper to cpu
- Add mapper to cpu