space invaders: add not to readme on how to compile

cvs
Chris Double 2005-09-08 01:54:46 +00:00
parent eed8d12791
commit b89f80e95e
1 changed files with 8 additions and 0 deletions

View File

@ -13,6 +13,14 @@ If you are in the space-invaders directory, and have the ROM as a file
USE: cpu-8080 USE: cpu-8080
display 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 'Backspace' inserts a coin and '1' is the one player button. It
currently stops working at the point where it displays the invaders currently stops working at the point where it displays the invaders
and I'm working on fixing this. and I'm working on fixing this.