rustation icon indicating copy to clipboard operation
rustation copied to clipboard

Fix the GTE flag mask

Open simias opened this issue 8 years ago • 0 comments

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.

simias avatar Jul 08 '17 09:07 simias