Harha / hyper-gb

Game Boy (DMG-01) emulator
MIT License
1 stars 0 forks source link

cleanup source code, re-think design #5

Open Harha opened 6 years ago

Harha commented 6 years ago

Just a generic cleanup task that can also be used for pondering design decisions that I've made on the fly while writing this thing.

Harha commented 6 years ago

MMU ROM and RAM banks must be implemented as singular MemoryArea extending class instances.

This way creating support for cart ROM and RAM mappers will be way more simple.