m0xsec / ferrum

Gameboy Emulator written in Rust
1 stars 0 forks source link

Memory / MMU #2

Closed m0xsec closed 1 year ago

m0xsec commented 1 year ago

Implement GameBoy memory management. While the Gameboy didn't actually have an MMU (Memory Management Unit) it makes sense to emulate one.

m0xsec commented 1 year ago

Moved bank switching to its own issue #6