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

Work RAM: Difference between revisions

From SnesLab
Jump to: navigation, search
(recommended to make sure WRAM is correct after a reset)
(moved image up)
Line 1: Line 1:
[[File:wram schematic.png|thumb|The WRAM chip is straddling regions C1 and D1 in the [[jwdonal schematic]]]]
'''WRAM''' (Work RAM) serves as the SNES' main memory.  It is 128K x 8 bits (131,072 bytes) in size.  It has part number 21326. [3]
'''WRAM''' (Work RAM) serves as the SNES' main memory.  It is 128K x 8 bits (131,072 bytes) in size.  It has part number 21326. [3]


Line 4: Line 6:


WRAM is left intact by a [[Reset]]. [2]  But, it is recommended to check to make sure the contents are correct after a reset.  [5]
WRAM is left intact by a [[Reset]]. [2]  But, it is recommended to check to make sure the contents are correct after a reset.  [5]
[[File:wram schematic.png|thumb|The WRAM chip is straddling regions C1 and D1 in the jwdonal schematic]]


[[Category:SNES Hardware]]
[[Category:SNES Hardware]]

Revision as of 15:29, 8 July 2023

The WRAM chip is straddling regions C1 and D1 in the jwdonal schematic

WRAM (Work RAM) serves as the SNES' main memory. It is 128K x 8 bits (131,072 bytes) in size. It has part number 21326. [3]

Even though WRAM has both Address Bus A and Address Bus B connected to it, the chip can only pay attention to one at a time, so WRAM-to-WRAM DMA isn't possible.

WRAM is left intact by a Reset. [2] But, it is recommended to check to make sure the contents are correct after a reset. [5]

References