Wheeler Dealers Has Been Preserved

The news comes to us by way of Apple cracker 4am’s Mastodon account. Wheeler Dealers was a cassette release, a format not as well understood as the Apple II floppy disk formats, but it’s playable on its Internet Archive page.

Its title screen gives it a copyright date of 1978, making it only slightly younger than the Atari VCS/2600. Wheeler Dealers was the first published game by M.U.L.E. creator Dani Bunten. Designed for four players, it came with a special controller to allow four players to participate in auctions on an equal footing. If played in an emulator, they often have settings to allow the buttons to be remapped to joystick directions, and from there to specific keyboard buttons.

It’s a stock trading game, written in BASIC, and much less polished than M.U.L.E. would be. It barely has graphics and has no single-player mode. I find it hard to control in the IA’s web-based Apple emulator. Basic stock trading games seem really simple these days. I think Wheeler Dealers (or “Wheeler Dealer$,” according to the title screen) is mostly interesting these days has a herald for M.U.L.E., which I find holds up really well to current-day tastes. Dani’s real-time auction mechanism would be honed to a fine edge in M.U.L.E., which to this day is probably still the best multiplayer auction mechanism in any game.

Dani Bunten left us long ago now, back in 1998, but her absence is still keenly felt. One of her last projects was a Sega Genesis/Mega Drive port update of M.U.L.E., which was infamously scuttled when publisher Electronic Arts insisted, as a condition of publishing, a mechanism by which players could directly attack other players with weapons. It is far from the only terrible action that EA would be responsible for, but it’s certainly one of the worst.

Home Computer Graphic Character Sets Compared

8-bit microcomputer graphics were, compared to the graphics cards and chips we mostly use today, pretty limited. While machines like the Commodore 64 and Atari 800 allowed for a fully programmable display, not all devices of the age provided for that.

One solution was what I am told is now called semigraphics, which means using generic characters that are pre-defined by the system in combination with each other, piecing together larger images from symbolic building blocks.

ASCII Art, that fading art form created to make imagines on terminal displays, is a form of semigraphic. The IBM PC character set supported semigraphics mostly through its famous Code Page 437, which provided a variety of line-drawing characters , but looking at it it’s evident that it wasn’t intended for general graphic use.

Different platforms from the time varied widely in their support for graphic characters. Let’s take a quick look at what the options were.

Apple

The base Apple II had a very limited character set:

Images in this post taken from Wikipedia

The Apple II’s character offers little opportunity for graphic use. Of course the Apple II is a miracle through and through for being designed almost entirely by one person, Steve Wozniak, and that includes its character set. Note that it doesn’t neglect reverse video, and even has hardware support for flashing characters. Still though, not much you can do with it other than repurpose punctuation and letters.

PETSCII

The PET and successors, by contrast have an excellent character set for makeshift graphics. The image above is of the Commodore 64 version, but the same graphics are used on old PETs, the VIC-20, the Commodore 128, and even the TED-based machines, the Plus-4 and Commodore 16.

While they’re not reflected in the above image, the whole character set can be reversed too. These machines reverse characters by, simply, duplicating the whole set in ROM as negative images.

PETSCII contains:

  • Four playing card suit glyphs
  • A decent set of line-drawing characters, with all intersections both sharp-edged and curved corners
  • Diagonal slopes, diagonal lines and crossed diagonals
  • Horizontal and vertical lines at different places in the character cells
  • Frame corners, which combined with the lines can make decent rectangles
  • Horizontal and vertical bars at several different widths
  • Half-tone checkerboards and half-character checkerboards (on PET systems these have a single-pixel grain, but on later machines the checkerboard squares are 2×2 blocks)
  • 4×4 blocks in enough combinations that, combined with their reverse versions, can be used to approximate a 80×50 pixel display with plain characters
  • Symbols for English pound and Pi

PETSCII is one of the most versatile character sets from the time, and you can do a ton with it with some thought and ingenuity. There used to be a Twitter account (in the days before the Muskening) that posted images of robots made out of PETSCII characters. And because the character set is included in ROM, one doesn’t have to create their own character graphics, using up 8K of system RAM to hold them, to have rudimentary graphics. (In fact, the original PET didn’t even support redefining the character set, so PETSCII was all you got.)

ATASCII

Did Atari consciously follow the naming of PETSCII, with their own self-branded ATASCII? Both are riffing off of ASCII, which stands for American Standard Code for Information Interchange. So I guess PETSCII, going by Commodore’s own claimed meaning for PET, means “Personal Electronic Transactor Standard Code for Information Interchange,” which is pretty terrible. But the ATA in ATASCII makes even less sense, since ATA obviously is just the first three letters in Atari.

While it has nowhere near the sheer number of graphic characters that PETSCII has, it had a decent number, including line drawing, slopes and diagonal lines and playing card suits. Of particular note is that the Clubs symbol has the same hole in its middle that it does in PETSCII.

TRS-80

