home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / Geneve / 9640news / CAT23 / UPDAT121.TXT < prev    next >
Text File  |  2006-10-19  |  10KB  |  215 lines

  1.           FIX LIST
  2.           V1.21
  3.  
  4.           NOTE:  Before using MDOS 1.21 with any Horizon Ramdisk, make a
  5.           backup copy with your current working version of MDOS.  Full
  6.           HRD support has been added and routines implemented to determine
  7.           the exact type.
  8.  
  9.           After you have saved your files, reboot (from Floppy or Hard drive,
  10.           not HRD.  Read the notes that follow on how to assign with
  11.           REMAP the correct drive letter.
  12.  
  13.           After implementing REMAP (perhaps REMAP 6F, for HRD 8 bit >1400
  14.           to DSK6, do the following):
  15.  
  16.           FORMAT DSK6. /Kxxx   where xxx is the number of K, such as 256
  17.  
  18.           This will format your ramdisk to use ALL memory in a more
  19.           reasonable fashion.
  20.           
  21.           - Added mods to increase reserved floppy sectors.  Quicker disk
  22.           access on catalogs or backups.
  23.           
  24.           - Fixed/Modified TTYOUT routine to handle byte >0C in a write to
  25.           screen as a form feed character.  Restores MDOS screen clearing
  26.           to that in 0.97H and lower.  Will require mods to PSYSTEM driver
  27.           or use 1.20H.
  28.           
  29.           - Fixes to text screen mode 26.5 * 80.  Not all tables were
  30.           "full" of data to handle all conditions.
  31.           
  32.           - Jim Schroeder fixed Horizon Ramdisk support for 8/16 bit to
  33.           use at CRU >1400 and CRU >1600.  Drives DSK6, DSK7, DSK8, DSK9
  34.           set for these options as DEFAULT.
  35.           
  36.           - Noticed Jim Schroeder's fixes removed hard drive emulation of
  37.           DSK9 on MDOS with HFDC at >1000.  Added new command, use as
  38.           follows and support for additional CRU's as described below.
  39.  
  40.           The Following drive types are now available at the following
  41.           character definitions (Rave Ramdisk code has not been tested)
  42.  
  43.  
  44.           Drive Alpha.             Device
  45.           Assignment
  46.           ________________________________________________________________
  47.           A              Floppy #1 (Any floppy only controller)
  48.           B              Floppy #2 (Any floppy only controller)
  49.           C              Floppy #3 (Any floppy only controller)
  50.           D              Floppy #4 (Any floppy only controller)
  51.                                    (that supports 4 floppies)
  52.           E              Internal Geneve  Ramdisk                  800K
  53.           F              Internal Horizon Ramdisk 8 bit CRU >1400  256K
  54.           G              Internal Horizon Ramdisk 8 bit CRU >1600  256K
  55.           H              Internal Rave    Ramdisk
  56.           I              HFDC Emulate File                         800K
  57.           J              HFDC Floppy #1
  58.           K              HFDC Floppy #2
  59.           L              HFDC Floppy #3
  60.           M              HFDC Floppy #4
  61.           N              Internal Horizon Ramdisk 16 bit CRU >1400 800K
  62.           O              Internal Horizon Ramdisk 16 bit CRU >1600 800K
  63.           P              Internal Horizon Ramdisk 16 bit CRU >1500 800K
  64.           Q              Internal Horizon Ramdisk 16 bit CRU >1700 800K
  65.           R              Internal Horizon Ramdisk 16 bit CRU >1800 800K
  66.           S              Internal Horizon Ramdisk 16 bit CRU >1900 800K
  67.           T              Reserved for Future Expansion
  68.           U              Reserved for Future Expansion
  69.           V              Reserved for Future Expansion
  70.           W              Reserved for Future Expansion
  71.           
  72.           
  73.           DSK0           GPL Emulate file, any device.  
  74.                          If not assigned, no drives are shifted down by 1
  75.                          If assigned, all drives are shifted by 1 and lose
  76.                          DSK9.
  77.           
  78.           DSK1           Floppy "slot" 1, typical  A:
  79.           DSK2           Floppy "slot" 2, typical  B:
  80.           DSK3           Floppy "slot" 3, typical  C:
  81.           DSK4           Floppy "slot" 4, typical  D:
  82.           DSK5           Floppy "slot" 5
  83.           DSK6           Floppy "slot" 6
  84.           DSK7           Floppy "slot" 7
  85.           DSK8           Floppy "slot" 8
  86.           DSK9           Floppy "slot" 9
  87.           
  88.           
  89.           How to Use new REMAP Command:
  90.           
  91.           Note:  This command not available in 1.21F, only 1.21H due to
  92.                  memory restrictions.
  93.  
  94.           REMAP [slot][drive type]
  95.  
  96.           [slot]           uses options 0,1,2,3,4,5,6,7,8,9 
  97.  
  98.           [drive type]     uses options of A to W.
  99.  
  100.                Note:  There must be NO spaces between the values and only
  101.                       1 space following the REMAP command.
  102.  
  103.                       Also, a warm boot cancels ALL REMAP options until
  104.                       they are re-entered.
  105.           
  106.                       REMAP is effective when using GPL unless using code
  107.                       that accesses the device at hardware level
  108.                       [i.e. track copiers, etc., or probably using
  109.                       ROMPAGE].
  110.  
  111.           examples
  112.  
  113.           REMAP 9I
  114.                - remaps HFDC Emulate file (if available) to DSK9
  115.           REMAP 8I
  116.                - remaps HFDC Emulate file (if available) to DSK8
  117.           REMAP 4A
  118.                - remaps Floppy #4 to slot 1 to answer as DSK1
  119.           REMAP 0F
  120.                - remaps Horizon Ramdisk 8 bit CRU >1400 to GPL emulate
  121.                  file while using EXEC/GPL
  122.           
  123.           
  124.           
  125.           - Added new SETDSK command to CLI to make it internal to MDOS.
  126.           
  127.             Usage:
  128.           
  129.           SETDSK [drive number][head step][tracks]
  130.  
  131.           Note:  This command not available in 1.21F, only 1.21H due to
  132.                  memory restrictions.
  133.           
  134.             [drive number] is from 1 to 4 and is valid ONLY for floppy
  135.                            only controllers.
  136.           
  137.             [head step]    is from 0 to 3.  Vary settings, "usually" 0
  138.                            for optimal performance, but depends upon 
  139.                            floppy type.
  140.           
  141.             [tracks]       valid numbers are 4 or 8 to indicate 40 or
  142.                            80 tracks respectively.
  143.           
  144.           
  145.             Examples:
  146.           
  147.                SETDSK 104  sets drive 1, head step 0, 40 tracks
  148.                SETDSK 228  sets drive 2, head step 2, 80 tracks
  149.                SETDSK 308  sets drive 3, head step 0, 80 tracks
  150.           
  151.           
  152.             Notes:
  153.           
  154.                Must leave only one space between command and options and
  155.                you must not separate the numbers or error report will
  156.                follow.
  157.           
  158.           
  159.           - Added a new high speed video command to the CLI.  Turns the
  160.             Geneve video wait states on/off.  Default is left to wait
  161.             states enabled.
  162.           
  163.             Usage:
  164.           
  165.                VIDEO ON  turns video wait to high speed (0 wait states)
  166.                VIDEO OFF turns video wait to normal speed (1 wait state)
  167.                VIDEO     displays current CLI setting.
  168.           
  169.                Note:  Usage of GPL will reset this value and will require
  170.                       resetting to VIDEO ON, despite the speed it displays
  171.                       as GPL is "external" to MDOS.
  172.           
  173.                       Also, if using GENMOD and 0 wait MEMEX, some
  174.                       applications will run too fast and will require
  175.                       setting VIDEO OFF to not lose video display data as
  176.                       the 9938 Video Processor can not keep up with our
  177.                       fast CPU.
  178.          - Revised XOP >11 by:
  179.             correcting coding errors.
  180.             clearing the VDP EQ bit in R#46.
  181.             optimizing low level operations.
  182.          - Revised WRITETTY by:
  183.             Restoring >0C (Form Feed) to original function (clear screen and
  184.             home cursor), equivalent to >1A (^Z).
  185.             Adding X92719 to make character >19 (^Y) perform the "new Form
  186.             Feed" function of moving the cursor one position right.
  187.           
  188.           - Rerevised Memory management to be once again compatible with
  189.             the Myarc 512K card and allow normal memory acqusition.
  190.                - initial mod in V1.20 was incorrect for the Myarc 512K
  191.                  card.  Due to no way of positively identifying memory
  192.                  speed since switches can be manipulated, all memory cards
  193.                  with >1.0 MB will have pages >40 to >7F, and >C0 to >FF
  194.                  be 0 wait state (original Charlton concept).
  195.                      - solves HyperCopy timing problems and other "random"
  196.                        errors seen by people using the Myarc 512K card.
  197.  
  198.          - Revised Version number to V1.21 and Copyright to MDOS now
  199.            displays as the 9640 News Contributors representing those that
  200.            helped the buyout.
  201.          
  202.          - Version 1.21F will be last version that is 358 sectors.  All
  203.            others (if any) will exceed 358 sectors and no longer fit
  204.            SS/SD disks.
  205.  
  206.           FIXES V1.20
  207.  
  208.          - Applied KSCAN mode 8 fix to KEY1S
  209.          - Revised VID XOP'S >12 to >15.
  210.          - Modified XOP >35 to do range check on VDP register #.
  211.          - Modified Memory management to properly identify memory >1.0MB
  212.            to be 0 wait state
  213.          - Added CLI Hook back to MDOS
  214.          - Contains miscellaneous fixes by Paul Charlton from Version 0.97H
  215.