home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / develop / sim_v1.72 / changes next >
Text File  |  1995-02-27  |  2KB  |  98 lines

  1.  
  2.  
  3.                      CHANGES AND BUGFIXES since v1.70
  4.                      ================================
  5.  
  6.  
  7.  
  8.  
  9.  
  10. SIM v1.71 distribution:
  11. =======================
  12.  
  13.  
  14. SIM:
  15.  
  16.     - If access scan was sucessful, wrong text was printed in 68000
  17.       version. Bug fixed.
  18.  
  19.     - Amiga-Z Shortcut to enable EA calculation while tracing and
  20.       for condition BKPTs.
  21.  
  22.  
  23. SIMBug:
  24.  
  25.     - Under 68000 an address error happenend when an old copy of
  26.       SIM was found at startup. That's what happens when you develop
  27.       under 68030 :). Bug fixed.
  28.  
  29.  
  30. bug.libfile30:
  31.  
  32.     - The definitions for dos.library were wrong from the vector Cli().
  33.       Bug fixed.
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40. SIM v1.72 distribution:
  41. =======================
  42.  
  43.  
  44. SIM:
  45.  
  46.     - The delay value for the handshake in the keyboard routine was
  47.       too small for certain accellerated A2000B models. The delay 
  48.       value is now individually calculated to ensure a delay of
  49.       85 microseconds.
  50.  
  51.     - Performance calculation failed on 68040 because of prefetch
  52.       problems with RTE, causing all disk commands not to work. 
  53.       Bug fixed.
  54.  
  55.     - Enable/disable function key shortcuts printed wrong text for
  56.       F10. Bug fixed.
  57.  
  58.     - Interrupt lockup problem solved! If either interrupt level 2
  59.       or level 3 locks up because of an interrupt request from an
  60.       external device (i.e. a harddisk controler), SIM will now
  61.       automatically exit, execute the corresponding interrupt
  62.       handler and return through the JSR entrance.
  63.  
  64.     - Bug in assembler fixed. MOVEM <EA>,<REGLIST> was disassembled
  65.       to a location 4 bytes above the desired destination.
  66.  
  67.     - SIM will now wait until blitter DMA has finished before disabling
  68.       it. Stopping the blitter in the middle of its work caused problems
  69.       in certain situations.
  70.  
  71.     - Some command's output didn't send a <CR> when the printer was on.
  72.       Bug fixed.
  73.  
  74.     - Debugger window open by default now.
  75.  
  76.  
  77. SIMBug:
  78.  
  79.     - If SIM was quitted from the wrong process, a requester is now
  80.       displayed, leaving the choice to either continue or to suspend
  81.       the process.
  82.  
  83.  
  84. PostSIM:
  85.  
  86.     - Added task list command.
  87.  
  88.     - Added task interception feature.
  89.  
  90.     - Problem with task traphandlers solved. In earlier versions it
  91.       happened that when PostSIM terminated, it attempted to restore
  92.       the traphandlers of tasks which already didn't exist any more.
  93.  
  94.     - Some general improvements done. :)
  95.  
  96.  
  97.  
  98.