Skip to content

Releases: tiansongyu/6502Emulator

Update google c style

22 Apr 05:56
Compare
Choose a tag to compare
chore: Add .vscode.

Signed-off-by: invoker__qq <[email protected]>

v1.0.1

15 Apr 07:37
Compare
Choose a tag to compare

bug fix

基本功能实现版本

12 Nov 05:12
c8b0d2d
Compare
Choose a tag to compare

所有基本模块初步实现
已经实现的Mapper有

  • Mapper0 (NROM)
  • Mapper1 (MMC1)
  • Mapper2 (UxROM)
  • Mapper3 ( CNROM )
  • Mapper4 (MMC3)
  • Mapper66 (GxROM)

olc6502

23 May 02:56
Compare
Choose a tag to compare

6502CPU完整实现

带有gtest单元测试模块版本(bump version)

22 May 17:01
Compare
Choose a tag to compare

以此本版本为界限,此版本之前使用了google test单元测试模块,此版本之后使用olc界面测试,直观性更强
并且添加Bus。

  • 未使用Bus版本
  • 带有gtest单元测试版本,
  • 指令未完成100%正确性检查,有BUG存在(可能是大量)
  • 所有指令初次完成