WIP. Use CMake to generate a header file with information pulled from the Git repo. # Generate version.h using data from git repository # # @author Natesh Narain # @date...
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...
Git Cheat Sheet =============== Getting a remote branch without merging --------------------------------------- git fetch origin my-branch Aliasing Commands ----------------- Tired of typing out git command? Add an alias to make...
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...