space invaders: add rom building instructions

cvs
Chris Double 2005-09-08 04:03:56 +00:00
parent 599c985fac
commit d1a7708d21
1 changed files with 10 additions and 0 deletions

View File

@ -25,5 +25,15 @@ This will run much faster.
currently stops working at the point where it displays the invaders
and I'm working on fixing this.
If the ROM file you have is split into seperate files, you will need
to merge them into one 'invaders.rom' file. From Windows this is done
with:
copy /b invaders.h+invaders.g+invaders.f+invaders.e invaders.rom
Or Linux:
cat invaders.h invaders.g invaders.f invaders.e >invaders.rom
For more information, contact the author, Chris Double, at
chris.double@double.co.nz or from my weblog http://radio.weblogs.com/0102385