EDAboard.com | EDAboard.eu | EDAboard.de | EDAboard.co.uk | RTV forum PL | NewsGroups PL

weird old ROM chips...

Ask a question - edaboard.com

elektroda.net NewsGroups Forum Index - Electronics Components - weird old ROM chips...

Goto page Previous  1, 2

John Robertson
Guest

Fri Sep 02, 2011 6:24 pm   



Tilmann Reh wrote:
Quote:
John Robertson schrieb:

Ah, thanks, the picture helps. Certainly the date codes are from 77
through 79. The manufacturers logo "E/A" looks familiar.

Looks like "Electronic Arrays Inc.":
http://www.elnec.com/support/ic-logos/manufacturer-description/?manuf=Electronic+Arrays
http://www.antiquetech.com/companies/EA.htm

Tilmann

That's a help - it certainly matches the age and logo. Now DJ can post a
note here - something like: Subject: Electronic Arrays ROM data book
needed...

John :-#)#

--
(Please post followups or tech enquiries to the newsgroup)
John's Jukes Ltd. 2343 Main St., Vancouver, BC, Canada V5T 3C9
Call (604)872-5757 or Fax 872-2010 (Pinballs, Jukes, Video Games)
www.flippers.com
"Old pinballers never die, they just flip out."

DJ Delorie
Guest

Sat Sep 03, 2011 2:21 pm   



John Robertson <spam_at_flippers.com> writes:
Quote:
If you can access the data and address bus directly you could always
read the entire bank of ROM using something like a Fluke 9010 or 9100
(if the CPU is common) or even wire up an adapter so you could
connect to an Eprom reader. Schematics would help for this project!

Thought of that already. I have plenty of embedded MCU boards with
enough I/O to watch the whole address/data bus, if I dared power it up.
I'd rather read them *before* risking them. The other trick would be
getting the computer to cycle through all the addresses.

Ian Field
Guest

Sat Sep 03, 2011 9:27 pm   



"DJ Delorie" <dj_at_delorie.com> wrote in message
news:xnbov1emf7.fsf_at_delorie.com...
Quote:

John Robertson <spam_at_flippers.com> writes:
If you can access the data and address bus directly you could always
read the entire bank of ROM using something like a Fluke 9010 or 9100
(if the CPU is common) or even wire up an adapter so you could
connect to an Eprom reader. Schematics would help for this project!

Thought of that already. I have plenty of embedded MCU boards with
enough I/O to watch the whole address/data bus, if I dared power it up.
I'd rather read them *before* risking them. The other trick would be
getting the computer to cycle through all the addresses.


Dead easy (peek/loop etc) in basic - just literally a few lines.

Just a few more lines to open/copy/close a disk file.

DJ Delorie
Guest

Sun Sep 04, 2011 3:02 am   



"Ian Field" <gangprobing.alien_at_ntlworld.com> writes:
Quote:
Dead easy (peek/loop etc) in basic - just literally a few lines.

You're assuming this computer's basic has instructions for reading the
40-bit-wide ROM space, which may not share a data path with the
8-bit-wide RAM space. This machine has no MCU chip - it's all
implemented in SSI and MSI logic gates.

Quote:
Just a few more lines to open/copy/close a disk file.

The disk format is also not compatible with anything else.

Heck, if this were easy, I wouldn't need help, would I Wink

petrus bitbyter
Guest

Sun Sep 04, 2011 10:57 pm   



"Ian Field" <gangprobing.alien_at_ntlworld.com> schreef in bericht
news:OZw8q.4866$4X4.3867_at_newsfe27.ams2...
Quote:

"DJ Delorie" <dj_at_delorie.com> wrote in message
news:xnbov1emf7.fsf_at_delorie.com...

John Robertson <spam_at_flippers.com> writes:
If you can access the data and address bus directly you could always
read the entire bank of ROM using something like a Fluke 9010 or 9100
(if the CPU is common) or even wire up an adapter so you could
connect to an Eprom reader. Schematics would help for this project!

Thought of that already. I have plenty of embedded MCU boards with
enough I/O to watch the whole address/data bus, if I dared power it up.
I'd rather read them *before* risking them. The other trick would be
getting the computer to cycle through all the addresses.


Dead easy (peek/loop etc) in basic - just literally a few lines.

Just a few more lines to open/copy/close a disk file.


Don't think so. The number of ROMs make me think they do not contain a
monitor program but the microcode of the processor. I've seen more old
machines functioning this way. Most pre PC minicomputers did so. I like to
see the schematics if possible. They *may* give enough information to find
out how the chips have to be operated. For instance do you need to provide
12V before +5V or the other way around? Doesn't it matter? Should they be
there at the same time? As they have no external 0V reference, do some other
connected chips provide it? As there apparently is no spare available, these
questions need to be answered before a reliable interface can be build to
read these old boxes.

