Going to repair an original Apple 1 this weekend

18 posts / 0 new
Last post
Offline
Last seen: 6 months 1 week ago
Joined: Feb 14 2021 - 19:22
Posts: 31
Going to repair an original Apple 1 this weekend

I was invited to help debug an original Apple 1 in a few days and I thought I would see if the folks in this group would like to share some ideas. The machine is number 33.It is stuck with the whole screened filled with the pattern "@0" and my belief is that this pattern is simply the powerup contents of the video shift registers and that somewhere in the CPU data path up to the PIA video output has an issue.My plan is to run a range of tests and tools using my MCL65+ in place of the 6502. It can simply emulate the 6502 to see if the original ceramic 6502 is broken, can emulate the motherboard's RAM and ROM, and can perform hard read/write/dump tests which it can report to us via the USB serial interface. I welcome any ideas or suggestions to debug this rare and historic machine. Thanks,-Ted

CVT
CVT's picture
Offline
Last seen: 2 hours 45 min ago
Joined: Aug 9 2022 - 00:48
Posts: 995
Don't forget to take some

Don't forget to take some pictures and post them here if they let you!

Offline
Last seen: 6 months 1 week ago
Joined: Feb 14 2021 - 19:22
Posts: 31
Absolutely!   I am very

Absolutely!   I am very excited and honored to get the chance to work on one of these historic computers.

Can you share any experience/advice on typical failures for these original machines?  Are any chips more susceptable to failure?  Do chip sockets fail? 

I have a script of things to check in mind, but what would your plan of attack be? 

Macintosh_nik's picture
Offline
Last seen: 5 hours 37 min ago
Joined: Jan 8 2021 - 05:18
Posts: 422
Hi MicroCoreLabs!

Cool, I've never seen the original Apple-1. Can I give one piece of advice?

The starting screen saver from @0@0 is a non-working Signetics 2504 in position D14A, you can move it elsewhere and the screen saver should change. You can read more here, everything has been studied for a long time - nttps://www.applefritter.com/content/horror-room-symptoms-bad-cis.
Offline
Last seen: 6 months 1 week ago
Joined: Feb 14 2021 - 19:22
Posts: 31
Yes, the owner says they do

Yes, the owner says they do get this repeating pattern - but he said that he swapped most or all of the video section chips in an attempt to fix but no luck.

Would we also get this same screen results if the CPU was inoperable?  I believe the main interface between the CPU section and the video section is through port-B on the PIA - so that is one of the first places I intend to look at.  If there is no activity then I assume the video circuit will just display the pattern held in the uninitialized 2504's.

I am also wondering why the character @ would come out on uninitialized 2504... It is ASCII character 0x40 - So does that mean that five of the 2504's are outputting 0's and only one of them is stuck at a 1?  Or maybe the character ROM 2513 is addressed to the the '@' character? at input address 0x00?

In theory, if one of the 2504's was bad then the CLR should not be able to clear it. 

 

Offline
Last seen: 12 hours 45 min ago
Joined: Apr 1 2020 - 16:46
Posts: 865
Some tips on the 2504 power up state

In post #5,  MicroCoreLabs wrote:

 

"I am also wondering why the character @ would come out on uninitialized 2504... It is ASCII character 0x40 - So does that mean that five of the 2504's are outputting 0's and only one of them is stuck at a 1?  Or maybe the character ROM 2513 is addressed to the the '@' character? at input address 0x00?"

 

Uncle Bernie answers:

 

Half of the shift register cells in these 1404/2504 work inverted, actually there are two blocks of 512 bits inside, running from opposite clock phases, so the designers got twice the speed, one bit in and one bit out per clock phase going low (to -12V). They called that "double pumped". Note that PMOS clocks are active when at a negative voltage.

So half of the bits are '0' on power up and half are '1' (even bit / odd bit wise) and together with the cursor logic this makes the @_@_@_@_ ... pattern on power up where the '@' should blink as all of those are 'cursors'. A CLR SCREEN is mandatory to clean up this mess before you give it a RESET. Otherwise the many 'cursors' will cause the cursor state machine to have the electronic equivalent of a nervous breakdown (erratic behaviour of output on screen).

 

If you pull all the 2504 you can selectively pull the output pins in their sockets "H" to see if all the downstream logic works. Use a ~390 Ohm series resistor on a probe wire to +5V for that. The resistor value is not that critical but helps to prevent blowing things up. You do not want to poke around with anything directly connected to +5V.

 

- Uncle Bernie

Offline
Last seen: 6 months 1 week ago
Joined: Feb 14 2021 - 19:22
Posts: 31
Ah.. DDR.. makes sense now.  

Ah.. DDR.. makes sense now.    But if I we are getting stuck at this pattern then is it possible that the CPU simply has not udated it yet? Or another reason could be that the CPU is trying to update it but the cursor 2504 is broken and stuck outputting zeros.

I can probably find out by probing the CB2 output from the PIA.  

The CLR signal from the keyboard looks asynchronous to the CPU, so maybe would temporarily clear the bits to the 2519 and I should see a uniform pattern on the screen?

Online
Last seen: 17 min 30 sec ago
Joined: Feb 27 2021 - 18:59
Posts: 488
CLEAR SCREEN considered

