One more.

This commit is contained in:
iq_132 2015-03-01 14:57:45 +00:00
parent 50883fa53c
commit 2d3b187aa0
1 changed files with 1 additions and 1 deletions

View File

@ -3476,7 +3476,7 @@ static void DrawLayer(INT32 plane, INT32 *hcache, INT32 maxcells, INT32 sh)
DrawStripInterlace(&ts);
} else if( RamVReg->reg[11]&4) {
// shit, we have 2-cell column based vscroll
// e have 2-cell column based vscroll
// luckily this doesn't happen too often
ts.line = ymask | (shift[width]<<24); // save some stuff instead of line
DrawStripVSRam(&ts, plane);