Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 550 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 550 Bytes

Chip8

I created this project because of my interest in Rust and emulation.

Todo

  • Load a rom and split it into the correct parts

  • Handle all instructions

  • Graphics (with SDL)

  • [] Sound -> Already implemented the timer, just have to add the frequenz and the playback.

  • Keyboard Input -> I know how it's working and implemented the basic concept, just have to fix another bug before adding controls.

  • Tests

  • Clean the code - I learned the basics with this project so at the moment it's kinda messy.