Skip to content

Latest commit

 

History

History
executable file
·
16 lines (8 loc) · 280 Bytes

README.md

File metadata and controls

executable file
·
16 lines (8 loc) · 280 Bytes

chip8

A Cross Plataform Chip-8 Emulator with C++11 and SDL2

TODO

  1. Update project diagram

  2. Finish dissassembler

  3. Start implementing SuperChip and MegaChip modes.

  4. Split Chip8 class into a small struct for real chip8 related members and a Chip8 Manager API