home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / Geneve / 9640news / CAT36 / 51TIEMUL.ZIP / MODULES.TXT < prev    next >
Text File  |  1994-04-15  |  2KB  |  43 lines

  1. ════════════════════════════════════════════════════════════════════════
  2. TI Emulator!                                                  4/15/1994
  3. v5.0
  4.  
  5. by Edward Swartz
  6. ════════════════════════════════════════════════════════════════════════
  7.  
  8.      This file describes MODULES.EXE, the module list manager.
  9.  
  10.      MODULES.EXE will create and update MODULES.DTA using information in
  11. MODULES.LST.
  12.      First, info on the files.
  13.      MODULES.LST is a textual database describing possible cartridges
  14. you may have.  A record is a group of four lines describing one
  15. cartridge.  The first line is the title as it will appear in the TIEMUL
  16. menu.  The next three lines describe the locations and filenames for the
  17. files that make up the emulated module.  The first character is 'C','D',
  18. or 'G', which says that the file is either a CPU, CPU bank 2, or GPL
  19. segment of a module.  The eleven-char-max filename follows.  Any lines
  20. not used must be " NULL" with the space before the "N".  Unless you have
  21. already registered, you won't need to change this file unless you can
  22. transfer cartridges from the TI to the PC.
  23.      Not all of the cartridges in MODULES.LST have to exist on your
  24. system.
  25.  
  26.      MODULES.DTA is a "compiled" version of MODULES.LST which is really
  27. easy for TIEMUL to read.  The files in MODULES.DTA, however, must exist
  28. if you ever try to load them.  MODULES.EXE creates MODULES.DTA.
  29.  
  30.      MODULES.EXE is an interactive list manager which will show in two
  31. columns which cartridges are defined in MODULES.LST (left column) and
  32. which ones are in MODULES.DTA (right column).  If the cartridge does not
  33. exist on your system, the entry on the left side will be dimmed.  Only
  34. undimmed cartridges can be selected to go into MODULES.DTA.
  35.      Press SPACE to toggle a file's inclusion in MODULES.DTA.  Use the
  36. arrow keys to scroll through the list.  Press ENTER to write
  37. MODULES.DTA, or ESC to abort.
  38.  
  39.      You can run MODULES with the parameter /ALL which will
  40. automatically add all the existing modules to MODULES.DTA without any
  41. user input.
  42.  
  43. ════════════════════════════════════════════════════════════════════════