home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / easyun.zip / JET.TXT < prev    next >
Text File  |  1987-05-10  |  6KB  |  121 lines

  1.  
  2.                                  De-jet v1.00
  3.  
  4.     De-jet is an assembly language program to take the game 'Jet', by Sublogic
  5. Corporation, and put it in a DOS "EXE" file. If your copy of Jet isn't just
  6. like my copy this program will not work. I am only aware of one Jet version and
  7. this is the Jet which this program was designed around.
  8.  
  9.     Several extensions will be added by the De-jet program. These include the
  10. EXIT TO DOS option on the main menu, preservation of the original command line
  11. functions 'h,e,m' or their upper case equivalents, and the inclusion of the
  12. extended situations data for all of the options. The extended situations data
  13. are those sectors which need to be loaded if one chooses an option such as
  14. 'Free flight, level ?, F-16'. These were originally not loaded with the Jet
  15. game but were loaded as required. They now will exist as data at the end of the
  16. Jet.exe file and will be copied in as required.
  17.  
  18.     Room has been left in certain places in the EXE file for the addition of
  19. future options as demand dictates. If you would like to see a supervisor key
  20. added; i.e. the jet game frozen, a second copy of command.com loaded and
  21. executed, and on EXIT the jet game resumed from the same place in flight; then
  22. let it be known as public E-mail on PCUG in Atlanta, Ga. # 404-433-0062 .
  23.  
  24.     This program is involked by typing 'de-jet <drive>'. The drive spec is the
  25. drive to which the Jet.exe file will be written. It will use the current path
  26. of the specified drive. It will use any valid dos drive installed. The JET disk
  27. will be placed in drive A for reading and may only be placed in A. You may use
  28. drive A as the specified drive if you wish, you will be prompted to change
  29. disks as required. You will need about 90k of free memory to run this program.
  30. I've thus far run De-jet and the Jet.exe file it creates on a PC and and AT w/
  31. an EGA card. I do not know if a 128k Jr. will be able to run De-jet.
  32.  
  33.     e.x. DE-JET d:  ...will write JET.EXE to drive d: in the current path.
  34.  
  35. De-jet will work if drive A and B are the same drive and drive but both de-jet
  36. and dos will prompt you to change disks, don't worry I'll fix it later.
  37.  
  38.     The resulting file should be 86,016 bytes in length. All command line
  39. parameters should still work. i.e. h or H for Hercules Card, e or E for the
  40. EGA card, and m or M for the EGA w/ a monochrome monitor.
  41.  
  42.     If you wan't the source then leave a message on the board and I'll put
  43. it up. Its about 30k long. If you find a bug in this program or if you find
  44. it doesn't work on your copy of Jet then please leave mail.
  45.  
  46.     One other note of interest; don't expect the Jet.exe file to run under a
  47. multitasking operating system. Jet installs many of its own interrupt vectors
  48. over those of BIOS. One is int 9 for keyboard control and that change alone
  49. should rule out any multitasking or resident programs being called while
  50. Jet.exe is running. This problem could be solved however I'll leave that to
  51. subsequent versions of De-jet.
  52.  
  53.  
  54.                        Happy JET-ting  Hard Drive Owners
  55.  
  56.            From "The Friends of George P. Burdell" , at Georgia Tech
  57.  
  58. ******************************** DE-JET 2 documentation  ***************
  59. ******************************** The following applies   ***************
  60. ******************************** to DE-JET2.EXE and .ASM ***************
  61.  
  62.                                  De-jet v2.00
  63.  
  64.     De-jet is an assembly language program to take the game 'Jet', by Sublogic
  65. Corporation, and put it into a DOS "EXE" file. If your copy of Jet isn't just
  66. like my copy this program will not work. I designed this program around the
  67. Jet v1.0 and v1.3 releases and therefore De-Jet may not work on your version of
  68. the program.
  69.  
  70.     Several extensions will be added by the De-jet program. These include the
  71. EXIT TO DOS option on the main menu, preservation of the original command line
  72. functions 'h,e,m' or their upper case equivalents, and the inclusion of the
  73. extended situations data for all of the options. The extended situations data
  74. are those sectors which need to be loaded if one chooses an option such as
  75. 'Free flight, level ?, F-16'. These were originally not loaded with the Jet
  76. game but were loaded as required. They now will exist as data at the end of the
  77. Jet.exe file and will be copied in as required.
  78.  
  79.     This program is involked by typing 'de-jet <drive>'. The drive spec is the
  80. drive to which the Jet.exe file will be written. It will use the current path
  81. of the specified drive. It will use any valid dos drive installed. The JET disk
  82. will be placed in drive A for reading and may only be placed in A. You may use
  83. drive A as the specified drive if you wish, you will be prompted to change
  84. disks as required. You will need about 90k of free memory to run this program.
  85. I've thus far run De-jet and the Jet.exe file it creates on a PC, an AT w/ an
  86. EGA card, a PC's Limited Turbo PC, an AT&T 6300,and a Sperry PC. I do not
  87. beleive this program will work on a PCjr. w/128k however the JET.EXE file
  88. should work on any compatible machine including the PCjr provided it has enough
  89. available memory.
  90.  
  91.     e.x. DE-JET d:  ...will write JET.EXE to drive d: in the current path.
  92.  
  93. De-jet will work if drive A and B are the same drive but both de-jet and dos
  94. will prompt you to change disks, don't worry I'll fix it later.
  95.  
  96.     The resulting file should be 86,016 bytes in length. All command line
  97. parameters should still work. i.e. h or H for Hercules Card, e or E for the
  98. EGA card, and m or M for the EGA w/ a monochrome monitor. DO NOT USE the slash
  99. key '/' to precede the parameter, use a space only. --- eg.'jet h'
  100.  
  101.  
  102.     One other note of interest; don't expect the Jet.exe file to run under a
  103. multitasking operating system. Jet installs many of its own interrupt vectors
  104. over those of BIOS. One is int 9 for keyboard control and that change alone
  105. should rule out any multitasking or resident programs being called while
  106. Jet.exe is running. This problem could be solved however, I'll leave that to
  107. subsequent versions of De-jet.
  108.  
  109.  
  110.              THIS VERSION OF DE-JET SHOULD WORK ON JET VERSION 1.3
  111.  
  112.  
  113.            The source for De-Jet has been included in this ARC file.
  114.  
  115.                           the GBBS at (404) 457-6815.
  116.  
  117.                        Happy JET-ting  Hard Drive Owners
  118.  
  119.            From "The Friends of George P. Burdell" , at Georgia Tech
  120.  
  121.