home *** CD-ROM | disk | FTP | other *** search
/ The Amiga Game Guide / AmigaGameGuide_CD.iso / Amiga / Tools / WHDLoad / Docs / History.txt < prev    next >
Text File  |  1977-12-31  |  23KB  |  462 lines

  1.  
  2. ***  10.6 (01.03.2000)
  3.     - new:    when using Snoop*/S on 68060, accesses to custom register
  4.         using the SSP in predecrement or postincrement address mode
  5.         will detected and appropriate requester will be displayed,
  6.         such accesses must be patched to make Snoop*/S working on
  7.         68060
  8.     - fix:    WHDLoad no longer quits if the SSP is equal to the end of
  9.         ExpMem on calling a resload function
  10.     - chg:    DIC can skip multiple tracks now
  11.  
  12. ***  10.5 (23.01.2000)
  13.     - chg:    DIC reworked, new option SKIPTRACK/K/N to one skip track (e.g.
  14.         RN-Copylocks), new option PEDANTIC/S used in install scripts
  15.         for better error handling
  16.         documentation for DIC improved
  17.         install script "DIC Install" improved
  18.     - chg:    documentation and install scripts adapted for the new address
  19.         of WHDLoad's WWW-Page (www.whdload.org)
  20.     - chg:    the slave load routine has been improved, the slave may now
  21.         contain symbol hunks and the length in the hunk header may
  22.         differ from the length in the hunk itself
  23.     - chg:    sources and includes reworked a bit, better support for 
  24.         different assemblers
  25.  
  26. ***  10.4 (13.10.1999)
  27.     - fix:    resload_SaveFileOffset was broken in 10.3, as a result some 
  28.         installs have crashed on saving games/highscores (thanks to
  29.         MIcK for report)
  30.     - fix:    WHDLoad no longer crashes if Snoop*/S will be enabled on
  31.         68040 equipped machines (thanks to Joona Palaste for report)
  32.     - fix:    detection of old rnc1 format improved, now Aladdin works again
  33.         (thanks to Ungi for report)
  34.     - chg:    dbffix.s and keyboard.s from the src/sources/whdload directory
  35.         reworked
  36.  
  37. ***  10.3 (22.09.1999)
  38.     - fix:    ws_CurrentDir in conjuction with slaves and ws_Version < 4 did
  39.         not work in WHDLoad v10.2 (e.g. MegaLoMania installion slave,
  40.         thanks to Ungi for report), now it works again
  41.     - chg:    parts of the exception handlers rewritten, a detected Freezer
  42.         will be also activated on Access Fault, Privilege Violation
  43.         and Unimplemented Integer Instruction; that simplifies debugging
  44.     - chg:    WHDload is overlayed now, that saves some memory at runtime
  45.         and shortens the executable
  46.     - new:    emulation of CMP2 for 68060 added (e.g. Overkill/Mindscape, 
  47.         Roots/Sanity), emulation of movep and mul32 optimized for
  48.         superscalar dispatch
  49.     - chg:    if option SplashDelay is set to 0 no splash-window will be
  50.         displayed
  51.     - chg:    docs reworked (thanks to Codetapper for doing that)
  52.     - chg:    some other minor changes
  53.  
  54. ***  10.2 (07.07.1999)
  55.     - fix:    bug in cache handling removed, the cache was always off if
  56.         MMU is not used by WHDLoad in versions 10.0 and 10.1 (Graham)
  57.     - chg:    install template for RawDIC installes improved (Graham)
  58.     - new:    partial mul64 emulation for 68060 added, supports only
  59.         "muls.l dn,dn:dn" at the moment (used in Sanity-Roots)
  60.     - fix:    quit key display in the splash window fixed (Graham)
  61.     - chg:    extra memory (ws_ExpMem) can be specified as optional now,
  62.         see autodoc for more info (Graham & John Girvin)
  63.     - new:    program crc16 done by John Girvin added to the dev package
  64.  
  65. ***  10.1 (20.06.1999)
  66.     - fix:    bug in resload_SetCACR which makes it impossible to enable 
  67.         caches fixed, the bug has been introduced in version 10.0 
  68.         (Graham)
  69.     - fix:    some internal changes
  70.  
  71. ***  10.0 (08.05.1999)
  72.     - chg:    SP has got some new options
  73.     - fix:    a bug in sources/whdload/stfix.s removed
  74.     - chg:    resload_Relocate uses less stack now
  75.     - new:    function resload_ProtectSMC to automically detect self
  76.         modifying code (see autodoc)
  77.     - new:    function resload_SetCPU to allow more accurate control over
  78.         the cachebility of certain memory regions and to allow
  79.         control over 68060 specific cpu configuration
  80.     - chg:    option NoDCache has been removed (simplify cache managment)
  81.     - new:    function resload_Patch to handle patchlists, i'm wondering
  82.         why this hasn't implemented earlier :), useful especially
  83.         to patch stuff in expansion memory
  84.     - fix:    whole decruncher stuff reworked, support for old rnc1-data
  85.         format added, all decruncher a5/a6 save, optimized, less
  86.         stack usage...
  87.     - fix:    expansions memory (ws_ExpMem) is also aligned to $1000 if no
  88.         MMU is available or MMU is unused by WHDLoad (Graham)
  89.     - fix:    possible deadlock in the switch routine (OS<->Install)
  90.         removed (Graham)
  91.     - new:    information window on startup (while preload) added, it shows
  92.         infomations about the installed program, the Slave and the
  93.         actual QuitKey, informations about program and Slave are taken
  94.         from an expanded Slave-structure (see include and autodoc
  95.         files), if a Slave with version prior 10 is used WHDLoad
  96.         displays only the name of the installed program which will be
  97.         build from the name of the Slave
  98.         how long the information window is displayed can be changed
  99.         with the new option SplashDelay/N
  100.         (information window is inspirated by MrLarmer on 7.7.1998,
  101.         nothing gets lost here :)
  102.     - chg:    include file "whdload.i" splitted into "whdload.i" which
  103.         contains WHDLoad base defines and "whdmacros.i" containing
  104.         optional defines and macro definitions
  105.  
  106. ***  9.2 (15.03.1999)
  107.     - fix:    3 enforcer hits removed (Juergen Urbanek, Hubert Maier jun.),
  108.         there are still some hits left to the vector table, but these
  109.         are required for normal operation and cannot be removed
  110.     - fix:    bug in decruncher for Imploder files fixed (MrLarmer),
  111.         this bug was introduced in version 9.0
  112.     - chg:    there are no longer distortions in gfx display and sound
  113.         replay due disabled interrupts during loading from preloaded
  114.         data (resload_LoadFile, LoadFileDecrunch, LoadFileOffset,
  115.         DiskLoad)
  116.     - new:    option NoFilter/S to disable the audio filter, can be set
  117.         globally using S:WHDLoad.prefs or locally using Tooltypes
  118.         (Roderick Mouthaan)
  119.     - new:    program RawDIC by Graham/Oxyrone to create images from non
  120.         standard floppy disks formats, it replaces Patcher as prefered
  121.         tool for this task
  122.     - chg:    documentation reworked
  123.  
  124. ***  9.1 (15.02.1999)
  125.     - new:    WHDLTAG_TIME_GET to get actual date and time (MrLarmer)
  126.     - fix:    problems with some 68030 systems fixed (WHDLoad uses some
  127.         special hardware features in conjunction with the MMU
  128.         related operations, some hardware does not support this
  129.         (Apollo A630 and Magnum MK2 are known for this), on such
  130.         systems you can't enable the MMU/S option - otherwise the
  131.         machine will hang) (reported by Chris Thomas, Maxim Ilyn
  132.         and Jess Sosnoski)
  133.  
  134. ***  9.0 (17.01.1999)
  135.     - chg:    performance of resload_LoadFileDecrunch improved
  136.     - chg:    access fault handler for 68030 rewritten:
  137.          - better performance
  138.          - cia snooper implemented
  139.            - icm and alarm will be saved and dumped
  140.            - setting overlay bit (ciaa.pra) catched
  141.            - setting motor/step (ciab.prb) catched
  142.            - bad writes to ddra/ddrb catched
  143.          - blitsize check fixed, supports all except line-mode now
  144.            (ascending/descending mode, negative modulos, odd pointers
  145.            and odd modulos)
  146.          - a callback function can be setup (resload_Control) which
  147.            will called by WHDLoad if an Access Fault occurs, the
  148.            function can modify the bad access and decide if the
  149.            program should be continued or terminated, see autodoc for
  150.            further infos
  151.     - fix:    potgo set to input mode now, fixes right mouse button problem
  152.         with ArcherMcLeanPool and JimmyWhiteSnooker (MrLarmer)
  153.     - new:    WHDLTAG_VERSION_GET, WHDLTAG_REVISION_GET, WHDLTAG_BUILD_GET
  154.         for usage with resload_Control to get the major and minor
  155.         version number and the build number of WHDLoad currently
  156.         running, the build number is granted to be uniq and can be
  157.         used to distinguish between different sub versions (MrLarmer)
  158.     - new:    pressing Ctrl-Amiga-Amiga will cause WHDLoad to quit,
  159.         depending on machine speed this may avoid cold reboots due a
  160.         not restored execbase (Graham)
  161.     - fix:    Snoop works again on 68060, was broken in 8.2
  162.     - chg:    the vector table is not write protected if Snoop on a 68060 is
  163.         enabled
  164.     - new:    option ReadDelay/N to cause WHDLoad to wait some time between
  165.         reading files from disk and switching the OS off (Jeff)
  166.     - new:    flag WHDLF_EmulTrapV to forward exceptions to the zero page
  167.         handler if the vbr is moved (Graham)
  168.  
  169. ***  8.2 (19.12.1998)
  170.     - chg:    the vector table (VBR) is write protected now, to catch
  171.         invalid to accesses to it (MrLarmer), requires that the MMU
  172.         is used by WHDLoad, NoVBRMove is not set and no freezer is
  173.         detected by WHDLoad in memory
  174.     - fix:    problems with PAL and NTSC in conjunction with Picasso 96
  175.         monitor drivers fixed (Tim Kovack)
  176.  
  177. ***  8.1 (13.12.1998)
  178.     - chg:    detection of HrtMon 2.24 implemented
  179.     - fix:    Access Fault in resload_Relocate removed
  180.     - new:    some changes and enhancements for HrtMon 2.25
  181.     - fix:    Snoop works again for 68030 machines (was broken in v8.0)
  182.     - chg:    all unsaved registers after executing a resload function
  183.         (D0-D1/A0-A1 as far as they don't contain a return code)
  184.         will be destroyed explicit now, for compatibility reasons
  185.  
  186. ***  8.0 (22.11.1998) not public released!
  187.     - chg:    if the write offset for a resload_SaveFileOffset operation
  188.         lies outside the current length of the file and therefore
  189.         the file must be enlarged before writing, WHDLoad tries now to
  190.         fill this area with $ee, if there is not enough memory
  191.         available for this, WHDLoad falls back to the old style by
  192.         using dos.SetFileSize(), with the result that the enlarged
  193.         area will contain random data
  194.     - fix:    deadlock in switch routine fixed which occured when lightpen
  195.         has been activated (e.g. "Die Hard 2")
  196.     - fix:    cia's will be completly initialized by WHDLoad now, and also
  197.         better handled during switch
  198.     - chg:    also disk images will be cached dynamically now
  199.     - fix:    small bug in DIC removed (MrLarmer)
  200.     - fix:    resload_LoadFileOffset accepts also parameters upto the
  201.         BaseMem bound now (DarkAngel)
  202.     - new:    flag WHDLF_NoKbd to allow NoVBRMove also for programs which
  203.         doesn't check the keyboard from the PORTS ($68) interrupt
  204.     - new:    function resload_Relocate to relocate an standard AmigaDOS
  205.         executable in memory, beware: uses a lot of stack and is not
  206.         tested with all hunk types, see autodoc for more details
  207.     - new:    function resload_Delay to wait a specified time or a button
  208.         to be pressed (time independed from PAL/NTSC display)
  209.     - new:    slave can request expansion memory (fast memory) now
  210.         ATTENTION: slave structure has been enlarged
  211.     - new:    TDREASON_MUSTREG (DarkAngel)
  212.     - new:    WHDLTAG_IOERR_GET for usage with resload_Control to check if
  213.         all names have been fitted in resload_ListFiles and to
  214.         distinguish a file with a size of 0 from an nonexistent file
  215.         in resload_GetFileSize (Harry)
  216.     - new:    option D/S for debuging, if enabled the software freezer
  217.         (Hrt/TK) will be activated at the first instruction of the
  218.         Slave
  219.     - new:    flag WHDLF_EmulLineA to emulate Line-A opcodes if the vbr is
  220.         moved
  221.     - new:    function resload_DeleteFile to delete files (MrLarmer)
  222.     - new:    program SP which can save iff pictures from the new coredump
  223.         files created by WHDLoad, works for most standard picture
  224.         formats (Snoop* is required of course)
  225.     - new:    sources for all programs except WHDLoad included, please note
  226.         that most of them are copyrighted
  227.     - chg:    many internal changes, also the problems with BloodMoney and
  228.         CelticLegends seems to have been solved
  229.     - fix:    Restart should work reliable now
  230.     - fix:    small bug in ITD removed (Harry)
  231.  
  232. ***  7.0 (01.07.1998)
  233.     - chg:    new revision scheme, version number of WHDLoad is now equal to
  234.         highest possible version number for a Slave, separate build
  235.         number
  236.     - new:    new tag for resload_Control to setup a function to restore
  237.         destroyed custom registers during switch between OS and
  238.         installed program (Harry)
  239.     - chg:    functions resload_LoadFileOffset, resload_SaveFile and
  240.         resload_SaveFileOffset can be used with a filesize of zero now
  241.         (Harry)
  242.     - chg:    the functions resload_Protect#? are checking now if the
  243.         protected area matches the current SSP, if it does, WHDLoad
  244.         will stop and show a requester "Unacceptible Arguments", this
  245.         has been build in to reduce the likelihood of a Double Bus
  246.         Fault, thanks to Mr Larmer for reporting this problem
  247.     - fix:    check of workbench arguments a bit more secure now
  248.     - new:    new Slave flags WHDLF_Req68020 and WHDLF_ReqAGA, new
  249.         TDREASON_REQ68020 and TDREASON_REQAGA, new tag
  250.         WHDLTAG_CHIPREVBITS_GET for resload_Control, to handle
  251.         programs which require a MC68020 or the AGA Chip Set (Mr
  252.         Larmer)
  253.     - new:    TDREASON_MUSTNTSC and TDREASON_MUSTPAL to terminate if the
  254.         installed program requires a specific display which isn't
  255.         enabled (Mr Larmer)
  256.     - chg:    PreLoad now collects also files from sub directories
  257.     - chg:    example sources (slaves/imager) reworked to assemble with
  258.         Asm-Pro v1.12 (still some problems with labels in macros,
  259.         but this is a problem of AsmPro)
  260.     - new:    support for additional NewIcon in Install Templates (MrLarmer)
  261.  
  262.     the following problems are known and still unsolved:
  263.      - no exit possible from BloodMoney/CelticLegends
  264.      - Nitro does hang with PRELOAD enabled, use WHDLoad v0.608 or disable
  265.        PRELOAD to go around this
  266.  
  267. ***  1.92 (08.06.1998)
  268.     - fix:    problem with Clown'o'mania (©1989 Starbyte) does not work with
  269.         WHDLoad v1.1 has been fixed, the reason was a different
  270.         initialized ciaa.icr.tb    bit, to fix this and future problems
  271.         WHDLoad does init the CIA interrupt mask explicit now, all
  272.         interrupts are disabled    except the CIAA SP interrupt (used for
  273.         keyboard) which is enabled. I have tried some installs and it
  274.         seems to work ok, anyway it is possible that some installs may
  275.         no longer work because they may expect that some interrupts
  276.         are already enabled on startup - these installs must be fixed
  277.         for this new WHDLoad
  278.     - new:    TDREASON_OSEMUFAIL to support the OS emulation module
  279.     - chg:    the message for instruction stream access faults has been
  280.         corrected (Harry)
  281.     - new:    option Expert/S, this option must be enabled to make core
  282.         dumps using the DebugKey/K/N now, the option has been added to
  283.         avoid that normal users press the wrong key by mistake (Harry)
  284.     - new:    options ExecuteStartup and ExecuteCleanup to execute a command
  285.         at start and at end of WHDLoad
  286.  
  287. ***  1.1 (25.05.1998)
  288.     - fix:    stack usage on resload_Decrunch and resload_LoadFileDecrunch
  289.         decreased, speed of RNC1 decrunching improved a lot, its a
  290.         really a good idea to patch the decrunch routine in games
  291.         with resload_Decrunch if it uses RNC1 !
  292.     - new:    DIC can create partial images now (option SIZE/K)
  293.     - new:    WHDLoad performs now a "SetClock LOAD" at exit
  294.     - fix:    some minor fixes in the gfx degrading routine
  295.     - fix:    disk-dma check in os-switch modified, it switches dma off now
  296.         instead of showing the white-color-cycle-bug-screen
  297.         (because it's nowhere documented else: red - copper cannot
  298.         switched off, blue - ints cannot switched off, green - blitter
  299.         is busy but dma is off; after pressing LMB WHDLoad continues
  300.         but it's undefined what will happen)
  301.     - new:    new program "ITD" (ImageToDisk) to write disk images back to
  302.         floppy or RAD: can format the disk, can write partial images,
  303.         no verify, see documentation for more info
  304.     - fix:    problems with second copperlist on reactivating os graphics
  305.     - new:    blitter wait check if SnoopOCS/ECS/AGA enabled
  306.     - new:    if available whdload will use reqtools.library instead
  307.         intuitions requesters now, because they are screen centered
  308.         and have better keyboard support
  309.     - new:    with SnoopOCS/ECS/AGA all cpu used custom registers will be
  310.         dumped now
  311.     - chg:    tooltypes NTSC/PAL will now affect the display init routine
  312.         (Intuition.OpenScreen()) therefore you need the appropriate
  313.         monitor files installed
  314.     - new:    functions resload_Protect#? to snoop memory accesses in various
  315.         ways, very useful for developer... (requested by MrLarmer)
  316.     - new:    function resload_LoadFileOffset which is similar to
  317.         resload_DiskLoad but for files
  318.     - new:    flag WHDLF_NoDivZero for ws_Flags to prevent WHDLoad from exit
  319.         if a "Division by Zero" exception occurs
  320.     - chg:    all resload functions has been reworked to no longer modify
  321.         registers a5 and a6, this solves problems with demos/games
  322.         which expect that the contens of these registers are valid
  323.         also in an interrupt, for example SWIV expects a5=global-data
  324.         and a6=custom-base, the only exception from this rule are the
  325.         functions resload_Decrunch and resload_LoadFileDecrunch when
  326.         working on rnc packed files, in this case a5 is temporarly
  327.         used (it is a bit hard to rewrite the whole decrunch
  328.         routines and I'm low on time of course...)
  329.         in general it is a good idea if the program you like to
  330.         install does'nt work with WHDLoad to check the interrupt
  331.         routines, if the interrupts make assuptions similar the above
  332.         (e.g a4=anything) you have to disable the interrupts before
  333.         calling any resload function and reenable after
  334.     - chg:    WHDLoad checks now the current stackpointer each time the
  335.         Slave calls a resload function, if the SP is lower than $180
  336.         or outside the BaseMem area the program will be terminated and
  337.         WHDLoad shows a requester about, this should avoid problems
  338.         like destroyed vector tables or deadly double Access Faults
  339.         in conjunction with an enabled Memory Protection
  340.     - chg:    it is no longer required that SetPatch is executed before
  341.         WHDLoad on 68040/68060 equipped machines because WHDLoad
  342.         determinates the current CPU itself now
  343.     - chg:    for 68060 only (68040 also??): the newer versions of
  344.         68060.library (starting v41.1) does remap the memory $0-$1000
  345.         (the first page) to a fast mem location using the MMU, this
  346.         will make major problems if the    option NoMMU is activated: in
  347.         this case WHDLoad will not change any MMU related registers
  348.         and this address translation will remain intact !!!
  349.         if the installed program tries to use this area for any dma
  350.         actions (e.g. a copperlist in this area) the results will be
  351.         unforeseeable, because the cpu will read/write the fast-mem
  352.         location and dma's the real chip-mem which contains random
  353.         data !!!
  354.         I don't want to disable the NoMMU option for 68040/060
  355.         machines, therefore the following has been changed: the
  356.         longword at address $1000 does now contain the value -2 which
  357.         is the copper instruction cend (was on address $300 in earlier
  358.         WHDLoad versions), the minimum BaseMemSize has been increased
  359.         to $2000. If NoMMU is selected and the above mentioned
  360.         address translation is active an requester will inform the
  361.         user about the existing problem.
  362.     - new:    options ButtonWait/S and Custom1/K/N ... Custom5/K/N for
  363.         slave specific things (requested by Harry)
  364.     - chg:    WriteDelay/K/N does also affect the FileLog/S feature now,
  365.         this means that after each write to the logfile WHDLoad will
  366.         wait the time specified via WriteDelay/K/N to minimize the
  367.         danger of filesystem corupption
  368.     - chg:    install scripts has been reworked, PLEASE check them !
  369.     - chg:    sources has been changed and new added, PLEASE check them !
  370.     - chg:    WHDLoad is shareware now, read documention for more info
  371.  
  372. ***  0.608 (03.09.1997)
  373.     - new:    all configuration stuff rewritten, global config file
  374.         see guide for more informations
  375.     - chg:    SURVIVERESET removed (obsolete I think)
  376.     - new:    support for HrtMon 2.1 and ThrillKill 1.04 implemented
  377.         (auto detect and NMI forwarding)
  378.     - new:    function resload_Control to get the AttnFlags
  379.     - fix:    enforcer hit in resload_SaveFile removed
  380.     - new:    function resload_SaveFileOffset for partial writes
  381.     - chg:    ws_DontCache works now also for preload of disk images
  382.         file preload does no longer loads "(ReadMe|#?.(info|slave))"
  383.         ("Disk.#[0-9]" also not as before)
  384.     - chg:    better support for NTSC amigas (Raymond Earle)
  385.     - new:    option PAL/S to force PAL display on NTSC amigas
  386.     - new:    options Cache/S,DCache/S,NoDCache/S to allow full user
  387.         control over the caches
  388.     - new:    using MMU for memory protection and cache managment (!!!)
  389.     - new:    Quit/Debug-key managment trough new options QuitKey/K/N and
  390.         DebugKey/K/N, every new slave should support this via the
  391.         slave version 4 extensions ws_keydebug and ws_keyexit,
  392.         see one of the example slave sources for an example
  393.     - chg:    on whdload is writing data (resload_SaveFile) it will do a
  394.         special check for RAM: now, so it is possible to use RAM:
  395.         as installation destination now
  396.     - chg:    macros patch and patchs optimized
  397.     - new:    more sources added to the package
  398.  
  399. ***  0.322 (25.06.1997)
  400.     - fix:    sometimes whdload has quit on random keystrokes if the vbr was
  401.         moved
  402.     - fix:    deadlock problems in OS-Swap routine
  403.     - new:    option COREDUMP to make a dump even on TDREASON_OK
  404.  
  405. ***  0.288 (16.06.1997)
  406.     - fix:    sprite dma switching off
  407.     - chg:    ws_ExecInstall can be set to zero now (disables SURVIVERESET)
  408.     - new:    ws_keys, whdload manages quit key self (see autodoc)
  409.     - new:    whdload handles all MMU stuff, result is that whdload is now
  410.         Enforcer/Cyberguard and VMM proof
  411.     - new:    ** vbr shadowing ** (see autodoc)
  412.         tooltype NOVBRMOVE added to disable that
  413.     - new:    slave flag EmulTrap for ws_Flags
  414.     - chg:    execbase changed from $ffff0000 to $f0000001
  415.         (any use of this should create an "Address Error" exception)
  416.     - chg:    Data Cache is always off and cannot be enabled via
  417.         resload_SetCACR
  418.     - fix:    resload_FlushCache fixed for 040/060
  419.     - fix:    register dump changed a lot
  420.     - new:    exitcode TDREASON_WRONGVER indicating a bad program version
  421.     - chg:    all registers have now a defined value at startup
  422.     - fix:    filelog output fixed for data writes
  423.     - new:    Patcher, FindAccess, Cmp added to the package
  424.         autodoc, include and guide updated
  425.         Install templates added
  426.  
  427. ***  0.163 (02.03.1997)
  428.     - fix:    better handling of trackdisk.device, headpos is flashed always now
  429.     - new:    trackdisk errors as text instead numbers
  430.     - new:    whdload option NOAUTOVEC (see whdload.guide)
  431.  
  432. ***  0.147 (31.01.1997)
  433.     - fix:    on slave load failed, we were in an endless loop
  434.     - new:    function resload_CRC16 implemented
  435.  
  436. ***  0.143 (07.01.1997)
  437.     - fix:    restart point changed, that slave will be reloaded (static vars)
  438.     - new:    status of cia timers added to register dump
  439.     - new:    cia timer handling improved
  440.     - fix:    ISP/MSP highlighting on user-mode
  441.     - chg:    file cache changed, resload_GetFileSize from cache,
  442.         resload_SaveFile to cache, now ws_DontCache is nearly obsolete
  443.     - chg:    PRELOAD changed, caches now automatically diskimages and files,
  444.         independent from WHDLF_Disk
  445.     - fix:    resload_SaveFile checks now for disk validation and free space to
  446.         avoid deadlocks
  447.     - fix:    file loading from cache has always copied one byte to much
  448.     - fix:    WRITEDELAY parsing on CLI-start
  449.     - new:    resload_DiskLoadDev for install slaves (see autodoc)
  450.     - chg:    better error detection on slave-whdload interface
  451.     - chg:    Macros in whdload.i improved
  452.  
  453. ***  0.88  (24.11.1996)
  454.     - file logging implemented
  455.     - register dump improved
  456.     - dump file names changed (now PROGDIR:.whdl_#?)
  457.     - on TDREASON_DEBUG sr and pc now taken from primary/secondary result
  458.     - InstallBB added to the package
  459.  
  460. ***  0.41  (05.09.1996)
  461.     - first public release
  462.