sms: some bugfixes

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@870 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2010-02-11 14:04:14 +00:00
parent fcdefcf62c
commit 03065bb617
3 changed files with 10 additions and 2 deletions

View file

@ -257,6 +257,8 @@ void PicoFrameMS(void)
for (y = 0; y < lines; y++)
{
pv->v_counter = Pico.m.scanline = y;
if (y > 218)
pv->v_counter = y - 6;
if (y < lines_vis && !skip)
PicoLineMode4(y);