home *** CD-ROM | disk | FTP | other *** search
/ CD32 Scene 1 / cd32scenemag1.iso / s / startup-sequence
Text File  |  2018-06-25  |  662b  |  59 lines

  1. assign env: ram:
  2. assign t: ram:
  3.  
  4. doublespeed
  5. setpatch quiet
  6.  
  7.  
  8. hip hide sys:yaz_-_classical.mod
  9. picboot sys:menu.gif vo on c on FI 2 DETACH
  10.  
  11. lab main_loop
  12. waitjoy >env:choice
  13. stoppicboot
  14. hip quit
  15. avail flush >nil:
  16.  
  17.  
  18. if $choice eq red
  19. testport fire
  20. if warn
  21. cd lc64
  22. lumberjack
  23. cd /
  24.  
  25. else
  26.  
  27. lumberjack
  28.  
  29. endif
  30.  
  31. reset
  32. endif
  33.  
  34. if $choice eq yellow
  35. alcocopter.hexe
  36. endif
  37.  
  38. if $choice eq green
  39. bombjack_beer.exe
  40. endif
  41.  
  42. if $choice eq forward
  43. zerosphere-demo.exe
  44. endif
  45.  
  46. if $choice eq play
  47. c:cdgsxl ash.cdxl xlspeed 150 blit sdbl multipal nopointer boxit fireabort lmbabort rmbabort
  48. wait 1
  49. hardreset
  50. endif
  51.  
  52. if $choice eq blue
  53. hog020.exe
  54. endif
  55.  
  56.  
  57. skip main_loop back
  58.  
  59. lab exiting