PPU PT shift registers q.

This is an archive of a topic from NESdev BBS, taken in mid-October 2019 before a server upgrade.
View original topic
PPU PT shift registers q.
by on (#2400)
Reading what it says 2C02 reference, it says that "while pt data is fetched is loaded into internal latches" then there are 2 - 16 bit shift registers where the latched are copied at the upper 8 bits, and both shift reg. shift *right* every clock cycle (first 256 of course), but i dont know if i missunderstanding something or the doc is not right, cos how can be "right shift"?, assuming that FineX is always set to 0 (not scrolling) if we shift right one time per cycle and get the bit according FineX this will result in reversing the tiles while we render, what acctually happens in my emulator, after i changed my pseudo-by-pixel engine to a NES hardware behaivor.

Some help?

by on (#2402)
Might be a typo. High bit represents the first pixel, so left shifting does make more sense.

*shurg*