chip8-rust
chip8-rust copied to clipboard
Yet another rust chip8 emulator
You decrement the delay and the sound timer in `Processor::tick`. But the function is managed by only one clock that you have set to `2` milliseconds, it means the has...
The test for Processor.load fails to compile due to type mismatch: ``` * Executing task: cargo test --package chip8 --bin chip8 -- processor::processor_test --nocapture Compiling chip8 v0.1.0 (/home/user/chip8-rust) error[E0308]: mismatched...
error: linking with `cc` failed: exit code: 1 note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/home/parrot/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/home/parrot/Code/Rust/Completed/chip8-rust/target/debug/deps/chip8-2b7771104cbf2628.13vu7cocas8cm1cu.rcgu.o" "/home/parrot/Code/Rust/Completed/chip8-rust/target/debug/deps/chip8-2b7771104cbf2628.14fxf94gf5dea4rd.rcgu.o" "/home/parrot/Code/Rust/Completed/chip8-rust/target/debug/deps/chip8-2b7771104cbf2628.1b5yzl4gk80q7902.rcgu.o" "/home/parrot/Code/Rust/Completed/chip8-rust/target/debug/deps/chip8-2b7771104cbf2628.1cf7maewb8tl7x4m.rcgu.o" "/home/parrot/Code/Rust/Completed/chip8-rust/target/debug/deps/chip8-2b7771104cbf2628.1i20rjyevhmrf3el.rcgu.o" "/home/parrot/Code/Rust/Completed/chip8-rust/target/debug/deps/chip8-2b7771104cbf2628.1liq26ip84gm8ryf.rcgu.o" "/home/parrot/Code/Rust/Completed/chip8-rust/target/debug/deps/chip8-2b7771104cbf2628.1llfsz1ybhx8w71d.rcgu.o" "/home/parrot/Code/Rust/Completed/chip8-rust/target/debug/deps/chip8-2b7771104cbf2628.1ndagxuwcirnongo.rcgu.o" "/home/parrot/Code/Rust/Completed/chip8-rust/target/debug/deps/chip8-2b7771104cbf2628.1ppo06h8fogvg3zw.rcgu.o" "/home/parrot/Code/Rust/Completed/chip8-rust/target/debug/deps/chip8-2b7771104cbf2628.1vnvzd5bua58uxoa.rcgu.o" "/home/parrot/Code/Rust/Completed/chip8-rust/target/debug/deps/chip8-2b7771104cbf2628.21gda45l732u3jj.rcgu.o" "/home/parrot/Code/Rust/Completed/chip8-rust/target/debug/deps/chip8-2b7771104cbf2628.22kot01alt5f6n4b.rcgu.o" "/home/parrot/Code/Rust/Completed/chip8-rust/target/debug/deps/chip8-2b7771104cbf2628.23t36govqzyeeqc8.rcgu.o" "/home/parrot/Code/Rust/Completed/chip8-rust/target/debug/deps/chip8-2b7771104cbf2628.25ospehnjdvppl4z.rcgu.o"...