Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 454 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 454 Bytes

chip8

Simple Chip8 Emulator for Windows written in C++ using SDL2. Project files are for Visual Studio Community 2017 Chip8 by Richard Dare

I wrote this as an exercise to learn a little about emulation.

TODO

  • create a simple debugger
  • load roms from commandline/dragndrop or something...
  • find out why Visual Studio default tab settings look bad on github