WIP. Use CMake to generate a header file with information pulled from the Git repo.
Update on my Gameboy Emulator!! Implemented Joypad emulation and made some bug fixes to my CPU instruction implementation. Write tests!!!!! Below is the current progress.
Joypad Register Important to note here that the Joypad GPIOs are pulled high. So when a key...
Gameboy Emulator Progress Update: Copyright Screen Getting to the copyright screen was straight forward for the most part. There was however the problem on the tileset being drawn in signed...