Natesh's Dev Blog!

  • Github
  • Makes
  • About
  • Resume
  • Search
March 12, 2017

Emulator Update - Android!

Here’s a recording of GameboyCore running inside of an Android emulator. It’s running surprising fast.. The GameboyCore library is included in the Android Studio build directly with Git submodules. A...

c++
java
android
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
Previous Page: 22 of 31 Next
© 2025 Natesh Narain. Made with Jekyll using the Tale theme.