Releases: tiansongyu/6502Emulator
Releases · tiansongyu/6502Emulator
Update google c style
chore: Add .vscode. Signed-off-by: invoker__qq <[email protected]>
v1.0.1
bug fix
基本功能实现版本
所有基本模块初步实现
已经实现的Mapper有
- Mapper0 (NROM)
- Mapper1 (MMC1)
- Mapper2 (UxROM)
- Mapper3 ( CNROM )
- Mapper4 (MMC3)
- Mapper66 (GxROM)
olc6502
6502CPU完整实现
带有gtest单元测试模块版本(bump version)
以此本版本为界限,此版本之前使用了google test单元测试模块,此版本之后使用olc界面测试,直观性更强
并且添加Bus。
- 未使用Bus版本
- 带有gtest单元测试版本,
- 指令未完成100%正确性检查,有BUG存在(可能是大量)
- 所有指令初次完成