Vintage Computing and Gaming Turns 15

Monday, November 2nd, 2020

Vintage Computing and Gaming LogoGreetings, fellow retro tech fans. 15 years ago today, I launched Vintage Computing and Gaming. The origins of the site have been well-covered elsewhere, so I’ll spare you the rehash.

While I haven’t updated the site all that much over the past five years (since our big 10th anniversary celebration back in 2015), I still thought it would be nice to mention this anniversary. As you can see, VC&G is still online, and we still gets lot of legacy traffic from our old posts. In particular, I feel that this site’s archive of comments are a priceless historical record of people’s memories of the past. The server still costs money to keep running, and generous folks on Patreon make that possible without advertisements.

And even though I only post on VC&G a few times a year these days, the site is still not dead. Our patron saint Steve Wozniak recently posted on the site, marking a sort of full-circle fulfillment of how much my career has changed since I started the site 15 years ago. Back then, I had no idea I’d still be talking and writing about vintage computers and retrogaming 15 years later, or that it would became a career path. It’s mind-boggling to think of all the historical tech achievements that have taken place in the past 15 years, and now this site itself is vintage.

Benj Edwards in 2006So what’s next for VC&G? I’m not quite sure yet. I plan to keep it up as long as I can, and I’ll post on it when I have something to share that I can’t post anywhere else. For example, I’ve recently been experimenting with setting up the TTL RGB input on one of my old monitors. I might put some of that info on here at some point so it doesn’t get lost. And my wife wants me to try doing some YouTube some day. Not sure when I’ll ever do it (and the topic is so well-covered by others), but if I do, you’ll hear about it on this site.

Other than that, it seems retrogaming and vintage computing are both covered very well all over the Internet now (on YouTube, Reddit, Twitter, Facebook, Discord, and more), unlike back in 2005, so I don’t feel like the world needs VC&G as much as it did then. But this site has served its purpose, and the old posts and scans still continue to serve as a valuable historical resource for people. I don’t know why but I almost felt a tear well up inside this old vintage head of mine.

Anyway, if anyone is still out there and still reading this site, thanks for sticking with VC&G for so long. I’m grateful to have had you along on this 15-year journey. If you have the time, I’d love to hear some of your memories about your favorite VC&G posts of the past in the comments. Happy Birthday, Vintage Computing and Gaming!

Why the Apple II Didn’t Support Lowercase Letters

Tuesday, September 8th, 2020

1977 Apple II Advertisement

[Editor’s Note: I recently asked Steve Wozniak via email about why the original Apple II did not support lowercase letters. I could have guessed the answer, but it’s always good to hear the reason straight from the source. Woz’s response was so long and detailed that I asked him if I could publish the whole thing on VC&G. He said yes, so here we are. –Benj]

----------

In the early 1970s, I was very poor, living paycheck to paycheck. While I worked at HP, any spare change went into my digital projects that I did on my own in my apartment. I was an excellent typist. I was proficient at typing by touch using keypunches with unusual and awkward special characters — even though some used two fingers of one hand.

Steve Wozniak and Steve Jobs with an Apple II saw a friend typing on a teletype to the six computers on the early ARPAnet. I had to have this power over distant computers too. After building many arcade games on computers, how to build it was obvious to me instantly. I’d create a video generator (as with the arcade games) and display text using a character generator chip. But I needed a keyboard.

I’d show up at HP every morning around 6 AM to peruse engineering magazines and journals to see what new chips and products were coming. I found an offer for a $60 keyboard modeled after the upper-case-only ASR-33 teletype.

That $60 for the keyboard is probably like $500 today [About $333 adjusted for inflation — Benj]. This $60 was the single biggest price obstacle in the entire development of the early Apple computers. I had to gulp just to come up with $60, and I think my apartment rental check bounced that month — they put me on cash payment from then on. Other keyboards you could buy back then cost around $200, which might be $1000 or more now. There just wasn’t any mass manufacturing of digital keyboards in 1974.

So my TV Terminal, for accessing the ARPAnet, was uppercase only.

----------

Apple I Owned By Steve Jobs Auction ImageThe idea for my own computer came into my head the first day of the Homebrew Computer Club.

