ITotalJustice / notorious_beeg

gba emulator written in c++23
https://notorious-beeg.netlify.app/
GNU General Public License v3.0
41 stars 4 forks source link

remove bios wrapping on reads #21

Closed ITotalJustice closed 2 years ago

ITotalJustice commented 2 years ago

OOB bios reads should return open bus.

somewhat related to #20

ITotalJustice commented 2 years ago

This was fixed in https://github.com/ITotalJustice/notorious_beeg/commit/8a8758818ce757d77c883c34a5b48c3236a10a01

Although correct openbus behaviour is not emulated. That is a separate issue however