petrus bitbyter

Ian Field
Guest

Mon Sep 05, 2011 10:39 am   



"petrus bitbyter" <petrus.bitbyter_at_hotmail.com> wrote in message
news:4e640242$0$5077$e4fe514c_at_dreader17.news.xs4all.nl...
Quote:

"Ian Field" <gangprobing.alien_at_ntlworld.com> schreef in bericht
news:OZw8q.4866$4X4.3867_at_newsfe27.ams2...

"DJ Delorie" <dj_at_delorie.com> wrote in message
news:xnbov1emf7.fsf_at_delorie.com...

John Robertson <spam_at_flippers.com> writes:
If you can access the data and address bus directly you could always
read the entire bank of ROM using something like a Fluke 9010 or 9100
(if the CPU is common) or even wire up an adapter so you could
connect to an Eprom reader. Schematics would help for this project!

Thought of that already. I have plenty of embedded MCU boards with
enough I/O to watch the whole address/data bus, if I dared power it up.
I'd rather read them *before* risking them. The other trick would be
getting the computer to cycle through all the addresses.


Dead easy (peek/loop etc) in basic - just literally a few lines.

Just a few more lines to open/copy/close a disk file.


Don't think so. The number of ROMs make me think they do not contain a
monitor program but the microcode of the processor. I've seen more old


Most of the external microcode units I've seen had piggyback receptacles on
top the CPU for plugging a ROM into.

petrus bitbyter
Guest

Mon Sep 05, 2011 12:45 pm   



"Ian Field" <gangprobing.alien_at_ntlworld.com> schreef in bericht
news:XF19q.122$ox5.46_at_newsfe12.ams2...
Quote:

"petrus bitbyter" <petrus.bitbyter_at_hotmail.com> wrote in message
news:4e640242$0$5077$e4fe514c_at_dreader17.news.xs4all.nl...

"Ian Field" <gangprobing.alien_at_ntlworld.com> schreef in bericht
news:OZw8q.4866$4X4.3867_at_newsfe27.ams2...

"DJ Delorie" <dj_at_delorie.com> wrote in message
news:xnbov1emf7.fsf_at_delorie.com...

John Robertson <spam_at_flippers.com> writes:
If you can access the data and address bus directly you could always
read the entire bank of ROM using something like a Fluke 9010 or 9100
(if the CPU is common) or even wire up an adapter so you could
connect to an Eprom reader. Schematics would help for this project!

Thought of that already. I have plenty of embedded MCU boards with
enough I/O to watch the whole address/data bus, if I dared power it up.
I'd rather read them *before* risking them. The other trick would be
getting the computer to cycle through all the addresses.


Dead easy (peek/loop etc) in basic - just literally a few lines.

Just a few more lines to open/copy/close a disk file.


Don't think so. The number of ROMs make me think they do not contain a
monitor program but the microcode of the processor. I've seen more old


Most of the external microcode units I've seen had piggyback receptacles
on top the CPU for plugging a ROM into.


I know them too but the processors I'm talking about are build of bitslices
or lower intergrated logic. They're not only pre PC but even pre micro.

petrus bitbyter

josephkk
Guest

Wed Sep 07, 2011 2:57 am   



On Mon, 5 Sep 2011 14:45:10 +0200, "petrus bitbyter"
<petrus.bitbyter_at_hotmail.com> wrote:

Quote:

"Ian Field" <gangprobing.alien_at_ntlworld.com> schreef in bericht
news:XF19q.122$ox5.46_at_newsfe12.ams2...

"petrus bitbyter" <petrus.bitbyter_at_hotmail.com> wrote in message
news:4e640242$0$5077$e4fe514c_at_dreader17.news.xs4all.nl...

"Ian Field" <gangprobing.alien_at_ntlworld.com> schreef in bericht
news:OZw8q.4866$4X4.3867_at_newsfe27.ams2...

"DJ Delorie" <dj_at_delorie.com> wrote in message
news:xnbov1emf7.fsf_at_delorie.com...

John Robertson <spam_at_flippers.com> writes:
If you can access the data and address bus directly you could always
read the entire bank of ROM using something like a Fluke 9010 or 9100
(if the CPU is common) or even wire up an adapter so you could
connect to an Eprom reader. Schematics would help for this project!

Thought of that already. I have plenty of embedded MCU boards with
enough I/O to watch the whole address/data bus, if I dared power it up.
I'd rather read them *before* risking them. The other trick would be
getting the computer to cycle through all the addresses.


Dead easy (peek/loop etc) in basic - just literally a few lines.

Just a few more lines to open/copy/close a disk file.


