JaCzekanski / Avocado

🥑 PlayStation 1 emulator
GNU General Public License v2.0
538 stars 31 forks source link

Jackie Chan Stuntmaster (U) hangs when loading #38

Open literalmente-game opened 5 years ago

literalmente-game commented 5 years ago
pcercuei commented 4 years ago

The trick with Jackie Chan Stuntmaster is that you have to check for software interrupts right after a MTC0/CTC0 to registers 12 or 13. If you wait until the next branch to check for the interrupts it'll be too late.

JaCzekanski commented 4 years ago

@pcercuei Thanks for the tip, I think I fail interrupt tests in psxtest_cpx for that specific reason.