We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS
Prefetch Register: Difference between revisions
From SnesLab
(created page) |
(see also fullsnes) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
The '''Prefetch Register''' is 16-bits wide and not directly accessing by software, but its value can be read via RDVRAML (low byte) and RDVRAMH (high byte). | The '''Prefetch Register''' is 16-bits wide and not directly accessing by software, but its value can be read via RDVRAML (low byte) and RDVRAMH (high byte). The prefetch register is unaffected by writes to VMDATAL and VMDATAH. | ||
=== See Also === | |||
* https://problemkaputt.de/fullsnes.htm#snesmemoryvramaccesstileandbgmap | |||
[[Category:Registers]] | [[Category:Registers]] | ||
[[Category:SNES Hardware]] |
Latest revision as of 00:44, 20 July 2023
The Prefetch Register is 16-bits wide and not directly accessing by software, but its value can be read via RDVRAML (low byte) and RDVRAMH (high byte). The prefetch register is unaffected by writes to VMDATAL and VMDATAH.