You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can confirm that using the old myFractionalLowMask in CartDPCPlus fixes this issue, but I want to be sure that is actually the issue, and not a bug in the code. The same ARM driver works on Harmony, so I'm thinking it's not a bug in the ROM, but that we need to handle another ARM version in the c'tor.
The text was updated successfully, but these errors were encountered:
I plan to look into it some more to see if I can figure out which driver versions should exhibit the DPC+ jitter issue with the Fractional Data Fetchers.
I've written a script to automate the discovery of DPC+ versions and creation of the test ROMs with each driver version. I posted it in the comments of the above blog post.
It seems we may have another ARM driver that should use the 'old' behaviour (as defined in CartDPCPlus c'tor). Relevant link is https://atariage.com/forums/topic/302951-text-adventure.
text_adventure.bas.zip
I can confirm that using the old
myFractionalLowMaskinCartDPCPlusfixes this issue, but I want to be sure that is actually the issue, and not a bug in the code. The same ARM driver works on Harmony, so I'm thinking it's not a bug in the ROM, but that we need to handle another ARM version in the c'tor.The text was updated successfully, but these errors were encountered: