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.
- 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