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

Mode 7 VRAM Map: Difference between revisions

From SnesLab
Jump to: navigation, search
(hid archive URL)
(→‎Reference: bullet points -> numbering)
Line 4: Line 4:
* [[SC0 VRAM Map]]
* [[SC0 VRAM Map]]


=== Reference ===
=== References ===
* [https://archive.org/details/SNESDevManual/book1/page/n209 Appendix A-15] of Book II of the official Super Nintendo development manual
# [https://archive.org/details/SNESDevManual/book1/page/n209 Appendix A-15] of Book II of the official Super Nintendo development manual
# [https://archive.org/details/SNESDevManual/book1/page/n205 Appendix A-11], lbid.
# [https://archive.org/details/SNESDevManual/book1/page/n205 Appendix A-11], lbid.


[[Category:Video]]
[[Category:Video]]

Revision as of 05:51, 17 December 2023

In Mode 7, the PPU expects the first 25% (16K) of VRAM to be filled with the tilemap and tile data. The tilemap is stored in the low bytes of each 16-bit word, and the tileset is stored in the high bytes. Appendix A-11 has a bit-breakdown diagram of what a word of this chunk of VRAM should look like.[2]

See Also

References

  1. Appendix A-15 of Book II of the official Super Nintendo development manual
  2. Appendix A-11, lbid.