Skip to content

arcsinw/NesEmulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NesEmulator

Java CI with Maven

使用Java编写的NES模拟器

进度

  • CPU (已通过nestest.nes测试,非官方指令未支持)
  • PPU
  • 双人输入支持 (P1 : 键盘:keyboard:, P2 : 手柄:video_game:)
  • Mapper
    • NROM
    • UxROM
    • MMC1
    • MMC3
    • AxROM
  • APU
  • wiki

运行方法

执行Emulator的main函数

使用的库

  1. https://github.com/StrikerX3/JXInput (用于支持Xbox手柄)

References

  1. NES 模拟器开发教程
  2. https://www.youtube.com/javidx9
  3. https://github.com/OneLoneCoder/olcNES
  4. https://github.com/dustpg/BlogFM/issues
  5. https://github.com/tanakh/bjne-java
  6. 6502 Instruction Reference
  7. 6502 Addressing Modes
  8. NES reference guide
  9. http://www.qmtpro.com/~nes/misc/
  10. 6502 instruction set 图版
  11. 6502 Instruction Set 文字版
  12. github.com/fogleman/nes
  13. ykmr1224/NesEmulator
  14. GunshipPenguin/nescafe

About

A NES emulator written in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages