Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 787 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 787 Bytes

Nes Emulator

Build status CodeFactor

A toy project for now

Current state

  • CPU - Documented opcodes implemented only
  • PPU - Not yet implemented
  • APU - Not yet implemented
  • Peripherals - Not yet implemented
  • Implemented Mappers
    • NROM

Goals

Subject to change

  • X-Platform UI using Avalonia & NetCore/Mono
  • X-Platform rendering using SkiaSharp, possibly backed by OpenGL
  • Modern Joypad support
  • Debugger / Disassembler / Dev tools