mupen64plus-core
mupen64plus-core copied to clipboard
NFL Quarterback Club 99 doesn't run
February 7th, 2022 build Windows 10 x64
If you try to play NFL Quarterback Club 99, then nothing will happen. There is a black screen and that's it. Other games work fine.
@Gillou68310 I tested this, it doesn't work using the new dynarec (black screen), but it does work with the cached interpreter
I might have time to look at this before year 2050 ;-)
In the mean time you could test with interpreted fallback to see if it makes any difference...
Uncommenting all the "#define INTERPRET_" lines in new_dynarec.c doesn't make any difference
I pushed a fix for this issue but I'm not sure it'll not break something else. I remember changing this to wasdirty in the first place but can't remember why because it doesn't seems to make any sense.
The issue was a register not writtenback when a tlb exception occurs in a load instruction.