Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 455 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 455 Bytes

CoreBoy

GameBoy emulator written in C# (WIP)

This is a basic GameBoy emulator that I've started writing for fun.

License

Missing features (TODO)

  • Several CPU instructions (Only partial set of instructions implemented)
  • Window and sprite rendering (Currently only background is rendered)
  • Audio (Completely missing)
  • Input (Completely missing)
  • OpenTK frontend (Not yet working)