Tube Time Profile picture
Jan 17, 2022 73 tweets 17 min read Read on X
this is the story of a weird old ROM chip -- with a mystery that i'm going to try to solve. 🧵 Image
here is what i know: it was manufactured by Signetics in 1974, so it's about 48 years old.
it is very similar to the ROM chip that was used in the Apple 1, but not identical. something is different. Image
the Apple 1 used a ROM with the same base part number (2513N) but with a CM2140 suffix. Image
from the datasheet, CM2140 means that the ROM contains an ASCII font. other part number suffixes are just labeled "custom" with no explanation. Image
mine is marked "CM5440." but what does it contain? Image
to find out, i'll need to build up a breadboard circuit to read it back.
the chip has VCC, VDD, and VGG! yes, three power supply pins. Image
5V, -5V, and -12V (!) Image
also notice that it has 5 output data bits, not 8, since it is designed to store a 5x7 character, not byte-based data.
just need to wire up the address lines. Image
first tantalizing signs of data Image
first character. maybe an underlined carat? _^ Image
it's hard to get a good read. here's one that looks OK. Image
amazingly enough, i just can't make heads or tails of this. perhaps the address lines got swizzled? (gridlines are at 8 line intervals) Image
got a good read this time, my data setup time wasn't right. still though this appears to be incomplete. maybe this is half a character, and these are symbols or something? Image
it could be a custom ROM. you'd send Signetics a deck of punch cards with the data for the ROM. ImageImageImage
this would be the contents of the ROM if it was their off the shelf version Image
ooh they have a table of some of the other character sets available! Image
(click the previous image to see the CMxxxx part numbers)
well, i'm stumped. if anyone wants to dig around in the raw data, i've uploaded it here: tubetime.us/wp-content/upl…

(i was hoping it would be some cool alternate character set, but that doesn't appear to be the case)
wow, dumb mistake. pin 13 is a no connect, I need to shift these 3 address lines up by one pin. 🤦‍♂️ Image
well this looks strange. Image
looks like pin 15 (A2) and pin 16 (A3) are shorted together. in the chip. 😭
should i attempt to clear the short?
hmm, i set up a power supply with a current limit. i went up to 350mA and it will not clear. i'm a little afraid of burning up a bond wire.
looks like the short is about 0.33 ohms.
at 1A, it's still not clearing. that's a lot for a bond wire, so perhaps this is a lead frame short. hmmm
it cleared at about 3A. unfortunately the A2 line no longer shows a diode to VCC, so i think the connection is broken.
and a readback confirms it. A1=lsb, so that's toggling, but it is repeating pairs of lines, so A2 is dead. Image
"shows a diode to vcc"
there's usually an ESD diode clamp (or parasitic diode) from each pin to vcc. if the bond wire (or the chip metallization) blows, then i won't be able to detect that diode anymore. Image
i've got another trick up my sleeve, but it takes more time so i think i'll save it for tomorrow.
let's pretend it's tomorrow. anyway I really want to know what this contains. time for more drastic methods. Image
bond wires are visible. Image
here's a first look at the die. there's still encapsulant on top but I put a little isopropyl alcohol on top which makes it go transparent. can you see the shorted address lines? Image
I've got some ideas... Image
got the bond diagram figured out. VCC is what's known as a "down bond" because it is connected to the metal paddle underneath the chip, and is electrically connected to the die substrate. Image
makes sense because this is PMOS. NMOS would have a GND down bond.
cleared the short with a fresh exacto blade. Image
there's no way this will work. yeah I've soldered new "bond wires" to the remaining bits of the old, gold bond wires on this chip. Image
this probably won't work but it is worth a shot. Image
so close! the chip powers up and i can see some valid data but there's also some garbage as well. perhaps the chip is light sensitive? or maybe i have a broken wire. Image
this is about as good as i can get it. there's an all capitals alphabet in there, but that's some pretty seriously corrupted data. maybe i overheated it while soldering? maybe damage from when i was forcing current into the shorted pins? who knows. Image
my guess is that this chip NEVER worked and was a factory reject.
the plot thickens Image
address line A7 was shorted to VCC. I tried dumping it without that line connected, and I get garbage. Image
another one of them has a stuck output. and the stuck output doesn't matter because the contents also seems to be garbage. Image
and the last one has no stuck inputs or outputs...BUT the output is still garbage. i guess i should check to see if it's the same garbage as the others.
here's a compatible part. let's see if it works, just so I can verify my setup. Image
ahh, this one works! looks like i reversed the bit order though. Image
the chip with the bad data line and the chip with the "garbage" contain exactly the same garbage. that's really weird. i'm getting a funny feeling that the scan lines for each character are out of order. Image
it's more than just lines out of order. btw it looks like the ROM contains lowercase letters. see how they match up 1:1? Image
perhaps the semiconductor masks were out of alignment and this was a whole bad run of chips? I don't understand how else the ROMs I can read are all exactly the same garbage.
still can't believe this worked! Image
finished decapping it. (light sanding with IPA, then switched to gentle scrubbing with a qtip and acetone) Image
looks like it is possible to read out this ROM optically. Image
you can see part of the address decoder here, highlighted in red: a classic binary pattern. Image
here's a better photo under a better microscope! Image
oh yeah this is way better. Image
five bits of the address come up into this block in the middle, which buffers them and generates an inverted version of each bit. the 10 outputs go into a 32-output decoder, above. this drives 32 select lines into the ROM array on the left. Image
the bottom 8 rows going through the array are decoded from the 3 least significant address bits. if you stare, you can see the binary pattern that selects a single set of columns based on all the address bits. Image
a single output bit gets selected from one of 16 possible columns. there are 5 output bits, so there are 80 columns total. Image
these are the address inputs. the gold dot is the remains of the wire going to the pin. the squiggly line is a series resistor, and the fork-like thing is an ESD protection diode. Image
anyway this is a diffusion ROM. you can faintly see the bits, which are the little orange squares (transistors) underneath the metal layer. if a transistor exists in a bit position, it shorts out the column output if its row input is selected. Image
I'm going to need more images so I can optically dump the ROM.
oh yeah this imagery is way better. the orange things are transistors (circled). the vertical blue lines are just supply rails. in between are the 8 columns, which are outputs. the green lines are the 32 row inputs, one selected at a time. Image
earlier today, @kenshirriff and i were working on this ROM, and we decided to race each other--he would take a bunch of photos of the die, stitch them together, and run them through software to extract the bits, and i would do it manually under the microscope.
here is the resulting data. this is mapped 1:1 as it is laid out in the ROM on the chip itself. oh yeah, and guess who won the race? Image
the stitching software was troublesome, and i ended up winning the race just doing it by hand. 😋
i wrote a shitty python program to convert the raw ROM data back into a correctly-mapped binary. and here's what i get. look familiar? Image
yup, it's the same garbage. (the order of characters is different because i didn't decode the 32 row address lines correctly)
so here's what we know:
1) the chips contain the same data
2) one chip had a bad output. another chip had shorted address lines.
3) the data is real and matches what i see optically
so what is going on? i don't think the data is garbage. it's possible someone at Signetics dropped the punch card deck from the customer and put it back together all out of order, BUT it is more likely that the address lines have been swizzled in some way.

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Tube Time

