From b89f80e95e164c4c15b41e76d779a8a107504cb9 Mon Sep 17 00:00:00 2001 From: Chris Double Date: Thu, 8 Sep 2005 01:54:46 +0000 Subject: [PATCH] space invaders: add not to readme on how to compile --- contrib/space-invaders/readme.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/contrib/space-invaders/readme.txt b/contrib/space-invaders/readme.txt index 28d6af73ed..421f27f2b9 100644 --- a/contrib/space-invaders/readme.txt +++ b/contrib/space-invaders/readme.txt @@ -13,6 +13,14 @@ If you are in the space-invaders directory, and have the ROM as a file USE: cpu-8080 display +This will run the emulator in interpreted mode. To compile the Factor +code do the following: + + "cpu-8080" words [ try-compile ] each + display + +This will run much faster. + 'Backspace' inserts a coin and '1' is the one player button. It currently stops working at the point where it displays the invaders and I'm working on fixing this.