We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS
CC ADD Enable Flag: Difference between revisions
From SnesLab
(added address of CSWSEL) |
(improved description) |
||
Line 1: | Line 1: | ||
The '''CC ADD Enable Flag''' lives at bit 1 of CGSWSEL (2130h). | The '''CC ADD Enable Flag''' lives at bit 1 of CGSWSEL (2130h). It designates which of the following two kinds of data should be added or subtracted from each other or not: | ||
* when clear, it designates the [[fixed color]] | |||
* when set, it designates the [[sub screen]] | |||
=== See Also === | === See Also === | ||
* [[Color Math]] | * [[Color Math]] | ||
=== Reference === | |||
* [https://archive.org/details/SNESDevManual/book1/page/n129 page 2-27-16 of Book I] | |||
[[Category:Video]] | [[Category:Video]] | ||
[[Category:Flags]] | [[Category:Flags]] |
Revision as of 18:24, 19 July 2023
The CC ADD Enable Flag lives at bit 1 of CGSWSEL (2130h). It designates which of the following two kinds of data should be added or subtracted from each other or not:
- when clear, it designates the fixed color
- when set, it designates the sub screen