simias / rustation

Playstation emulator in the Rust programing language
Other
552 stars 21 forks source link

Fix the GTE flag mask #37

Open simias opened 6 years ago

simias commented 6 years ago

Apparently the current GTE flag mask is bogus: https://github.com/simias/rustation/blob/master/src/cpu/gte/mod.rs#L440

It should be 0x7ffff000. I need to write a test to trigger the inaccuracy and fix it.