libretro / opera-libretro

Port of 4DO/libfreedo to libretro.
63 stars 37 forks source link

Super Street Fighter II Turbo (graphics in select game speed) #73

Open altiereslima opened 6 years ago

altiereslima commented 6 years ago

Graphics in Select Game Speed is not aligned:

3DO version: super street fighter ii turbo usa -180506-163439

Arcade version: ssf2t-180506-164612

trapexit commented 6 years ago

I spent some time looking into this. From what I can tell the offset is legit... in so much that its being rendered where it's supposed to be according to the data passed into the render (unless there is something not right about the render which would negate the offset passed in). So it implies the problem is in the calculation of the offset (the CPU?). Once I have some time I'll look at the instructions leading up to the value being set.