home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 7 Games / 07-Games.zip / fly8112o.zip / fly8.b50 < prev    next >
Text File  |  1979-12-31  |  2KB  |  88 lines

  1. REM ╔═══════════════════════════════════════════════════════════════════════╗
  2. REM ║Mark II WCS Base Switch Settings                                       ║
  3. REM ║Black Hat switch = Digital                                             ║
  4. REM ║Red Switch       = Analog                                              ║
  5. REM ╚═══════════════════════════════════════════════════════════════════════╝
  6. REM
  7. REM NOTE:  No throttle statement is needed with the WCS II run thru the
  8. REM   FLCS as analog! When no throttle statement is encountered for the
  9. REM   WCS II, it is assumed ANALOG and the RED switch must be in ANALOG.
  10. REM
  11. REM
  12. REM ╔════════════════════════════════════════════════════════╗
  13. REM ║ This is a TEST file for making sure the FLCS is in     ║
  14. REM ║ proper working order. The key commands listed below2   ║
  15. REM ║ are what should be seen on the screen when the FLCS    ║
  16. REM ║ Has downloaded correctly.                              ║
  17. REM ╚════════════════════════════════════════════════════════╝
  18. USE WCS
  19.  
  20. RATE 5
  21.  
  22. REM ╔════════════════════════╗
  23. REM ║FLCS Buttons Commands:  ║
  24. REM ╚════════════════════════╝
  25.  
  26. BTN TG2 P 0 /R R 0
  27. BTN S2  P 1 /R R 1
  28. BTN S1  P 2 /R R 2
  29. BTN S3  P 3 /R R 3
  30.  
  31. BTN TG1 P 8 /R R 8
  32. BTN S4  P 9 /R R 9
  33.  
  34. REM ╔════════════════════════╗
  35. REM ║FLCS Main Hat Commands: ║
  36. REM ╚════════════════════════╝
  37.  
  38. BTN H1U P 4 /R R 4
  39. BTN H1R P 5 /R R 5
  40. BTN H1D P 6 /R R 6
  41. BTN H1L P 7 /R R 7
  42.  
  43. REM ╔════════════════════════╗
  44. REM ║FLCS Hat 2 Commands:    ║
  45. REM ╚════════════════════════╝
  46.  
  47. BTN H2U P i /R R i
  48. BTN H2R P j /R R j
  49. BTN H2D P k /R R k
  50. BTN H2L P l /R R l
  51.  
  52. REM ╔════════════════════════╗
  53. REM ║FLCS Hat 3 Commands:    ║
  54. REM ╚════════════════════════╝
  55.  
  56. BTN H3U P m /R R m
  57. BTN H3R P n /R R n
  58. BTN H3D P o /R R o
  59. BTN H3L P p /R R p
  60.  
  61. REM ╔════════════════════════╗
  62. REM ║FLCS Hat 4 Commands:    ║
  63. REM ╚════════════════════════╝
  64.  
  65. BTN H4U P q /R R q
  66. BTN H4R P r /R R r
  67. BTN H4D P s /R R s
  68. BTN H4L P t /R R t
  69.  
  70. REM ╔════════════════════════╗
  71. REM ║WCS II Buttons Commands:║
  72. REM ╚════════════════════════╝
  73.  
  74. BTN T1 P a /R R a
  75. BTN T2 P b /R R b
  76. BTN T3 P c /R R c
  77. BTN T4 P d /R R d
  78. BTN T5 P e /R R e
  79. BTN T6 P f /R R f
  80.  
  81. REM ╔════════════════════════╗
  82. REM ║WCS II Rocker  Commands:║
  83. REM ╚════════════════════════╝
  84.  
  85. BTN T7 P g /R R g
  86. BTN T8 P h /R R h
  87.  
  88.