Currently I am working on making a Gameboy Emulator! I’ve wanted to do this for a while now. I have tried this before about 2 years ago however it… didn’t...
This post is a work in progress. General Screen buffer is 256x256 pixels. Or 32x32 tiles (tiles are 8x8 pixels) Only
References Gameboy Programming Manual Pandocs Screen Timing 60 Hz frame rate - 16.6 ms period V-Blank lasts 1.09 ms...
Recently had a bit of trouble setting up GTest with Visual Studio using CMake. Simple fix but just wanted to write it down! Installation You will need to get a...
Lexical Analyser Will be using the linux program flex to build the lexical analyser. We do this by defining regular expressions to match the tokens we want...