Creating a Chip8 emulator using only javascript and a browser
Tue Dec 15 2020Creating a Chip8 emulator is a great introduction to learning the basics of emulator creation. Topics such as bitwise operations, bit graphic programming, and reading technical manuals are all necessary things to start on the path of emulator creation.