Welcome, Guest. Please login or register.
March 28, 2024, 10:23:18 PM

Login with username, password and session length
* Home Help Arcade Login Register
.
+  Forum
|-+  NLG Members who host their own Repair Logs of Various Games.
| |-+  Channelmaniac's Arcadecomponents' Old School Repair Logs (Moderator: channelmaniac)
| | |-+  How RAMS and ROMs are read
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: How RAMS and ROMs are read  (Read 10004 times)
channelmaniac
Surface mount soldering geek
Global NLG Site Moderator
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 568
Offline Offline

Gender: Male
Posts: 2126


Few things are better than fixing an old game...


WWW
« on: September 16, 2008, 12:05:33 AM »

If you take a look at a standard EPROM or SRAM IC's pinout (and even the data sheet if it's available!) you'll see pins like W*, OE*, and CE* - what do these do?

Well, to read an EPROM or to read and write to a static RAM and NOT to the other chips on the system requires a combination of signals to activate them.

A 6116 SRAM IC is 2k x 8. It has 2 power lines, 8 data lines, 3 control lines, and 11 address lines. If you have 2 of these connected to a CPU that has 16 address lines how do you get the correct one to give you back the data when they are both connected to the same address and data lines? Easy. Decode the upper 5 address lines so that certain combinations of them activate the control lines of the SRAM ICs so the correct one is enabled for data reads and writes at the proper place in the CPUs memory map.

Now when looking at the pinouts you'll see things like OE* (or "OE" with a bar over the top of the letters.) The * or bar over the letters signifies it's an "active low" signal. This means that to activate this line the voltage on the pin drops to a logic low condition - close to ground level voltages.

Let's look at the signals:
OE* = Output Enable. When this signal is low the chip will put it's data on the bus when read.
CE* = Chip Enable. When this signal is low the chip can be read (if OE* is low too) or written to (if W* is low at the same time)
W* = Write. When this signal is low the chip can be written to (if CE* is low too)

This information comes in handy when troubleshooting RAM/ROM problems on game boards. If the board reports the ROM as bad but the ROM checks good when read in an EPROM programmer then check those signal lines! If they aren't correct then the board won't be able to read it. Look for a bad socket (common on old games!), gouges/broken traces, or a bad IC.

Neo Geo MVS boards: Common for bad traces on the control signals for the backup SRAM. This will cause the board to not boot and give a click-click-click from the speakers. This is a "stuck in watchdog" problem. The CPU is getting whacked on the reset line continuously as the system tries to get it to boot. This is because the control signals for the backup SRAM aren't there which is causing the chip's control lines to "float." This float is causing spurious outputs from the backup SRAM chips. The problem is that it's connected directly to the CPU just like the CPU's 'work RAM' and the spurious outputs are causing the CPU to never boot. Fix the traces and the board will boot.

Enjoy!

RJ
Logged

I have too many hobbies! Electronics, gunsmithing, Miatas, arcade games, metal detecting, etc...

http://www.arcadecomponents.com
Pages: [1] Go Up Print 
« previous next »
Jump to:  


If you find this site helpful, Please Consider Making a small donation to help defray the cost of hosting and bandwidth.



Newlifegames.com    Newlifegames.net    Newlifegames.org
   New Life Games    NewLifeGames  NLG  We Bring new Life to old Games    1-888-NLG-SLOTS
Are all Copyright and Trademarks of New Life Games LLC 1992 - 2021


FAIR USE NOTICE:

This site contains copyrighted material the use of which has not always been specifically authorized by the copyright owner.
We make such material available in an effort to advance awareness and understanding of the issues involved.
We believe this constitutes a fair use of any such copyrighted material as provided for in section 107 of the US Copyright Law.
In accordance with Title 17 U.S.C. Section 107, the material on this site is distributed without profit to those
who have expressed a prior interest in receiving the included information for research and educational purposes.

For more information please visit: http://www.law.cornell.edu/uscode/17/107.shtml.

If you wish to use copyrighted material from this site for purposes of your own that go beyond fair use,
you must obtain permission directly from the copyright owner.

NewLifeGames.net Web-Site is optimized for use with Fire-Fox and a minimum screen resolution of 1280x768 pixels.


Powered by SMF 1.1.20 | SMF © 2013, Simple Machines
Loon Designed by Mystica
Updated by Runic Warrior
Page created in 0.083 seconds with 20 queries.