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

[v-rally 3] black screen #53

Closed ITotalJustice closed 2 years ago

ITotalJustice commented 2 years ago

fails to boot. seems to play audio by looping through all sound effects through the game

ITotalJustice commented 2 years ago

Comment I made on discord on how I fixed it:

v-rally 3: don't disable interrupts when skipping the bios, the game stores the cpsr immediately (second instruction in) and then restores it later on. it never manually sets the irq_disable bit to false.