Posts
Bus addresses dispatch in emulators: a few solutions
Posted on 4 mins
Every emulator needs some kind of address dispatch so that data can be redirected to the correct devices. There are two solutions for this problem.Rust Refcells: how I (un)safely got rid of them
Posted on 8 mins
Refcells have a big overhead, but you can easily get rid of them based on some hard restrictions.Banking system for NES/Gameboy emulators
Posted on Last edited 13 mins
Short guide on how to implement a convenient and powerful memory banking system for emulators.First post
Posted on 1 min
Hello?