mupen64plus-core icon indicating copy to clipboard operation
mupen64plus-core copied to clipboard

NFL Quarterback Club 99 doesn't run

Open Meerkov opened this issue 3 years ago • 5 comments

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.

Meerkov avatar Feb 09 '22 05:02 Meerkov

@Gillou68310 I tested this, it doesn't work using the new dynarec (black screen), but it does work with the cached interpreter

loganmc10 avatar Feb 09 '22 13:02 loganmc10

I might have time to look at this before year 2050 ;-)

Gillou68310 avatar Feb 10 '22 13:02 Gillou68310

In the mean time you could test with interpreted fallback to see if it makes any difference...

Gillou68310 avatar Feb 10 '22 13:02 Gillou68310

Uncommenting all the "#define INTERPRET_" lines in new_dynarec.c doesn't make any difference

loganmc10 avatar Feb 10 '22 18:02 loganmc10

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.

Gillou68310 avatar Feb 14 '22 15:02 Gillou68310