Apple LCIII Restoration: Difference between revisions

From code/src wiki
Jump to navigationJump to search
m (Created page with "Some blurb here. Goal: Keep it running for Lauren to use. Serve this webpage from an LCIII == Status == Case: Keyboard/Mouse: Power Supply: Video: Disks: Logic Board: Network: …")
 
mNo edit summary
Line 1: Line 1:
Some blurb here.
This page documents the the restoration of an [http://en.wikipedia.org/wiki/LC_III Apple Macintosh LCIII] bought from ebay for $10. This LCIII will be the replacement for my Grandfather's Mac, which was forever lost in [http://en.wikipedia.org/wiki/2010%E2%80%932011_Queensland_floods Brisbane's 2011 floods].
Goal: Keep it running for Lauren to use. Serve this webpage from an LCIII


== Status ==
== Goals ==
Case:
* Run a HTTP server, and serve static pages on the Internet.
Keyboard/Mouse:
* Relive some great times playing [http://www.ambrosiasw.com/games/maelstrom/ Maelstrom].
Power Supply:
* Develop a custom SCSI-2 to USB Mass Storage converter, use the converter to boot the LCIII, and win a bet. I shall enjoy eating free [http://www.nandos.com.au/ Nandos]. Cheers [http://www.andrewjessop.net/ AJ].
Video:
Disks:
Logic Board:
Network:  (include serial here!)
Floppy:
Sound:


== TODO ==
== As-bought Condition ==
1) Power Supply hack
{| border="1" align="left"
2) Test video.
!Part
!As-bought State
!Current State
!Comment
|-
| Keyboard
| Missing
| <font color="red">Still missing</font>
|
|-
| Mouse
| Missing
| <font color="red">Still missing</font>
| Replace with [http://en.wikipedia.org/wiki/Apple_Mouse#Apple_Desktop_Bus_Mouse_II_.28M2706.29 Apple_Desktop_Bus_Mouse_II] ("Teardrop" mouse).
|-
| Monitor<br />
[http://lowendmac.com/displays/mac-portrait-display.html Macintosh Portrait Display]<br />
15" 640 x 870 8-bit greyscale.<br />
Manufactured June 1992.
| Heavy yellow discolouring. Unknown working state.
| <font color="orange">Soon to be replaced with a standard VGA monitor.</font>
| Uses a somewhat non-standard 13w3 connector. This was not the standard (colour) monitor that was supplied with the LCIII, and I probably won't bother trying to get it going.
|-
| Power supply<br />
Dyna Comp Inc DCF 353.<br />
Apple part no. 614-0028<br />
+5v: 4.75A<br/>+12V: 1.0A<br/>-5V: 0.075A
| Dead.<br />All rails read 0V on the multimeter.
| <font color="orange">(Temporarily) replaced with an older ATX power supply that still had the -5v rail.</font>
| Old, yet still-working, LC power supplies are fairly easy to find on ebay and elsewhere.  However, these old supplies won't last forever. I plan to replace this with a small circuit board that accepts an ATX power supply input, and creates the required -5v rail.  This then allows me to use an easy-to-find [http://pico-psu.net/ PicoPSU] (or similar), and replace the supply in the future if it fails.
|-
| SCSI Hard drive<br />
Apple branded Quantum Pro Drive 500Mb LPS270 (Firmware copyright Apple Computer Inc. 1994)
| Dead.<br />The drive controller appeared to work when connected to a modern PC with PCI SCSI card, but the drive refuses to spin. No amount of hitting, freezing or swearing could convince the drive to spin.
| <font color="red">Working SCSI device required to boot</font>
| Drive will be replaced with a custom SCSI -> USB device.
|-
| Case<br />
Feb 1993<br />
Serial *SG3077K4VA3*
| Significant discolouration.
| <font color="red">Requires restoration to remove the discolouration</font>
| A Hydrogen peroxide solution + UV light can be used to restore the case to its former glory. Just take care to mask the Apple logo at the front. See [http://www.ryemac3.net/Home/Entries/2008/10/18_LC_III_Restoration_-_Peroxide_%26_Oxy_Booster.html]
|-
| Logic board<br />
Apple part no. 820-0650-A<br />
1992<br />
CPU Socket: MC68882FN25A (FPU)<br />
CPU (Soldered  to board): MC68030FE25B
| Unknown
| <font color="orange">Unknown</font>
| Once the VGA monitor is connected, an unhappy face shown at bootup should confirm the logic board is generally ok.
|-
| Ethernet expansion card (10Base-T, RJ45)<br />
Apple Computer Inc 1993 Ethernet LC Twisted-Pair card<br />
Apple part no. 630-0891-B
| Unknown
| <font color="green">Not required</font>
| Could make use of the [http://en.wikipedia.org/wiki/RS-422 RS-422 serial port] to run a PPP connection if the ethernet card doesn't work.
|-
| Floppy drive
| <font color="orange">Unknown</font>
| <font color="green">Not required</font>
| This drive is probably not required anymore.  Trying to find working floppies is difficult, and they will only degrade further over time.
|-
| VRAM Upgrade<br />
Apple part no. 820-0605-A
| <font color="orange">Unknown</font>
| <font color="green">Not required</font>
| This is a 512KB upgrade, but the LCIII only supports a total of 768KB, including the 512KB on-board VRAM.
|-
| RAM Upgrade<br />
Samsung KMM5321000CV-7 9428 4MB 72pin 70ns
| <font color="orange">Unknown</font>
| <font color="orange">Unknown</font>
| Could be replaced with a 32MB SIMM. An additional 4MB onboard memory is available on the logic board, but this is probably insufficient to do anything useful.
|}


== Hardware Specs ==


== Doco links ==
== Links ==
* [http://support.apple.com/kb/TA28939?viewlocale=en_US DA15 monitor -> VGA pinout].
* [http://micha.freeshell.org/ramdisk/index.php AVR based SCSI RAM disk ] (Open-source AVR microcontroller SCSI interface)
* [http://www.fourwalledcubicle.com/LUFA.php LUFA] Open-source AVR microcontroller USB stack.

Revision as of 12:40, 23 September 2011

This page documents the the restoration of an Apple Macintosh LCIII bought from ebay for $10. This LCIII will be the replacement for my Grandfather's Mac, which was forever lost in Brisbane's 2011 floods.

Goals

  • Run a HTTP server, and serve static pages on the Internet.
  • Relive some great times playing Maelstrom.
  • Develop a custom SCSI-2 to USB Mass Storage converter, use the converter to boot the LCIII, and win a bet. I shall enjoy eating free Nandos. Cheers AJ.

As-bought Condition

Part As-bought State Current State Comment
Keyboard Missing Still missing
Mouse Missing Still missing Replace with Apple_Desktop_Bus_Mouse_II ("Teardrop" mouse).
Monitor

Macintosh Portrait Display
15" 640 x 870 8-bit greyscale.
Manufactured June 1992.

Heavy yellow discolouring. Unknown working state. Soon to be replaced with a standard VGA monitor. Uses a somewhat non-standard 13w3 connector. This was not the standard (colour) monitor that was supplied with the LCIII, and I probably won't bother trying to get it going.
Power supply

Dyna Comp Inc DCF 353.
Apple part no. 614-0028
+5v: 4.75A
+12V: 1.0A
-5V: 0.075A

Dead.
All rails read 0V on the multimeter.
(Temporarily) replaced with an older ATX power supply that still had the -5v rail. Old, yet still-working, LC power supplies are fairly easy to find on ebay and elsewhere. However, these old supplies won't last forever. I plan to replace this with a small circuit board that accepts an ATX power supply input, and creates the required -5v rail. This then allows me to use an easy-to-find PicoPSU (or similar), and replace the supply in the future if it fails.
SCSI Hard drive

Apple branded Quantum Pro Drive 500Mb LPS270 (Firmware copyright Apple Computer Inc. 1994)

Dead.
The drive controller appeared to work when connected to a modern PC with PCI SCSI card, but the drive refuses to spin. No amount of hitting, freezing or swearing could convince the drive to spin.
Working SCSI device required to boot Drive will be replaced with a custom SCSI -> USB device.
Case

Feb 1993
Serial *SG3077K4VA3*

Significant discolouration. Requires restoration to remove the discolouration A Hydrogen peroxide solution + UV light can be used to restore the case to its former glory. Just take care to mask the Apple logo at the front. See [1]
Logic board

Apple part no. 820-0650-A
1992
CPU Socket: MC68882FN25A (FPU)
CPU (Soldered to board): MC68030FE25B

Unknown Unknown Once the VGA monitor is connected, an unhappy face shown at bootup should confirm the logic board is generally ok.
Ethernet expansion card (10Base-T, RJ45)

Apple Computer Inc 1993 Ethernet LC Twisted-Pair card
Apple part no. 630-0891-B

Unknown Not required Could make use of the RS-422 serial port to run a PPP connection if the ethernet card doesn't work.
Floppy drive Unknown Not required This drive is probably not required anymore. Trying to find working floppies is difficult, and they will only degrade further over time.
VRAM Upgrade

Apple part no. 820-0605-A

Unknown Not required This is a 512KB upgrade, but the LCIII only supports a total of 768KB, including the 512KB on-board VRAM.
RAM Upgrade

Samsung KMM5321000CV-7 9428 4MB 72pin 70ns

Unknown Unknown Could be replaced with a 32MB SIMM. An additional 4MB onboard memory is available on the logic board, but this is probably insufficient to do anything useful.


Links