oops, had that backwards (re #106)

This commit is contained in:
zeromus 2020-04-14 18:09:09 -04:00
parent fadb200856
commit 16a965d15c
1 changed files with 2 additions and 2 deletions

View File

@ -1670,9 +1670,9 @@ static void CopySprites(uint8 *target) {
if(!SpriteON) return;
int start=0;
int start=8;
if(PPU[1] & 0x04)
start = 8;
start = 0;
for(int i=start;i<256;i++)
{