CHIP-8 Emulator for 3DS
A CHIP-8 emulator designed for the Nintendo 3DS using C++. It emulates CPU instructions, timers, and input handling, while leveraging the 3DS's display and touchscreen for user interactions. This project helped me explore low-level programming concepts through the creation of an emulator.