We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS

Pixel Cache: Difference between revisions

From SnesLab
Jump to: navigation, search
(where primary cache data comes from)
(8 pixels, added fullsnes ref)
Line 1: Line 1:
The [[Super FX]] has two '''Pixel Caches''': a primary and secondary.
The [[Super FX]] has two '''Pixel Caches''': a primary and secondary.


Each pixel cache has a 64-bit main buffer and an 8-bit "bit-pend flag" buffer.  The bit-pend flags indicate whether the data in the main buffer is valid.
Each pixel cache has a 64-bit main buffer, which holds 8 pixels, and an 8-bit "bit-pend flag" buffer.  The bit-pend flags indicate whether the data in the main buffer is valid.


The primary pixel cache is written to by [[PLOT]].
The primary pixel cache is written to by [[PLOT]].
=== References ===
* http://problemkaputt.de/fullsnes.htm#snescartgsunpixelcache


[[Category:Super FX]]
[[Category:Super FX]]

Revision as of 04:32, 9 May 2023

The Super FX has two Pixel Caches: a primary and secondary.

Each pixel cache has a 64-bit main buffer, which holds 8 pixels, and an 8-bit "bit-pend flag" buffer. The bit-pend flags indicate whether the data in the main buffer is valid.

The primary pixel cache is written to by PLOT.

References