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

implement open bus #4

Open ITotalJustice opened 2 years ago

ITotalJustice commented 2 years ago

firstly i need to find a test rom / game (ideally test rom) that uses open bus behaviour

ITotalJustice commented 2 years ago

this seems to be needed for minish cap. specifically for the title screen as it uses div 0 a lot (0 / X). if i HLE it or use the official bios, the game works. if i use normmatt bios and don't hle div, the title screen is very broken

image

ITotalJustice commented 1 year ago

this commit added correct bios openbus reads https://github.com/ITotalJustice/notorious_beeg/commit/8612327fcc4414989e73c1a1ee642e8c5e711dac