home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / club100 / eme / romcom.100 < prev    next >
Text File  |  2006-10-19  |  619b  |  17 lines

  1. 0 'ROMCOM.100       (c)1990 Wilson Van Alst
  2. 1 'v1.0           All rights reserved
  3. 2 'Loader for ROMCOM.CO, program that
  4. 3 ' saves ROM: images to the COM: port
  5. 5 'Distributed by EME Systems under license from the author.
  6. 10 CS=0:FOR AD=64704TO64747 
  7. 15 READ D%:POKE AD,D%:CS=CS+D%
  8. 20 NEXT AD
  9. 25 IF CS<> 5596 THEN BEEP:PRINT"Typo in data!!?":END
  10. 30 SAVEM"ROMCOM",64704,64747,64704
  11. 50 DATA 33,230,252,55,205,230,23,33,0,0
  12. 51 DATA 17,0,128,243,62,1,211,232,78,151
  13. 52 DATA 211,232,251,149,204,164,82,121,205,50
  14. 53 DATA 110,216,35,223,194,205,252,201
  15. 54 DATA 56,56,78,49,68,0
  16. 55 REM line 54 sets stats: 88N1D
  17.