Slashdot Mirror


Building an Apple-1 From Scratch — Just Like Woz

Lucas123 writes "This year at KansasFest, computer fans from around the world gathered to celebrate the Apple II — the computer that put Apple on the map. But the Apple-1 (a.k.a. the Apple I), the machine Steve Wozniak invented and first demonstrated at the Palo Alto Homebrew Computer Club in 1976, has always been near to my heart. In attendance at KansasFest was Vince Briel, who created an authorized reproduction the Apple-1 and showed others how to build their own. 'As a regular KansasFest attendee (and the conference's marketing director), I was one of his students. Follow along as I assemble a fully functional Apple-1 clone.'"

26 of 99 comments (clear)

  1. And next week... by raehl · · Score: 4, Funny

    ...he will attempt to talk to women!

  2. Authorized replica? by MartinSchou · · Score: 4, Informative

    It was made in 1976. That's 33 years ago. Any relevant patents should have expired about 13 years ago.

    1. Re:Authorized replica? by gilgoomesh · · Score: 5, Insightful

      Copyright and trademarks (particularly "Apple" referring to a computer) can last much longer.

      Although in this case, the authorization may just be the annointing from Woz himself.

    2. Re:Authorized replica? by NormalVisual · · Score: 4, Informative

      Yes, actually you do. A patent (in the US, anyway) gives the holder the right to keep others from "making, using, offering for sale, or selling" whatever is covered under the patent, unless it's a patented process, in which case it's "using, offering for sale or selling throughout the United States, or importing into the United States, products made by that process".

      --
      Please stand clear of the doors, por favor mantenganse alejado de las puertas
  3. "Authorized" reproduction by erroneus · · Score: 4, Insightful

    There's something about it that sticks in my craw.

    It's "an antique" computer. It's a computer of historical significance. But to require authorization to recreate something that was essentially made of "off the shelf" components? The only thing I can imagine would require authorization would be the right to put an apple logo on it, and they give away apple logo stickers with just about everything Apple sells. Oh yeah, and the BASIC ROM, but I am sure someone could start an OSS project to create a compatible Apple ROM that doesn't infringe on the copyright.

    1. Re:"Authorized" reproduction by kgagne · · Score: 5, Informative

      There are some details about the legal hurdles behind the Apple-1 replica in this 2002 article from Wired: http://www.wired.com/gadgets/mac/news/2002/11/56426

    2. Re:"Authorized" reproduction by captjc · · Score: 5, Interesting

      Not only that, but didn't Woz give the schematics away to anyone who wanted it?

      --
      Slow Down Cowboy! It's been 1 hour, 47 minutes since you last successfully posted a comment
    3. Re:"Authorized" reproduction by type40 · · Score: 5, Interesting

      If I recall correctly it wasn't that Apple was forbidding him from making the Replica 1. He was just worried that Apple MIGHT sue him. So he tried to get permission from Apple but kept running into brick walls.
      No one ever said no to him, they just kept saying no comment. So out of left field he calls up the Woz to see if maybe he knows who to talk to in Apple. He tells the Woz what he's up to and the Woz loves it. Woz told him to go ahead because the Apple 1 ROM is "open source". Woz made copies of the ROM code freely available to anyone who wanted it. Then Woz offered him copies of the original code and documentation.

      It's not so much Apple authorized but Woz blessed.

      --
      "You can see I know very little about pimp policy." George McGovern.
    4. Re:"Authorized" reproduction by grub · · Score: 5, Interesting

      Not only that, but didn't Woz give the schematics away to anyone who wanted it?

      The early Apple was a truly great company in the way it shared information. My first machine ever was an Apple ][+ I bought (with 50% of the cost from my parents) in 1981. It came with several spiral bound books, my favourite being the System Reference manual. That had an assembler dump of the ROM, schematics, etc. I cut my teeth on that machine (which I still have in working order FWIW). Replaced the resistor in a resistor/capacitor pair on a 555 timer chip with a potentiometer to have a variable repeat key speed.

      Yeah, that kind of shit is all done in software nowadays, but I did this by reading the docs from Apple and some Trial & Error when I was 15.

      Fast forward to today and, honest truth, I was THIS CLOSE to buying a pair of iPhones for the coolness and opted not to because of the way those NON TECHNICAL CUNTS who run things opted to SUCK THE COCK of AT&T rather than being true geeks.

      Obviously, I didn't buy the phones. Have a jailbroken iPod touch for Google Voice and future cool Bluetooth stuff but I'm saddened that I have to go off the grid for coolness when, back in the day, Apple == Cool.

      Now get off my fucking lawn.

      .

      --
      Trolling is a art,
    5. Re:"Authorized" reproduction by dzfoo · · Score: 4, Funny

      Kit tested, Wozster approved.

            -dZ.

      --
      Carol vs. Ghost
      ...Can you save Christmas?
    6. Re:"Authorized" reproduction by oh_bugger · · Score: 2, Informative

      And I've got a little TIP for you, get the POINT?

      --
      Go home and shave your giant head of smell with your bad self
    7. Re:"Authorized" reproduction by NormalVisual · · Score: 2

      It came with several spiral bound books, my favourite being the System Reference manual. That had an assembler dump of the ROM, schematics, etc.

      The IBM PC Technical Reference manual offered the same info for the original PC, although it wasn't included with the machine like Apple's manual was and had to be purchased for an additional cost. I miss those days.

      --
      Please stand clear of the doors, por favor mantenganse alejado de las puertas
  4. A Kit? by maz2331 · · Score: 5, Insightful

    I was hoping for something more in-depth than just soldering stuff on a prefabricated PCB. That's a no-brainer.

    Now, go through the steps of doing a schematic, then translating it into artwork and etching the boards and it might be a pretty interesting article.

    1. Re:A Kit? by neapolitan · · Score: 4, Interesting

      Agreed. This is little more than assembling something from a recipe (IKEA, anyone?) that teaches you little. The descriptions "solder that resistor" and the fact he clearly doesn't understand the details of things makes it a less interesting experience.

      I would recommend a course on digital electronics instead -- many of these courses (including mine in college) have you assemble a 6502 computer yourself from components, and then you will understand the role of the memory and data buses, counter, memory addresses, A/D converters, in addition to understanding CPU timing, latches, machine code, and elementary programming, etc., etc. We built one that displayed output on an oscilloscope and hex LEDs. It will be 10 times as much effort, but infinitely more rewarding. One of the most difficult yet fun courses that I took in my life.

      --
      Slashdotter, ID #101. UIDs are in binary, right?
    2. Re:A Kit? by nurb432 · · Score: 2, Interesting

      Or at least going thru the schematic on an FPGA. While not the same as the 'real' experience with solder in your nose for hours on end, at least you would have to understand how the components interact and play together as a team.

      Could even delve deeper into the chips, like the 6502, that way.

      --
      ---- Booth was a patriot ----
    3. Re:A Kit? by Tacvek · · Score: 3, Interesting

      Yes.

      This computer even includes the ability to be powered by an ATX power-supply. It is most definitely not trying to be a perfect historical replica. The idea is that is be able to run the same software as the apple 1, and be compatible with the add-on cards of the apple-1. For the most part it achieves that goal. It may have some issues with any software that tried to be too smart for its own good, such as overwriting the basic rom, etc, but basic software should run fine.

      --
      Stylish sheet to fix many problems in Slashdot's D3: https://gist.github.com/801524
  5. There is a book by captjc · · Score: 5, Informative

    There is a book (linked in the article) called "Apple I Replica Creation: Back To The Garage" by Tom Owad that basically walks you through the construction of the Breil Computer kit, as well as a crash course in programming it in assembly and BASIC as well a a crash course in electronics design. It is a good read.

    All-in-all, this is nothing really special. Anyone who buys the kit can solder it together. I believe he also has fully constructed boards as well. This seems more like an advertisement than an actual story.

    --
    Slow Down Cowboy! It's been 1 hour, 47 minutes since you last successfully posted a comment
  6. For the true Woz experience by Anonymous Coward · · Score: 5, Funny

    To get the true Woz experience have your best friend steal thousands from you and then lie to you about it.

  7. Re:That is a great project by Sir_Lewk · · Score: 2, Insightful

    IBM PC

    Erm, haven't we more or less been doing that for around two decades now? I mean granted, the design has improved...

    --
    "linux is just DOS with a UNIX like syntax" -- Galactic Dominator (944134)
  8. Re:That is a great project by hawk · · Score: 2, Informative

    >Apple //e

    Nah. A plain, straight Apple II. Not even a +, just a II. (OK, ][).

    And without the changes at the Rev 7 motherboard that took the purple tint away on the text.

    OK, I'll settle for an emulator that runs full-screen on linux or FreeBSD, with the purple-tinting, and with a parameter for how fuzzy my television is . . .

    For those under--oh, yikes!! can't admit *that*, the ][ had a purplish tint on most color displays because the color subcarrier was still present. In rev 7, this finally got supressed while displaying text--whether in text mode or the 4 lines of text in mixed mode. On top of that, at a 1mhz clock, with characters displayed at the same speed, and seven horizontal pixels per, *they* were coming at about the colorburst frequency (seven Million pixels/second, right about twice 3.575949 Mhaz when they alternate off and on--and if memory serves, the color carrier & the pixel clock actually came from the same clock [a 14mhz??? it's been a while]).

    The multiple colors in hi-res also came from tickling the color carrier--seven pixels/byte, with the eight being used to slightly shift the timing of the pixels, causing color change as the pixel rubbed the color subcarrier).

    hawk, who has some //e's in the garage, but wants to set up a plain old ][ to run a model railroad.

  9. Re:That is a great project by Antony+T+Curtis · · Score: 3, Interesting

    I have a near-mint condition Sinclair ZX Spectrum 48k safely stored away somewhere - I haven't powered it up in years... The reason is because they were designed quite cheaply: You have a 9V power pack which is both regulated down to 5V for the majority of the logic and in an inspired piece of electronics, it is also inverted for the +12V and -12V power lines with very few components. Why is that important? Well, early DRAM, as used in the Spectrum, required those power lines too. However, there is a slight failure mode which claimed the life of my first Spectrum: The inverter regulation could fail and the memory/logic is zapped with 40+V before it fries and takes itself out of commission.
    As a result, there are relatively few operational ZX Spectrums around, despite how massively popular and successful they were.

    My biggest lament is that I have lost the ZX Printer - I think it accidently was left behind in the last home move ... I still have 6 or 7 rolls of the aluminiumised silver paper for it.

    Ahh, fond memories of the smell of ozone and burning metal while it did print out for you...

    --
    No sig. Move along - nothing to see here.
  10. Hmm by da · · Score: 3, Insightful

    I'm not suprised he put the CPU in backwards if he can't tell the difference between an L.E.D. and a D.C. power connector...

    --
    I reserve the right to be wrong.
  11. Some high schools offer this stuff by name_already_taken · · Score: 4, Interesting

    In high school I took a class like that, except it was at a much lower level - we actually worked towards the design of a 4-bit microprocessor based on discrete logic gates and flip flops. We started with simple AND, OR, NOR, NAND gates, the different types of flip flops, moving to using Karnaugh maps to design logic, and covering simple CPU design - things like bus registers.

    I remember one week's project was to design and build a hex matrix keypad - it was pretty neat to build something like that out of 74-series logic on a breadboard and actually have it work. I used a string of three inverters (1/4 each of a 7404) with the output of the last inverter feeding back into the input of the first, as my keypad's clock generator. The teacher was surprised it worked, and even more surprised that the 74-series logic was running at 24MHz (this was 1988, and the fastest computer we had in the lab ran at 6MHz).

    I also remember building a 7-segment LED display driver circuit, and things like adders and shift registers.

    I think the only reason our school was able to offer this class was because there was a State program that offered grants to high schools to improve their electronics labs. The total grant money available for the entire state was $150,000. We were told that the electronics teacher at the school was the only applicant for the grant program and our school had been awarded the entire $150,000. Needless to say, the electronics lab at my high school was better equipped than some university labs I've seen.

    --
    Putting moderation advice in your .sig lowers your karma!
  12. Re:That is a great project by Gordonjcp · · Score: 3, Informative

    The inverter regulation could fail and the memory/logic is zapped with 40+V before it fries and takes itself out of commission.
    As a result, there are relatively few operational ZX Spectrums around, despite how massively popular and successful they were.

    Actually, what happens is that one of the 4116 memories for the lower 16k fails by shorting its 12V line to ground. This kills the chopper transistor in the very simple inverter. The key symptom of that is flickery garbage with a distinct stripe in each square on the screen and no colour. The failed chip always seems to stick the output high, and the rest of the memory produces random values. The video is greyscale because the 12V line is also used to supply the colour modulator. It's trivially easy to fix this - find and replace the failed memory chip, and then replace the ZTX650 chopper tranny.

    As for there being relatively few operation ZX Spectrums around, this is just plain untrue ;-)

  13. Re:Antique computer by ckblackm · · Score: 2, Interesting
    The MARCH group (Mid-Atlantic Retro Computing Hobbyists) has a fairly extensive collection:

    http://www.midatlanticretro.org/1M/index.shtm

  14. Re:That is a great project by cayenne8 · · Score: 2, Funny
    How about a kit for a small, Cray supercomputer?

    That might prove kinda fun...?

    Imagine a Beowulf cluster of those!!

    :)

    --
    Light travels faster than sound. This is why some people appear bright until you hear them speak.........