RIP-Comm / clementine

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

Understand access rights for I/O registers #177

Open AlessioC31 opened 1 year ago

AlessioC31 commented 1 year ago

Right now we're creating I/O registers with Read/Write rights since they have to be writable/readable by code (bios for example). We should maybe investigate a smarter access control, depending on which section of code is executing (bios/user code, etc)