RIP-Comm / clementine

Gameboy Advance emulator.
MIT License
49 stars 13 forks source link

ROM in Memory #129

Closed guerinoni closed 1 year ago

guerinoni commented 1 year ago

This because in most of place is more convenient keep conversion outside the memory functions.

Now rom data is mapped into memory struct, that's because PC starts from 0 and read/write from bios. This means that now we need bios for start a game.