Natesh's Dev Blog!

  • Github
  • Projects
  • Makes
  • About
  • Search

2016

December 04, 2016
Gameboy Emulator

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++
November 21, 2016
Gameboy Emulator

Gameboy Emulator Update - GUI!

Updates Correct Color Palette Per line rendering order issues Changed the way memory is accessed MBC2 and MBC3 support Qt GUI GUI For the actual Gameboy...

gameboy
emulator
November 04, 2016
Gameboy Emulator

Gameboy Sound Information

Four types of Sound generators: Quadrangular wave patterns with sweep and envelope functions. Quadrangular wave patterns with envelope functions. Voluntary wave patterns from wave RAM. White noise with an...

gameboy
emulator
Loading more posts...

© 2026 Natesh Narain

Built with Jekyll and Tailwind CSS