Arcade copy protection

Monday 26 April 2004This is over 20 years old. Be careful.

This is a copy protection scheme for arcade video games. I heard about it the summer I worked at General Computer. I don’t know if it is true, but it sounds good.

Before getting to the copy protection scheme, I have to explain a few things.

Arcade video games are large machines that are often placed in hostile environments, such as bars. Because the people who play video games in bars can become rowdy and abuse the machines, arcade games have a mechanical sensor called a “kick switch”. Like the tilt switch in pinball games, its job is to detect major movement of the game itself. The software monitored the kick switch, and if triggered, would end the game. This was meant to discourage patrons from beating up the games, extending their lives.

Even with arcade games, piracy was a problem. The hardware the games ran on was somewhat standardized, so the ROMs could be swapped around. Pirates would copy ROMs and put them into older machines, giving them an upgrade to a newer more profitable game. Apparently, though, the pirates would make one minor change: they would remove the copyright notice from the first screen. I guess there was at least a superstition that the copyright notice was the thing that would get you in trouble.

Here’s the scheme:

  • When first started, the game behaves as usual, displaying its copyright notice, playing games, and so on.
  • After a hundred games, the machine behaves a little differently.
  • After displaying its copyright notice, a separate chunk of code examines the video memory to determine if the notice is really being displayed.
  • If the notice is not on the screen, a message is displayed: “Kick me for a free game”.
  • Whenever the kick switch trips, a free game a credited.

The clever thing about this scheme is that it doesn’t prevent piracy, it just prevents pirates from making money. How? Imagine the life of that game. The pirates copy the ROM, modify the copyright string so that it doesn’t display, and fire up the game. It works fine, they play a few games, everything checks out. They deliver the game to a bar someplace, where everything is normal for the first hundred games. After that, the patrons pound it mercilessly and never put in a another quarter.

A week later, the game has been physically destroyed, having collected about $25.

Comments

[gravatar]
It's cute, but flawed: surely if a pirate's good enough to remove the copyright notice he's also good enough to remove the code which checks the copyright notice?

The image of the machine being kicked to death at its own invitation is a nice one, though.

(Reminds me of the Star Wars machine in my hall of residence at university: can't imagine it ever made any money, as immediately after it was serviced the resident hackers would pick the lock on the back and flick the "free play" switch...)
[gravatar]
There's a big difference between removing or altering a text string in some program and working out what some copy protection or anti-piracy measure is doing. Have you seen some of the tricks employed in old-style games? Self-modifying code, reading from device-specific registers - it's all there.
[gravatar]
Fredrick Johnson 2:58 PM on 27 Apr 2004
While that's interesting and all, is copying arcade game ROMs and reselling upgraded machines really a huge problem?


Do arcades even exist anymore, outside of the Luxor, that is?

[gravatar]
It isn't a huge problem for me, that's for sure. What's that got to do with it?
[gravatar]
Dedicated arcades are still around if you look for them, and the average bar, airport, and cinema will have a few systems as well.

Whether or not these are all suffering from ROM piracy is another matter.

Add a comment:

Ignore this:
Leave this empty:
Name is required. Either email or web are required. Email won't be displayed and I won't spam you. Your web site won't be indexed by search engines.
Don't put anything here:
Leave this empty:
Comment text is Markdown.