home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 June / PCWorld_1999-06_cd.bin / software / temacd / vmacx / DOCS / CHANGES.LOG next >
Text File  |  1998-06-29  |  5KB  |  154 lines

  1. vMac/DOS release 0.1.9.5 changes log
  2. Yoav Shadmi (yoav@nettaxi.com)
  3.  
  4.  
  5. Changes from previous version (0.1.9.4) :
  6. ─────────────────────────────────────── 
  7.  
  8. BugFixes:
  9.    · Fixed a major reset bug.
  10.    · Sound-driver complete rewrite.
  11.    · Minor mouse fix.
  12.    · Several keyboard fixes.
  13.    · In overall the emulator should be a lot more stable.
  14.  
  15. Addons:
  16.    · SCC emulation by Weston D. Pawlowski.  This version features
  17.      an experimental printer support.
  18.    · Removed screen_draw.  No more slow bit-blitting in vMac!
  19.    · QuickDraw hack - Major speed increase and a bigger screen - 640x480.
  20.    · Threading.   Speeds vMac up quite a bit.  Plus, the instructions
  21.      counter was removed. 
  22.    · The different CPU and FPU emulations are recognized now.
  23.     
  24. Bugs:
  25.    · Only minimal SCC emulation.  Minimal printer support only.
  26.    · Only minimal SCSI emulation.  Can't handle devices yet.
  27.    
  28.  
  29. Changes from previous version (0.1.9.2) :
  30. ─────────────────────────────────────── 
  31.  
  32. BugFixes:
  33.    · Stable Reset key. [Through F12]
  34.    · Fixed bug with Interrupt key. [F11]
  35.    · Stable Disk-Insert routines.
  36.    · Additional mouse fixes.
  37.    · Removed keyboard remappings.
  38.    · Enhanced the Patch-Manager code.
  39.    · Major fix for Floppy Disk support.  Should work better now.
  40.    · Re-written screen-draw routine, and improved drawing algorithm.
  41.    · Removed Win95/OS2 detection routines.
  42.  
  43. Addons:
  44.    · A minimal SCSI hardware emulation, vMac is finally recognized
  45.      as a Macintosh Plus.
  46.    · An experimental IRQ design for vMac.  [Speeds things up quite a bit]
  47.    · Dump screen contents [640x480] to a .BMP file. [Through F8]
  48.    · Added some new stuff to the debugger [activated through F9]
  49.        · Breakpoints.
  50.        · Can redirect screen output to files.
  51.        · Can run scripts.
  52.        · Enable/Disable ROM write-access.
  53.        · Can dump the Mac cpu and memory state to a file, which can later be
  54.          used to resume from the saved location.
  55.        · Some new instruction stepping functions.
  56.        · Can shell back to DOS.
  57.        · For further information check "debug.txt"
  58.  
  59. Bugs:
  60.    · SCC is not fully emulated.  No printer/modem support yet.
  61.    · Only minimal SCSI emulation.  Can't handle devices yet.
  62.  
  63.  
  64. Changes from previous version (0.1.9.1) :
  65. ─────────────────────────────────────── 
  66.  
  67. Notes:
  68.    · This version [0.1.9.2] was never released to the public.
  69.    · This version does not work under Windows or OS/2. Sorry
  70.  
  71.  
  72. BugFixes:
  73.    · Fixed a nasty little bug in the mouse interface.  The mouse is now
  74.      faster and more sensitive.
  75.    · Re-coded the screen draw routine.  Should be faster.
  76.  
  77. Addons:
  78.    · Added some nifty new features to the debug mode.
  79.    · A patch manager module by Michael Hanny.
  80.    · A Windows / OS/2 detection routine.
  81.  
  82. Bugs:
  83.    · SCC is not fully emulated.  No printer/modem support yet.
  84.    · SCSI is not fully emulated.  No exteranl peripherals support yet.
  85.  
  86.  
  87. Changes from previous version (0.1.9) :
  88. ─────────────────────────────────────
  89.  
  90. BugFixes:
  91.    · Removed the old 60Hz timer handler that slowed version 0.1.9 down.
  92.    · Recompiled the m68k cpu using a faster assembly code.
  93.    · Recompiled to target 80486 and higher. vMac does no longer work
  94.      on 80386.
  95.  
  96. Addons:
  97.    · Added experimental sound support.
  98.    · Added experimental floppy-drive support.
  99.    · Reorganized the debug mode.  Added more options.
  100.  
  101. Bugs:
  102.    · SCC is not fully emulated.  No printer/modem support yet.
  103.    · SCSI is not fully emulated.  No exteranl peripherals support yet.
  104.  
  105.  
  106.  
  107. Changes from previous version (0.1.8.2) :
  108. ─────────────────────────────────────── 
  109.  
  110. BugFixes:
  111.    · Sony driver finally fixed! vMac can now copy files across disks. [thanks
  112.      to Hoshi Takanori and Bill Huey]
  113.    · Systems 7.0 through 7.5.5 now boot and work under vMac!
  114.    · Support for ESC and square brackets [was bugged in the previous version].
  115.    · The Mouse is clipped to the screen borders. [finally!] 
  116.  
  117. Addons:
  118.    · New 68k engine [derived from UAE 0.69] implemented in vMac. Support
  119.      for 68000, 68010, 68020 and 68020/68881!
  120.    · Insert/Eject floppy disks during run-time.
  121.    · Can skip memory test.
  122.    · Support for multiple config files.
  123.    · Command line support.
  124.    · Fatal Exceptions handler.
  125.    · Customizable keyboard mapping.
  126.    · Support for more external drives [up to 4].
  127.    · New 60hz interrupt timer [should be more accurate].
  128.  
  129. Bugs:
  130.    · SCC is not fully emulated.  No printer/modem support yet.
  131.    · SCSI is not fully emulated.  No exteranl peripherals support yet.
  132.  
  133.  
  134. Changes from previous version (0.1.8) :
  135. ─────────────────────────────────────── 
  136.  
  137. BugFixes:
  138.    · Fixed 2Mb and 4Mb Memory bug.
  139.    · Fixed Shift and CapsLock bug.
  140.    · Fixed Date/Time bug - Now uses host computer Date/Time values.
  141.    · Fixed 1sec. timer - vMac RTC is now sync'ed with the host RTC.
  142.  
  143. Addons:
  144.    · New MC68000_step routines that make MC68000_run re-entrant.
  145.    · Added a third drive.
  146.    · vMac now sets itself for optimal peformance using host CPU Speed.
  147.    · Reset and Interrupt switches accessible through the F-Keys.
  148.  
  149. Bugs:
  150.    · IWM is not fully emulated.  Cannot copy files across disks.
  151.    · SCC is not fully emulated.  No printer/modem support yet.
  152.    · SCSI is not fully emulated.
  153.    · Cannot run Mac OS system version 7.0.0 or higher.
  154.