C64: Had the flag with the wrong polarity. Thanks, C64Anabalt.

This commit is contained in:
SaxxonPike 2019-07-04 14:20:12 -05:00
parent 691577499f
commit 579ffe5c25
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@
{
spr.Dma = true;
spr.Mcbase = 0;
spr.YCrunch = !spr.YExpand;
spr.YCrunch = spr.YExpand;
}
}
}