You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the documentation of the PPU FIFO it says the Gameboy has two 16-pixel FIFO's ("Each FIFO can hold up to 16 pixels"). But further down it says the fetcher will never push to FIFO unless the FIFO is empty, which means that the FIFO will never hold more than 8 pixels.
The text was updated successfully, but these errors were encountered:
In the documentation of the PPU FIFO it says the Gameboy has two 16-pixel FIFO's ("Each FIFO can hold up to 16 pixels"). But further down it says the fetcher will never push to FIFO unless the FIFO is empty, which means that the FIFO will never hold more than 8 pixels.
The text was updated successfully, but these errors were encountered: