Skip to content

Commit

Permalink
cpsrd.cpp: compute nXTiles from nCpsScreenWidth
Browse files Browse the repository at this point in the history
  • Loading branch information
barbudreadmon committed Dec 6, 2023
1 parent 7cf178f commit 888e5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/burn/drv/capcom/cpsrd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ INT32 Cps2rRender()
INT32 y;
struct CpsrLineInfo *pli;
if (CpsrBase==NULL) return 1;
nXTiles = (Cps2Turbo) ? 26 : 24;
nXTiles = nCpsScreenWidth>>4; // 24*16 = 384, 26*16 = 416

nKnowBlank = -1; // We don't know which tile is blank yet

Expand Down

0 comments on commit 888e5e1

Please sign in to comment.