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...
In this post I want to talk about the importance of testing code! Recently I have been using GTest and while writing test for my Gameboy Emulator have gained a...