Beige Buttons

Bring some 1990 back into your life with a classic beige IBM PC button panel, complete with working reset and turbo buttons!

Demo

How to use

  1. Include the JavaScript file:
    <script type="module" src="//beige-buttons.danq.dev/script.js"></script>
  2. Put the component anywhere you want it:
    <danq-beige-buttons />
  3. That's all!

Advanced usage

About

In the 1980s through early 1990s, PC clock speeds took several leaps forward. Unfortunately, some older software - especially games - used the clock speed as a timing mechanism. This meant that if you ran a game designed to run on a 16MHz processor on a 33MHz processor, it could run impossibly fast.

The "turbo" button found on computers of this era was in reality a "slow down" button. Switching off the turbo would instruct the processor to run at a slower speed (often half speed), enabling older software to work as it ought to.

As PCs became more-powerful, software developers migrated to using the computer's real-time clock as a timing mechanism, independently of the execution speed of the processor. By the early 1990s, the turbo button was a curiosity for many users, who didn't need it or understand why it existed. However, turbo buttons continued to be installed on some new computers even towards the end of the decade.

This web component is an homage to the physical design and function of the turbo button, and the reset button that was so-often found alongside it. The design was inspired by this photo.

It was made by Dan Q and all the source code is released into the public domain. There's a blog post about it too.