This commit is contained in:
dinkc64 2023-12-12 10:08:14 -05:00
parent 515f66e6fb
commit 6d93f16012
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ INT32 Cps2Scr3Draw(UINT8 *Base, INT32 sx, INT32 sy)
if(Xmcota && t>=0x5800) t-=0x4000;
else if(Ssf2t && t<0x5600) t+=0x4000;
t <<= 9; // Get real tile address
if (Cps2Turbo) t &= ~nCpsGfxScroll[3]; // buggy hack
t += nCpsGfxScroll[3]; // add on offset to scroll tiles
if (t != nKnowBlank) { // Draw tile