Go to file
Marcus Vinicius de Carvalho 26a1b85841 Chip-8 emulator
Complete Chip-8 instructions. However, the user still needs to modify the code to select the ROM. Next-step will be to insert SUPER-CHIP and OX-CHIP instructions, as well as to give menu options to the user.
2021-07-22 21:09:50 +08:00
src Chip-8 emulator 2021-07-22 21:09:50 +08:00
.gitignore Chip-8 emulator 2021-07-22 21:09:50 +08:00
Cargo.toml chip-8 architecture 2021-07-21 19:16:34 +08:00
LICENSE Initial commit 2021-07-21 11:08:37 +08:00