A local guy Abraham Barker has some 68000 chips for sale:
68000 16/32-bit CISC microprocessor:
1x MC68000P8 (Motorola Plastic...)
2x MC68000L8 (Motorola Ceramic)
1x MC68000P10 (Motorola Plastic)
3x MC68000L10 (Motorola Ceramic)
4x MC68000L12 (Motorola Ceramic)
1x SCN68000 CAI64 B (Signetics Ceramic gold plated leads)
16x16 Parallel Multiplier-Accumulator:
1x TDC 1010J (TRW Ceramic/Aluminium gold plated)
3x 1010J1C (TRW Ceramic/Aluminium gold plated)
2x WLT1010 JC (Weitek Ceramic gold plated)
16x16 Parallel Multiplier:
1x MPY 016H (TRW Ceramic/Aluminium gold plated)
1x 016HJ1C (TRW Ceramic/Aluminium gold plated)
He didn't post what he was asking for them, but I will pass it along
when I know. He was going to list them on ebay in a few days, but I
thought someone here might be interested in a first crack. Email me
and I will forward any messages to him and he can reply to you
directly.
--
"The Direct3D Graphics Pipeline" -- DirectX 9 version available for download
<http://legalizeadulthood.wordpress.com/the-direct3d-graphics-pipeline/>
Legalize Adulthood! <http://legalizeadulthood.wordpress.com>
It might not be THAT old, but it certainly is a cute little oddity. I'm
thinking that maybe HP used the Cobalt Qube for inspiration for the new
Proliant Microserver. Though... needs an LCD panel with buttons.
--
David Griffith
dgriffi at cs.csubak.edu
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
>
>With anything over about ten years you start by replacing electrolytic
>capacitors. If you want to test instead of shotgun then pick up an ESR
>meter, but it usually shows more than a few are failing. If the monitor
>is over twenty years old, then just replace all the electrolytics and
>then troubleshoot - it there is still a problem that is.
>
I don't think I've got anything less than ten years old. I can't remember
having cause to replace more than an occasional electrolytic here and there
except in the case of a television from the 1970's which has required about
five or six over years of heavy use.
I'm sure if I checked everything with an ESR meter it would show up a bunch
that are below par. However, many applications for electrolytic capacitors
can tolerate very large variations and they may well have years of usable
life left in them even though the meter condemns them. There may be a case for
checking critical capacitors in power supplies etc which may be at risk of
overheating or leaking, however there is no reason to check every electrolytic.
I think replacing large numbers of electrolytics is likely to be be more
trouble than it is worth and may even introduce new problems that weren't
there before, particularly on old pcbs where the print was never well stuck
to the board, even when new. Far better to look for a schematic if available
and wade in with the scope looking for the problem with deductive reasoning.
>
>Do take care to match the caps to the job they do - low ESR caps for the
>horizontal, and caps that handle AC ripple for the linear power supplies.
>
I will agree there.
Regards,
Peter Coghlan.
>
> The Color SRAM is a 2114. Very ordinary and, in my experience, prone
> to failure.
>
> If you have another C-64, you could try swapping the PLA. You will
> need an 18-pin socket for the SRAM. The chips are available from a
> number of surplus places like Unicorn Electronics, BG Micro, and more.
> Speed ranges for the 2114 are, IIRC, 250ms-450ms. I don't remember
> what speed the C-64 requires, but you can typically sub a faster chip
> than the circuit requires.
>
> -ethan
I have already purchased a replacement sram for the 2114 (acutally 2 of the units, one P2114 and one MM2114N-2) and intend to replace the IC sometime today. I do have another C64, but no chips are socketed, and I don't want to ruin it, thus I'll just try replacing it in the bad unit. My understanding is that I need a chip that has a speed faster than half a machine cycle for the system to work properly.
The spec sheet on the P2114 states that it has a 450ns access time. For the MM2114N-2 it looks like its 200ns.
I understand that the access speed requirement is .5*(cpu freq/1)/machine-cycle. I don't know the machine cycle for this operation, but assuming the worst with an IC having an access time of 450ns, the machine-cycle couldn't be over 2.25 for things to be ok. If I use the 200ns IC, I should be good with a machine-cycle of just over 5. I could probably solve this by opening up the unit and just pulling the IC scribe marks and looking up the data sheet, but the location with the ICs is 50 miles from the house, and I happened to be nearby yesterday...so I just winged it. Can anyone checksum my thoughts here? Is my algorithm and its implementation ok?
I also bought a replacement for the PLA, however, I had misunderstood the requirement. I thought it was just a plain ole N82S100, but now I understand that it is a specially programmed N82S100. Although I have found a ROM file I could perhaps burn on the chip, I simply don't have the gear. I'm hoping this isn't the problem, as I have to mail order the part, but I understand that this is the most common IC to fail on the C64 board. Since I'm getting only character color palette cycling, and have a border and don't have a problem with a blank screen, I am encouraged that this IC is probably ok.
Just to be safe, I bought a replacement for U29, as the description in the c64 chip and common problems guide has content that really looks similar to my problem, moreso than even the description for problems with U6 (the 2114).
Thanks for your commentary though. I'm likely to buy sockets for these chips as well, as they aren't that expensive, and it may save me issues should the selection I made be suboptimal.
Kevin
eBay item 320840589826.
I suppose if anyone's looking for a Symbolics Ivory 2 CPU to play around
with (LispM on a chip) here's your chance. Sad to think about all the
machines these came out of...
- Josh
At 11:21 AM -0500 1/31/12, Sean Conner wrote:
> > So now I'm wondering---besides Baudot, 6-bit BCD and EBCDIC, is there any
> >other encoding scheme used? And of Baudot, 6-bit BCD and EBCDIC, are there
> >any systems using those encoding schemes*AND* have a C compiler available?
> >
Not sure what you mean by 6-bit BCD?
For current systems which use a 6-bit character code, the Unisys
1100/2200 class systems (ClearPath nowadays) use Fieldata as well as
9-bit ASCII. They have a C compiler.
These machines are 36-bit, so to fit ASCII characters in, they extended
the characters to 9 bits, fitting 4 "ASCII" characters in a word instead
of 6 Fieldata characters. It is possible to use all 9 bits which creates
interesting problems when you need to migrate the code to a different
architecture. I have come across (ancient but "modernised") applications
which mix Fieldata and 9-bit ASCII... Also IIRC there is no reasonable
way to handle Fieldata in Unisys C, so you have to treat Fieldata
characters as hex or octal values.
/Jonas
Starting to go through some smaller boxes and found a few thousand Signetics
10100 - 10175 chips. all sorted (pretty much) bulk. and some hard to find. Date
codes are mostly around 1978. I would like to sell in as large a lot
as possible or
maybe variety packs.
I have 3 or 4 gaylords of small parts,mostly chips,and it's going to
be a slow. process. The company I got this from was a board repair
depot, and also repaired core memory boards.
Please feel free to contact me off list with any questions. shipping fron 61853.
Thanks, Paul
I'm yet again visiting Bristol UK for most of January 2012. I guess during the week I'll have to attend the training course that work is sending me to, but I wondered if anyone had any classic computer recommendations for the weekend? Assuming the weather is OK, I'm happy to drive a reasonable distance but local stuff is easier.
I did Bletchley Park last time I was in the UK (November 2010) and I've already promised myself that I'll visit the SS Great Britain and the Newport cable bridge, but wondered if there were other CC related things in the area. If anyone in the area wants to catch up for a beer, I'd happily shout a pint of the local bitter.
Huw Davies | e-mail: Huw.Davies at kerberos.davies.net.au
Melbourne | "If soccer was meant to be played in the
Australia | air, the sky would be painted green"