8000 GitHub - krimha/chip8_rust: A CHIP-8 emulator written in Rust
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

krimha/chip8_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP-8 Emulator in Rust

This is (going to become) a CHIP-8 emulator/interpreter

Missing functionality:

The Following instructions

  • Dxyn - DRW Vx, Vy, nibble

  • Ex9E - SKP Vx

  • ExA1 - SKNP Vx

  • Fx07 - LD Vx, DT

  • Fx0A - LD Vx, K

  • Fx15 - LD DT, Vx

  • Fx18 - LD ST, Vx

  • Fx1E - ADD I, Vx

  • Fx29 - LD F, Vx

  • Fx33 - LD B, Vx

  • Fx55 - LD [I], Vx

  • Fx65 - LD Vx, [I]

  • Sound

  • Actually displaying to screen (Use SDL?)

  • Keyboard

About

A CHIP-8 emulator written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0