mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
sms, fix center tms text mode (mode 1)
This commit is contained in:
parent
c05ec65ef1
commit
4182483ea2
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@ static void DrawDisplayM1(int scanline)
|
||||||
|
|
||||||
tilex = cellskip & 0x1f;
|
tilex = cellskip & 0x1f;
|
||||||
cells = maxcells - cellskip;
|
cells = maxcells - cellskip;
|
||||||
dx = (cellskip << 3) + line_offset;
|
dx = 8 + (cellskip << 3) + line_offset;
|
||||||
|
|
||||||
// tiles
|
// tiles
|
||||||
if (!(pv->debug_p & PVD_KILL_B))
|
if (!(pv->debug_p & PVD_KILL_B))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue