Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 508 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 508 Bytes

Nintendo Emulator

A Java port of https://github.com/fogleman/nes

The plan is to take the base NES emulator from above and translate it from Go to Java. I'll use this as a base for further development.

Plan

  • Translate code from Go to Java
  • Create a UI
  • Debugging capabilites
  • All mappers
  • Multithreading for different components
  • Accurate on cycles
  • Implements all of the specification
  • Multiplayer
  • Accessories
  • Vulkan rendering
  • Cross platform