Wikipedia doesn’t offer a screenshot chart of all the symbols of the TRS-80 set, but it does an HTML Table display, which the above is excerpted from. The only graphic characters it has are these off 2×3 cells, which are like the 2×2 blocks in the Commodore set but with an extra row. This gives its screen slightly finer resolution.

The TRS-80 had fairly basic graphics, it seems: those characters appear to have been it as far as graphics goes. The page I saw that described its capabilities even had a name for those blocks: squots. I think that’s a perfectly fine name for these kinds of boxes, whether it’s on a TRS-80, Commodore 64 or other machine.

Sinclair ZX-81

The ZX-81 had a very limited character set. While it has checkerboard and 4×4 block characters, their inclusion comes at the cost of an apostrophe, an at-sign, and even an exclamation point.

The following Spectrum removed the checkerboards, but added the exclamation point and apostrophe, as well as a lowercase alphabet. Still no @ though.

DOS Code Page 437

This is the one that most of you probably already know. It has its own version of squots, but they’re incomplete: it doesn’t have quarter-box or squot-grained checkerboard characters, tlhough it does have three forms of half-tone, a rather extra assortment of double-lined box characters, playing card suit glyphs, and a number of unusual characters up above that will be very familiar to anyone who played PC Rogue.

DOS Code Page 437 was in many ways the end of the venerable tradition of character set graphics. Neither the Atari ST nor Amiga had much use for general purpose character graphics, instead choosing to use their sets’ spare capacity for international characters, a noble offering, but less useful for graphic use.

It is worth noting some of the characters in the ST’s set, though:

Some miscellaneous glyphs like arrows, an X mark and checkbox, a bell and musical note, the Atari logo in two characters, a bunch of digital readout numbers, and four characters that seem to form a face. Here, I’ll piece it together for you:

Who might this handsome person be? It’s a little hard to make out at this scale, but it’s intended to be a pixel-art representation of “Bob” Dobbs, icon and symbol of the Church of the Subgenius!

It’s not a good set of squots, but it’s not bad.

Reverse Engineering the 6502

This is a 52-minute talk from 2010, from the 27th Chaos Communication Congress in Berlin, Germany (the talk is in English), presented by Michael Steil of Visual 6502, which successfully reverse engineered the venerable 6502 microprocessor, a chip used, in one capacity or another, in one form, or another, in all the Apple, Commodore and Atari microcomputers, the BBC Micro, the Atari 5200, in a modified from the Atari 2600 the NES, and countless arcade games, as well as in other places.

The talk is intended for a technical audience… literally. When the speaker asks who in the audience has coded in assembly before, practically everyone raises their hands. It’s recognized that we at Set Side B veer wildly between the most surface-level populist material and in-depth treatments for those with gigantic capacities for technical discussion and the attention span of a Galapagos Giant Tortoise. We like to think this is charming, and will listen eagerly if you tell us that you agree.

Anyway, here is that talk. I already mentioned that it’s 53 minutes. If that’s too long, there’s a speed-up function on Youtube. If that’s too technical, well, I don’t know how to help there. Maybe a read through pagetable.com’s documentation on the 6502. Oops! I’ve made it worse, haven’t I. Well, if you like, you might console yourself that the 6502 is really a simple processor to learn to code in. I’ve done it myself! There’s no memory management, there’s only three general-purpose registers, the stack is fixed in place, and all opcodes are one byte. It’s so simple that an extremely motivated child could learn it. Guess how I know?

27c3: Reverse Engineering the MOS 6502 CPU (Youtube, 53 minutes)

Here’s a description of the talk from the conference web site.

Making of Karateka Video Review

This is a video review of the making of karateka played with a press key provided by the developer.

My interview with Digital Eclipse

Retro365: Apple Galaxian, Star Craft and the Beginnings of Brøderbund

Pretty dry today, a tale on the blog Retro365 about the creation of Apple Galaxian, early action gaming hit for the Apple II, and how it helped establish classic computer publisher Brøderbund, who’d licensed it from the Japanese company Star Craft. It was sold in Ziploc bags, and was an immediate hit.

Here’s what Apple Galaxian looked like in action:

Brøderbund would go on to release many more wonderful programs for home computers, eventually publishing Lode Runner and Myst. Star Craft was still in operation in Japan until 1995. Anyway, please follow the link, it’ll help make up for me having to enter the crossed-o in Brøderbund’s name so many times!

Apple Galaxian: The Vital Japanese Connection (Retro365)

4am’s Crack of Spare Change

Spare Change is an odd little Apple II game from 1983, where the player tries to thwart mischievous creatures who escaped from an arcade game, who are trying to steal quarters from the machines. One of Broderbund’s earlier hits, although it never gained the recognition of Lode Runner.

Such a charming little game
Do you not only understand this, but enjoy reading it? Then this should be very interesting to you.

