cargo build
cargo run
-
Copy
ROMs/
andSDL2.dll
to thetarget/debug/
folder -
Run the executable file
/target/debug/chip8-emulator.exe
Not Supported
-
A terminal will appear (main screen). Enter the name for one of the listed ROMs
-
A window will open up with the emulated chip8 ROM.
See EmulatorSpecs.docx for all possible keys to press
-
1 - left paddle up
-
Q - left paddle down
-
4 - right paddle up
-
R - right paddle down
Chip8 ROMs are in public domain
Laurence Muller's Chip8 Emulator Guide