Commit Graph

4 Commits

Author SHA1 Message Date
Marcus Vinicius de Carvalho 5bf025439c Static-link to SDL2
This small build configuration helps setting LLDB into Rust, as well as to release a compiled released version of the code.
2021-07-24 23:20:46 +08:00
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
Marcus Vinicius de Carvalho 9202042093 chip-8 architecture 2021-07-21 19:16:34 +08:00
Marcus Vinicius de Carvalho 48b56d4836 Initial commit 2021-07-21 11:08:37 +08:00