home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 128 26 / q26.d81 / autoexec.src < prev    next >
Text File  |  2022-08-28  |  514b  |  32 lines

  1. number KEY 0
  2.  
  3. clockoff
  4. ;display "     "
  5. ;bload "v2.0 docs"
  6. ;clockon
  7. ;edit
  8. ;clockoff
  9. display "          
  10.           "
  11. clockon
  12. display "
  13.  
  14. Exit to which module: 1. CLOCK
  15.                       2. 1541
  16.  
  17.                       Enter a key "
  18.  
  19. WAIT_KEY   getkey KEY
  20.            equal    KEY  49  BOOT_CLOCK
  21.            notequal KEY  50  WAIT_KEY
  22.  
  23.            display "2
  24.  
  25. Loading 1541.mod2.0"
  26.            module "1541"
  27.  
  28. BOOT_CLOCK display "1
  29.  
  30. Loading clock.mod2.0"
  31.            module "clock"
  32.