Search found 1 match

by TapamN
Wed Mar 06, 2013 4:00 pm
Forum: NESdev
Topic: $2001 8-pixel mask
Replies: 10
Views: 3778

Re: $2001 8-pixel mask

The "shift sprite left" bit on the SMS only works in the old TMS9918 video modes. Sprite attributes in the Master System mode are lacking the 4th sprite attribute byte that the old modes had, which stored the extra bit, as well as the sprite color. The bit actually shifts the sprite by 32 ...