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

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