[v-rally 3] black screen
Closed this issue · 1 comments
ITotalJustice commented
fails to boot. seems to play audio by looping through all sound effects through the game
ITotalJustice commented
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.