Space Invaders Emulator


Provides an emulation of the original 8080 Arcade Game 'Space Invaders'.

More information on the arcade game can be obtained from https://www.emuparadise.me/M.A.M.E._-_Multiple_Arcade_Machine_Emulator_ROMs/Space_Invaders_--_Space_Invaders_M/13774.

To play the game you need the ROM files for the arcade game. They should be placed in a directory called 'invaders' in the location specified by the variable rom-root. The specific files needed are:
invaders/invaders.e
invaders/invaders.f
invaders/invaders.g
invaders/invaders.h

These are the same ROM files as used by MAME. To run the game use the run-invaders word.

Keys:
BackspaceInsert Coin
11 Player
22 Player
LeftMove Left
RightMove Right
UpFire

If you save the Factor image while a game is running, when you restart the image the game continues where it left off.