Spare Change, in addition to its various little features like animated intermissions and customizable difficulty, also had a pretty strong copy protection scheme. These schemes served to prevent casual copying at the time (although cracks of all the popular titles inevitably started making the rounds on BBSes), but also serve to work against software preservation. Spare Change is 40 years old now, and disks fail frequently. There is an available crack, but it’s said to be missing an important feature: it fails to save their high scores to disk.

4am is the famed preserver of classic Apple II software, performed by dint of figuring out their protection and removing it as unobtrusively as possible. His account on Twitter (I refuse to call it X, I don’t even like saying Xbox) made for great reading for people of a technical mind. He isn’t on Twitter any more for, I dunno, some reason, but he still posts his cracks, and his explanations for how they work, to the Internet Archive, under the 4am tag.

All this is to say his crack of Spare Change makes for entertaining reading to one of the right mindset. One of you may have it, so here it is.

Space Change: a 4am and san inc crack: description and the crack itself.

Total Replay 5.0

Apple II preservationist and awesome human 4am (Mastodon) has released the latest version of Total Replay, a collection of Apple II games that can be played both in emulators and on real systems (provided you have a way to read the hard drive image from your Apple). It can even be played directly over the web on its Internet Archive page.

An important note if you try to load its torrent from the page: that torrent contains a complete history of the project, weighing in at 22 gigabytes, even though Total Replay itself is just 32 megabytes big. If you choose to download that torrent for offline play and are just interested in playing, make sure to uncheck the history folder so you don’t end up downloading a huge amount of files you don’t need.

Total Replay 5.0 archive page (Apple II hard drive image, ProDOS mountable, 32MB), Mastodon post

Apple Kracker’s Guide

Back in the days of the Apple II, there was a thriving scene in trading copies of commercial software. Means to prevent this, through copy protection schemes, were just as rampant, as publishers sought to protect their work from those who would use it without paying. The process of figuring out a disk’s copy protection and making it so it could be copied and run by others was called cracking, or sometimes, kracking.

Cracking was, and still is, a black art. There are many ways to protect a disk from being copied, and just as many to deprotect that data. Some disks remain uncracked to this day. It is the work of Apple II cracker 4am (Mastodon) to try to unlock the data on these rapidly aging pieces of media so they can be preserved. (On 4am, jump to the bottom.)

The Apple II Kracker’s Guide seems to have been written by a anonymous user known as The Disk Jockey. It’s a good overview of basic forms of copy protection and ways to defeat them. A copy is at the Internet Archive, but I encountered it in the collection at bitsavers.org, here. It’s like candy to someone of the right frame of mind. Like me!

Aside: If the name 4am sounds familiar, and you find yourself thinking “Didn’t he used to be on Twitter?” He was. He’s not anymore. This happened several months before the Age of Musk. Twitter’s automated processes decided somehow that a video he tweeted of Apple II software Super Print booting was revenge porn and banned him, even rejecting an appeal. He moved to Mastodon. Now that Twitter is missing half of its employees, situations like this will probably become more common. 4am is not the subject of this post, but if you want to read more about Apple II protection and its breaking, you should follow him on Mastodon. He has about one tenth of the followers there that he had on Twitter, which is a shame.

Myst Demake for Apple II

How much of Myst can you fit onto an Apple II with three 5 1/4” floppy disks? As it turns out, if you don’t really care about screen resolution, nearly all of it.

Images from the demake’s website, lined above.

In the following Youtube video, you can watch a playthrough of the first fifth of the game. A complete run is in the playlist linked here. Warning: prepare your ears for mayhem.

Apple II Myst Demake

Forgeries in PC Retro Gaming Collecting

Image credit: Ars Technica

Kyle Orland at Ars Technica, who always does good work, has a long piece up about scandals in PC game collecting. It’s a close-knit subculture where members trust each other implicitly, but as the value of old games has gone up, it has recently been awash in forgeries.

A prime culprit in their distribution was Enrico Ricciardi, a prominent figure in the community who many members trusted. He is known for writing books on the history of the Ultima games and the early days of Ultima publisher Origin Systems. It’s not known that he was actually forging the copies of the games, but the fakes are known to have passed through his hands, and it’s considered by the group that he should have been able to spot fakes.

It’s a fascinating article that involves prominent Apple II disk imaging expert 4am doing forensics on a supposedly-legitimate disk of The Chambers of Xenobia and finding it was a cracked copy.

Ars Technica: Inside the $100K+ forgery scandal that’s roiling PC game collecting

Lemmings on the Apple II

Via 8bitnews.io, Vince Weaver has created a 10-level proof-of-concept of a port of Lemmings to the Apple II family of microcomputers. This would have blown a lot of minds back in 80s elementary school!

The framerate is pretty low, which isn’t uncommon for 8-bit ports of Lemmings, compare it to the Commodore 64 version. Most versions of Lemmings use some kind of hi-res mode on the hardware, and behind the scenes create levels out of large blocks of premade graphics like in a paint program.

Apple II LemmingsProject page