A CHIP-8 emulator written in Rust.
This project is a simple CHIP-8 emulator created to learn more about Rust and emulation. It is capable of loading and running CHIP-8 ROMs.
- CHIP-8 CPU emulation
- RAM and register implementation
- ROM loading
To build the project, run the following command:
cargo buildTo run the emulator, use the following command:
cargo runYou will need to place a CHIP-8 ROM file named rom.ch8 in the root of the project directory.