Tube Time Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @TubeTimeUS

Jun 13, 2023
here's a weird object! it's some kind of foot pedal with an IBM logo. is it for a sewing machine? electronic synthesizer? what do you think? 🧵 Image
it's got a cursed connector! what IS that? Image
amazingly enough, I found something with the mating connector on it! but what is it? Image
Read 24 tweets
Jan 11, 2023
hey so remember the world's cutest oscilloscope i picked up last year? i think it's time to fix the probe socket issue.
i printed a new panel insert that has two BNC sockets on it (the original probes would have had captive cables)
the tricky part is that this oscilloscope has a 333K ohm input impedance instead of 1M like umm every other scope on the planet. fortunately someone designed a little conversion circuit...
Read 11 tweets
Jan 5, 2023
in honor of Sim Wong Hoo, here's a quick historical review of the Sound Blaster! 🧵
but first we have to go back to their first sound card, the Creative Music System from 1987. (image credit: Bratgoul on Wikipedia)
this card has some special "CMS-301" chips. if you peel back the sticker, they have had their top marks removed. they're actually SAA1099 synthesizer chips made by Philips. Creative wrote music composition software for musicians on the PC.
Read 23 tweets
Dec 31, 2022
Tube Time: a 2022 retrospective 🧵
(and stuff you might have missed!) Image
starting things off in january, i found a tube of super old 555 timer chips! i also decapped one of them.
i also started fixing up an old HP 150 computer. it's not PC compatible but it runs MS-DOS--how odd!
Read 65 tweets
Dec 29, 2022
today's mini project: fixing this Radius Thunder IV GX daughtercard. it looks fine, but... 🧵 Image
one of the chips has some broken pins! Image
looks like two of the pins got mashed and broke right at the plastic package. Image
Read 11 tweets
Dec 8, 2022
on the bench of healing tonight: my coffee grinder which decided to bite the dust. Image
symptoms: i push the start button and the motor just bumps a little bit and stops.
how to take it apart? hmm, i bet there are screws under the rubber feet. Image
Read 23 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us!

:(