pj64team / Project64-Legacy

Finishing what we started.
79 stars 7 forks source link

HACK: Get Rat Attack working with the interpreter again #71

Closed parasyte closed 1 year ago

parasyte commented 1 year ago

This game writes to invalid memory in the first page on start up. Raising a TLB exception for these invalid stores breaks the game!

parasyte commented 1 year ago

Maybe a better patch for this is checking whether TLB is enabled before raising any TLB exceptions. I'll think on it a bit...