Natesh's Dev Blog!

  • Github
  • Makes
  • About
  • Search
January 03, 2017

Gameboy Emulator Update - Color!

After taking a little break for the holidays decided to start working on color support for my Gameboy Emulator library. Here’s a look at color support for sprites:

gameboy
emulation
December 11, 2016

Gameboy Emulator Update - Link Port

This weekend I completed link port emulation for my GameboyCore library. TODO The last major feature...

gameboy
emulator
December 04, 2016

Gameboy Link Port Info

Gameboy Link Port Information Registers The link port emulation isn’t too bad once you break down the main points. Bytes are exchanged between...

gameboy
emulator
December 03, 2016

Note on Boost and CMake!

The below Boost CMake variables might be needed for CMake to find Boost on Windows! cmake .. -DBoost_USE_STATIC_LIBS=ON -DBoost_USE_MULTITHREADED=ON That is...

cmake
boost
December 03, 2016

Building Boost.Python

Having made a fair amount of progress on the GameboyCore I wanted to start extending is functionality. Since GameboyCore is a standalone library it can be compiled on any...

boost
python
c++
Previous Page: 22 of 30 Next
© 2025 Natesh Narain. Made with Jekyll using the Tale theme.