Maybe a year prior, I had looked at the 4-bit Intel 4004 microprocessor and determined that it could never be used to build the computer I wanted for myself — based on all the minicomputers that I’d designed on paper and desired since 1968-1970. But at the Homebrew Computer Club, they were talking about the 8008 and 8080 microprocessors, which I had not kept up with after my 4004 disappointment. I took home a data sheet for the 8008, based on a version of it from a Canadian company. That night, I discovered that this entire processor was capable of being a computer.

I already had my input and output, my TV Terminal. With that terminal, I’d type to a computer in Boston, for example, and that far-away computer, on the ARPAnet, would type back to my TV. I now saw that all I had to do was connect the microprocessor, with 4K of RAM (I’d built my tiny computer with the capability of the Altair, 5 years prior, in 1970, with my own TTL chips as the processor). 4K was the amount of RAM allowing you to type in a program on a human keyboard and run it.

My computer wasn’t designed from the ground up. I just added the 6502 microprocessor and 4K DRAMS (introduced that summer of 1975 and far less costly than Intel static RAMs) to have a complete computer with input and output.

So the uppercase keyboard was not designed as part of a computer. It already existed as my TV Terminal.

Steve Wozniak and Steve Jobs with an Apple III truly would have wanted lower case on a keyboard, but I was still totally cash strapped, with no spare money. After already starting a BASIC interpreter for my computer, I would have had to re-assemble all my code. But here again, I did not have the money to have an account on a timeshare service for a 6502 interpreter. The BASIC was handwritten and hand-assembled. I’d write the source code and then write the binary that an interpreter would have turned my code into. To implement a major change like lower case (keeping 6 bits per character in my syntax table instead of 5 bits) would have been a horrendous and risky job to do by hand. If I’d had a time-share assembler, it would have been quick and easy. Hence, the Apple I wound up with uppercase only.

I discussed the alternatives with Steve Jobs. I was for lower case, but not for money (cost). Steve had little computer experience, and he said that uppercase was just fine. We both had our own reasons for not changing it before the computers were out. Even with the later Apple II (as with the Apple I), the code was again hand-written and hand-interpreted because I had no money. All 8 kB of code in the Apple II was only written by my own hand, including the binary object code. That made it impossible to add lower case into it easily.

So, in the end, the basic reason for no lowercase on the Apple I and Apple II was my own lack of money. Zero checking. Zero savings.

[ VC&G Anthology ] The Evolution of Computer Displays

Tuesday, September 17th, 2019

Evolution of Computer Displays by Benj Edwards Title Image

Take a good look at this sentence. You’re reading it thanks to the magic of a computer display — whether it be LCD, CRT, or even printed out on paper. Since the beginning of the digital era, users have needed a way to view the results of programs run on a computer — but the manner in which computers have spit out data has changed considerably over the last 70 years. Let’s take a tour.

[ Continue reading [ VC&G Anthology ] The Evolution of Computer Displays » ]

[ Retro Scan of the Week ] Apple II SwyftCard

Monday, March 30th, 2015

Jef Raskin Steve Wozniak Information Appliance Swyft Card SwyftCard Apple II advertisement  - Personal Computing - March 1986Paid for by SwyftCard Veterans for Truth

From the land of exotic Apple II accessories comes the Information Appliance SwyftCard, a plug-in peripheral card that gave the Apple IIe a built-in suite of ROM-based productivity tools, all unified around a novel scroll-based [PDF] user environment called SWYFT.

SWYFT was the brainchild of former Apple employee Jef Raskin, who originally spearheaded the Macintosh project. After disagreements with Steve Jobs over the direction of that project, Raskin left Apple and founded Information Appliance, Inc. (consequently, Jobs took the Mac project in a completely new direction).

The SwyftCard originated as an Apple IIe-based prototype for a dedicated machine centered around Raskin’s SWYFT environment, but it proved so effective and compelling that it became its own product. The dedicated concept would later emerge as the Canon Cat in 1987.

SwyftCards are very rare (I’ve never seen one in person over 20 years of collecting Apple II hardware), so Apple enthusiast Mike Willegal has provided instructions for building your own. Pretty neat!

P.S. I emailed this ad to Steve Wozniak (who is featured in the ad) and he said, “Cool reminder!”

[ From Personal Computing, March 1986, p.163 ]

Discussion Topic of the Week: Jef Raskin vs. Steve Jobs: Who do you identify with the most?

[ Newsbits ] May 15, 2014

Wednesday, May 14th, 2014

VC&G Newsbits Newspaper Logo

