rustation
rustation copied to clipboard
Fix the GTE flag mask
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.