Chip8 emulator written in Rust
- Implement basic opcodes
- Implement display opcodes
- Implement keypad opcodes
- Use SDL to make the display
- Implement the draw function
- Make the sound work using SDL
- When trying to run the game BLINKY, the game is not showing anything on the screen, and not even getting into the draw opcode. So, probably a bug in one of the opcodes that causes a infinite loop or something like that. Needs to go opcode, opcode and find the buggy one. Also debug using the
print_everythin
function.