Skip to content

Asaf51/Chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip8

Chip8 emulator written in Rust

Opcodes:

  • Implement basic opcodes
  • Implement display opcodes
  • Implement keypad opcodes

Display:

  • Use SDL to make the display
  • Implement the draw function

Sound:

  • Make the sound work using SDL

Bugs:

  • 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.

About

Chip8 emulator written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages