Raphael Stäbler writes on Medium a series about emulating the Original Gameboy’s CPU.To build an emulation of a CPU you basically just need to implement these three steps. First the emulated CPU fetches an operation, then it decodes the operation and finally it executes the operation. After that it’s back...