Relative Content

Tag Archive for rustmemorygameboy

Emulating Switchable Memory Banks via Overlayed Byte Slices

I’m in the process of writing a Gameboy Color emulator in Rust. To account for the limited address space of the Gameboy CPU, many game cartridges included switchable memory banks, some of which could be ROM and some of which could be RAM.