Natesh's Dev Blog!

  • Github
  • Makes
  • About
  • Resume
  • Search
September 09, 2016

Gameboy LCD Controller

References Gameboy Programming Manual Pandocs Screen Timing 60 Hz frame rate - 16.6 ms period V-Blank lasts 1.09 ms...

gameboy
August 30, 2016

Using GTest with CMake and Visual Studio

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...

visual studio
cmake
gtest
August 26, 2016

Gameboy Assembler Part 2

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...

c++
flex
gameboy
assembly
August 26, 2016

Gameboy Assembler Part 1

Recently I started working on a Gameboy Emulator. I had attempted this before but I got stuck with a bug I couldn’t work out. I realized that I really...

gameboy
flex
bison
c++
assembly
July 21, 2016

Gameboy Hardware Specs and Memory Layout

On going write up of important information about the Gameboy system. Hardware Specs CPU Z80 Clock ~4.2 MHz -> 0.238 us Work...

gameboy
c++
Previous Page: 26 of 31 Next
© 2025 Natesh Narain. Made with Jekyll using the Tale theme.