Don't think so. The number of ROMs make me think they do not contain a
monitor program but the microcode of the processor. I've seen more old


Most of the external microcode units I've seen had piggyback receptacles
on top the CPU for plugging a ROM into.


I know them too but the processors I'm talking about are build of bitslices
or lower intergrated logic. They're not only pre PC but even pre micro.

petrus bitbyter


Ah yes, 2900 (TTL), COSMAC, and the likes. And there were a lot of
hybrids as well with the micro doing the "slow" stuff.

?-)

Franc Zabkar
Guest

Fri Sep 09, 2011 9:57 pm   



On Thu, 01 Sep 2011 10:03:44 -0700, John Robertson <spam_at_flippers.com>
put finger to keyboard and composed:

Quote:
DJ Delorie wrote:

The pinout is as follows:


A0 2 23 D0
A8 10 15 A10

Any date codes on any ICs on the motherboard? If you can identify the
year then you can use the IC Master catalog from that year to find who
made ROM that were 1K X 8.

11 address bits makes them 2K x 8 parts.

- Franc Zabkar
--
Please remove one 'i' from my address when replying by email.

Jamie
Guest

Fri Sep 09, 2011 10:17 pm   



Franc Zabkar wrote:

Quote:
On Thu, 01 Sep 2011 10:03:44 -0700, John Robertson <spam_at_flippers.com
put finger to keyboard and composed:


DJ Delorie wrote:


The pinout is as follows:


A0 2 23 D0
A8 10 15 A10


Any date codes on any ICs on the motherboard? If you can identify the
year then you can use the IC Master catalog from that year to find who
made ROM that were 1K X 8.


11 address bits makes them 2K x 8 parts.

- Franc Zabkar
I should go through my stuff and sell off the ROM/EEROMS I have from

yesteryears.

Jamie

John Robertson
Guest

Sat Sep 10, 2011 12:17 am   



DJ Delorie wrote:
Quote:
mzenier_at_eskimo.com (Mark Zenier) writes:
If you take pin 1 as ground and pin 9 as Vcc it's the same as the
Signetics 2600 masked ROM, but that's an NMOS part (circa 1978) that runs
on +5 volts. A couple GI ROMs from 1977 also use pin 1 and 9 as gnd/vcc.
And other GI parts use +5/-[some voltage] as "ttl compatible" PMOS.

So this is a PMOS part from several years earlier. The Signetics sheet
cross references EA4600 and EA4900. Electronic Arrays, as I remember.

Thanks for the info. /me wishes stuff back then was on the Internet
already Razz

Ah, 2K X 8...how did I miss that? OK, if you can find the Mostek 1975
PROM manual it covers the Mostek MK28000 which is a PMOS device using
-12/+5 and might well be similar or the same as yours.

Best guess for part numbers are:

EA4900C or EA4900L

Signetics has a PMOS 2K X 8 #2580 that might be close too...

Looking in my 1975 National Memory book I find the 24 pin MM4214/MM5214
(512 X Cool has a similar power layout (+5 & -12) with no ground/common
connection! The book doesn't show the wiring, but does say the PMOS
device as directly connected to TTL devices and each line has a 10pf cap.

John :-#)#

--
(Please post followups or tech enquiries to the newsgroup)
John's Jukes Ltd. 2343 Main St., Vancouver, BC, Canada V5T 3C9
Call (604)872-5757 or Fax 872-2010 (Pinballs, Jukes, Video Games)
www.flippers.com
"Old pinballers never die, they just flip out."

DJ Delorie
Guest

Sat Sep 10, 2011 5:05 am   



John Robertson <spam_at_flippers.com> writes:
Quote:
Looking in my 1975 National Memory book I find the 24 pin
MM4214/MM5214 (512 X Cool has a similar power layout (+5 & -12) with no
ground/common connection! The book doesn't show the wiring, but does
say the PMOS device as directly connected to TTL devices and each line
has a 10pf cap.

Weird. More chips I can't find specs for Smile

Goto page Previous  1, 2

elektroda.net NewsGroups Forum Index - Electronics Components - weird old ROM chips...

Ask a question - edaboard.com

Arabic versionBulgarian versionCatalan versionCzech versionDanish versionGerman versionGreek versionEnglish versionSpanish versionFinnish versionFrench versionHindi versionCroatian versionIndonesian versionItalian versionHebrew versionJapanese versionKorean versionLithuanian versionLatvian versionDutch versionNorwegian versionPolish versionPortuguese versionRomanian versionRussian versionSlovak versionSlovenian versionSerbian versionSwedish versionTagalog versionUkrainian versionVietnamese versionChinese version
RTV map EDAboard.com map News map EDAboard.eu map EDAboard.de map EDAboard.co.uk map Opony