6116 static Ram data

Let's talk about anything related to the 6502 microprocessor.
Post Reply
paulig
Posts: 2
Joined: 28 Sep 2014

6116 static Ram data

Post by paulig »

Hi guys,

Im curious to know if there is a way to read the data stored in 6116 static Ram?

I have a circuit 6116 connected to a battery with Eprom 27c128 and 6502 installed.

regards
User avatar
GARTHWILSON
Forum Moderator
Posts: 8773
Joined: 30 Aug 2002
Location: Southern California
Contact:

Re: 6116 static Ram data

Post by GARTHWILSON »

It works like most other truly random-access static RAMs. If the OE\ (output enable not) is low, and the CS\ (chip select not) is low, and the R/W\ (read / write-not) is high, D0-D7 will output the contents of the address given by A0-A10. It is not non-volatile memory though like EPROM, EERPOM, or flash ROM. If power is completely removed, it immediately forgets everything.
http://WilsonMinesCo.com/ lots of 6502 resources
The "second front page" is http://wilsonminesco.com/links.html .
What's an additional VIA among friends, anyhow?
Post Reply