pcjs/devices/pc8080/machine/invaders
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2017-08-16 20:52:15 -07:00
..
debugger Fixed PCx86 "Save Machine" functionality (broken by the inclusion of source maps at the end of the compiled scripts) 2017-08-16 20:52:15 -07:00
machine.xml Fixed PCx86 "Save Machine" functionality (broken by the inclusion of source maps at the end of the compiled scripts) 2017-08-16 20:52:15 -07:00
README.md Changed the default page "exit" event handler from "onunload" to "pagehide" for iOS; hopefully, auto-resume machines will work better on mobile devices with that change 2017-06-25 08:32:27 -07:00

layout title permalink machines
page Space Invaders (1978) /devices/pc8080/machine/invaders/
id type
invaders pc8080

Space Invaders (1978)

This is a test of PC8080, a new 8080-based PCjs emulator running the original Space Invaders.

It is currently playable only in desktop browsers and uses the following hard-coded key mappings:

  • 1: One Player
  • 2: Two Player
  • 3: Insert Coin
  • A: Move Left
  • D: Move Right
  • L: Fire Missile

See the Debugger Configuration for more control of the machine, along with assorted Space Invaders Hardware Notes.

{% include machine.html id="invaders" %}