VC&G Newsbits Logo

Vintage computing and retrogaming news small enough to eat.

Since I missed last week’s column, I decided to fold some of those links into this week’s edition. So there may be a few older newsbits, but at least they’re still interesting.

Recent News

  • 2300 Console Games Now Playable on Internet Archive

    ‘Ole pal Jason Scott writes about the sudden influx of games playable on the Internet Archive website

    For the last couple of weeks I’ve been working with a range of volunteers on a massive expansion of what we call the Console Living Room at the Internet Archive. Previously weighing in at about 800 game cartridges from seven console systems, the new collection is roughly 2300 cartridges and a total of 21 different consoles.

  • George R. R. Martin Writes Using WordStar 4.0 in MS-DOS

    I’m not surprised. To avoid distractions, I sometimes write using Word 6.0 for DOS on a Compaq Aero 4/25 laptop.

    The ‘Game of Thrones’ author confessed to late-night talk-show host Conan O’Brien that he prefers to write his popular books on a DOS word processor instead of the latest laptop.

    ‘I hate some of these modern systems where you type a lower case letter and it becomes a capital letter. I don’t want a capital. If I wanted a capital, I would have typed a capital. I know how to work the shift key.’

  • Nintendo Forces Takedown of GBA Emulator for iOS

    From the not-very-surprising department

    In order to play titles like Super Mario and Zelda on your iPhone, then, you have to look at unofficial alternatives. GBA4iOS was one of the most popular — but after its creators received a DMCA notice from Nintendo this week, it is no more.

  • Analogue Interactive’s $499 NES Clone Up for Pre-Order

    TinyCartridge reports on this fancy console with a healthy grain of salt mixed in. (Memories of Generation NEX still make me shudder.)

    Analogue has opened pre-orders for its Nt, the Famicom/NES device with RGB output, four controller ports, and purported ‘unparallelled'” compatibility with American and Japanese games and accessories.

  • New Book About How Sega Nearly Won the Console Wars

    Chris Kohler provides an overview of Console Wars: Sega, Nintendo and the Battle That Defined a Generation.

    If a few small things had changed, might we be gaming on a Sega PlayStation right now? That’s the picture Blake Harris paints in his new book Console Wars. It is a narrative history of the brief time period in the lifespan of the videogame publisher Sega when it was on top of the world.

  • Midway Planned HD Remakes of Mortal Kombat Games

    I would have really loved to see this

    With the [ Mortal Kombat Arcade Kollection], Midway’s initial plan was to release HD remakes of the original games with new actors, and even though that’s not what happened in the end, these images with Liu Kang, Sonya, Shao Kahn and the others show that the remakes would have been quite faithful to the original

Cool Links

  • The Last Survivors of Meridian 59

    A rare examination of obscure Internet game culture from a mainstream publication (The New Yorker)

    Today, almost eighteen years after Meridian 59’s launch, Barloque’s streets are quiet and vacant, its cobblestones buffed and rounded by little more than a digital breeze. They are rarely visited by more than twenty people in the world at any one time.

  • The Great Works of Software

    Paul Ford muses about a software canon

    Is it possible to propose a software canon? To enumerate great works of software that are deeply influential—that changed the nature of the code that followed?

  • How Steve Wozniak Wrote BASIC for the Original Apple From Scratch

    Woz himself writes for Gizmodo, re: BASIC 50th anniversary

    The problem was that I had no knowledge of BASIC, just a bare memory that it had line numbers from that 3-day high-school experience. So I picked up a BASIC manual late one night at HP and started reading it and making notes about the commands of this language. Mind that I had never taken a course in compiler (or interpreter) writing in my life.

  • How Sega is Rejuvinating its Classic Games in 3D

    I’m not sure if “rejuvenating” is the right word here, but I welcome Sega dipping into the past

    Few games have had as much attention lavished upon them as the Sega 3D Classics series. The first wave of titles was released between November and December of last year, in pairs over four successive weeks.

  • Super Mario Bros. Level Belt (Etsy)

    Incredible artistry — an entire Super Mario Bros. level crafted into a leather belt

    The images are of a belt that I crafted for my brother, who is a big Super Mario fan, and depicts the last level of Super Mario brothers where Mario finally rescues the princess.

Submit News

If you want me to include something on a future Newsbits column, send me an email with “[Newsbits]” in the subject line.