- Yet another chip8 emulator in rust
- We are using Raylib so you need to build
libraylib.a
and put it under a newly createdraylib/
dir. - To run it:
cargo run -- <ROMS>
- See Timendus Chip8 test suite to have some ROMS
- For more logs set
RUST_LOG=debug
(or info, ...)
- pass corax test
- play pong
- display is white/black instead of black/white
- keyboard is
notworking