Samuel Parsonssamthecoder.com·Jun 5, 2024How to Build the CPU for a Game Boy EmulatorThe Central Processing Unit (CPU) of the Nintendo Game Boy, also known as the Sharp LR35902 and based on the Zilog Z80 processor, is the core component responsible for the actual execution of a Game Boy game. It is the engine of the Game Boy so to sp...game boy
Samuel Parsonssamthecoder.com·May 22, 2024Running a Game Boy Emulator Smoothly on HTML CanvasA Game Boy Emulator (or any game system emulator for that matter) is able to understand a game that has been loaded into memory through a main loop that steps through each opcode one at a time. The program counter points to a location in memory, and ...34 readsemulators
Samuel Parsonssamthecoder.com·May 11, 2024Must-Have Resources for Building a Game Boy EmulatorI have vivid memories of playing games on my Game Boy Color as a child, the most memorable being Pokemon Red. Eventually, I played around with Gameshark codes that would allow me to hack certain aspects of games so I could cheat, or cause weird visua...1 like·94 readsemulators