home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / club100 / prt / prnkey.ba < prev    next >
Text File  |  2006-10-19  |  600b  |  16 lines

  1. I thought that the functions assigned to F5 and F6 were reversed and
  2. could be better labeled so I wrote the following POKE to change them:
  3.  
  4. 1 'PRNKEY.BA - key changes for PRINT.CO by Robert Benson
  5. 10 POKE61088,80:POKE61089,97:POKE61090,103:POKE61091,101
  6. 20 POKE61093,69:POKE61094,110:POKE61095,100:POKE61096,115
  7. 30 POKE61144,11:POKE61145,236
  8. 40 POKE61149,249:POKE61150,235
  9.  
  10. Simply cut and paste PRNKEY.BA into BASIC, then run it.
  11.  
  12. Line 10 is the new name for F5 - Page
  13. Line 20 is the new name for F6 - Ends
  14. Line 30 is the JMP from F6 poked at F5
  15. Line 40 is the JMP from F5 poked at F6
  16.