cycle "eigth"?

This is an archive of a topic from NESdev BBS, taken in mid-October 2019 before a server upgrade.
View original topic
cycle "eigth"?
by on (#10630)
maybe its a fool question, but if we have a 16 bit shift register were we load the pattern table data, does it means that the first tile (3th) load of the scanline is at cycle 8th?

by on (#10632)
The first tile load (or 3rd on-screen indeed) starts at cycle 0 and ends at cycle 7 (that's the 8th cycle). It takes 4 memory fetches, every 2 cycles, to load a tile: nametable, attribute, tile low, tile high.

by on (#10633)
thanks!!