emulation

Game Boy Emulator

Sat, Oct 8, 2022

I’ve taken what I’ve learned writing a Chip8 interpreter and applied that to writing an emulator for the original Game Boy.

Chip8

Sun, Jul 31, 2022

I’ve written an interpreter for Chip-8 as a stepping stone toward emulating some more complex real hardware.