If there is no activity then I assume the video circuit will just display the pattern held in the uninitialized 2504's.

The CPU does not initialize the shift registers: only the hardware can do that when CLEAR SCREEN is pressed. The Apple I does not have the ability to clear the screen from software, which is why there is a CLEAR SCREEN key directly connected to the terminal hardware. (The terminal interface is a true "glass teletype": the only thing it is capable of doing is to "print a single character at the current cursor position and advance the cursor" when the PIA writes to its port.)

If CLEAR SCREEN is not used after powerup (conveniently pressed simultaneously with the RESET key), the shift registers will contain garbage. The RESET key, itself, has no connection to the terminal section. It's interesting that the original manual doesn't state this, but at the time it must have seemed too obvious to remark.

Offline
Last seen: 6 months 1 week ago
Joined: Feb 14 2021 - 19:22
Posts: 31
The owner reports that

The owner reports that nothing happens - maybe a flicker - when the CLEARS SCREEN is pressed. The screen remains full of the @0 pattern.  He also reported that he swapped all of the video ICs.. So I should follow up and confirm this.  Perhaps the OR gate at C9 is bad and the CLR signal is not generated...  What else could cause this hehavior?

Offline
Last seen: 6 months 1 week ago
Joined: Feb 14 2021 - 19:22
Posts: 31
MicroCoreLabs wrote:The owner
MicroCoreLabs wrote:

The owner reports that nothing happens - maybe a flicker - when the CLEARS SCREEN is pressed. The screen remains full of the @0 pattern.  He also reported that he swapped all of the video ICs.. So I should follow up and confirm this.  Perhaps the OR gate at C9 is bad and the CLR signal is not generated...  What else could cause this hehavior?  Maybe a bad -5V or a bad DS0025 clock driver would effectively kill all of the 2504's... Could they be damaged in this way?

 

Offline
Last seen: 6 months 1 week ago
Joined: Feb 14 2021 - 19:22
Posts: 31
This is the display. It

This is the display.

 

It appears shifted to the right with potential overlapping/wraparound at the edge rows. The user confirms that he swapped all of the video chips and pressing CLEAR does not change the display.  

Holding the CLEAR buton should pass a '1' through the OR gate C9 to the MUX C4 and C14 and force zeros on all six outputs which would both cause the 2504's to be cleared a well as feeding 0 to the 2519 which should clear the screen as long as it is pressed.  It seems to me that there could be a fault in the path from the keyboard key to the output of the MUX C4/C14...

 

 

Offline
Last seen: 6 months 1 week ago
Joined: Feb 14 2021 - 19:22
Posts: 31
Another question:   Are these

Another question:   Are these multi-voltage chips sensitive to powerup sequence?  What if filtering caps on one rail are bad and delay the rise of a voltatge rail so that the IC only recieves voltage they are skewed by milliseconds?

Khaibitgfx's picture
Online
Last seen: 7 min 23 sec ago
Joined: Jun 29 2019 - 20:02
Posts: 136
Is tampering with an original

Is tampering with an original Apple 1 endangering it's collectible value?

CVT
CVT's picture
Offline
Last seen: 2 hours 45 min ago
Joined: Aug 9 2022 - 00:48
Posts: 995
Tampering - yes, fixing it -

Tampering - yes, fixing it - no. It's always more valuable if it works.

achimhb's picture
Offline
Last seen: 3 months 4 weeks ago
Joined: Apr 4 2015 - 19:08
Posts: 101
Hi, You wrote it would be

Hi,

 

You wrote it would be machine number 33.

Do you mean it has a serial number 01-0033 written on the back? In this case it is maybe not listed in the Apple-1 Registry.

Would be great to add it with some pictures and information. Most important is to preserve the history.

 

Thank you

Offline
Last seen: 6 months 1 week ago
Joined: Feb 14 2021 - 19:22
Posts: 31
Would be great to add it with

Would be great to add it with some pictures and information. Most important is to preserve the history.

 

It's up to the owner if they want to diclose to the world that they posess such a valueable asset.

achimhb's picture
Offline
Last seen: 3 months 4 weeks ago
Joined: Apr 4 2015 - 19:08
Posts: 101
MicroCoreLabs wrote:Would be
MicroCoreLabs wrote:

Would be great to add it with some pictures and information. Most important is to preserve the history.

 

It's up to the owner if they want to diclose to the world that they posess such a valueable asset.

 

Because of that I am asking you if you would forward my request to the owner. You already wrote here that you want to publish pictures here at applefritter. Now it is no secret anymore that a #33 exist but before I add it to the Registry without any further information and pictures it is better to hope and wait for pictures. 

 

Maybe the owner is unaware about the Registry? It is the mission of the Registry to preserve information of all Apple-1.

He can contact me anytime. I have preserved already information about Apple-1 that are NOT listed because the owners didn't want to publish it. 

Of most Apple-1 only pictures and information are bpublished but nothing about the owner. 

 

 

Offline
Last seen: 6 months 1 week ago
Joined: Feb 14 2021 - 19:22
Posts: 31
You already wrote here that

You already wrote here that you want to publish pictures here at applefritter. 

Did I?

Maybe the owner is unaware about the Registry?

They are.

Log in or register to post comments