home *** CD-ROM | disk | FTP | other *** search
/ Merciful 3 / Merciful_Release_3.bin / software / e / emplant586dxsxemuv2.2.dms / emplant586dxsxemuv2.2.adf / Changes.txt next >
Text File  |  1995-08-15  |  5KB  |  117 lines

  1.  
  2. Changes to v2.2 (08/15/95)
  3. --------------------------------------------------------------------------
  4. * Fixed several problems with emulated instructions.
  5.  
  6. * New empser.device.  Attempted to help out with 230.4K connections.
  7.  
  8. * New uuibios.library.
  9.  
  10. * Corrected problem with some applications identifying the CPU type
  11.   improperly.  All applications that look at the CPU ID and Step
  12.   should report the CPU to be a 586 compatible.
  13.  
  14. * Re-wrote interrupt handlers.  All interrupts are handled by native
  15.   code.
  16.  
  17. * Corrected a few problems with PC MMU emulation.
  18.  
  19. * Added a new environment variable for empdisc.device.  Along with
  20.   'CD_Control', we have added 'CD_Type'.  Some discs have both MAC
  21.   and PC formats.  Currently, empdisc.device trys to find HFS (MAC)
  22.   format first.  So, if a disc has two formats, you would not normally
  23.   be able to see the PC compatible files.  By setting the environment
  24.   variable to "PC", all HFS (MAC format) data disc files are ignored.
  25.   The syntax for the set environment is:
  26.  
  27.   SetEnv CD_Type "PC"
  28.  
  29.   Place this line somewhere in your startup-sequence (like after
  30.   'SetEnv CD_Control "xxxx.device').
  31.  
  32.   Remember, the quotation marks ("") are REQUIRED.
  33.  
  34.   If you do not set the environment variable, then empdisc.device will
  35.   look for HFS format first, then ISO9660 format.
  36.  
  37. * Fixed a problem with multi-os.device.  If a single sector was
  38.   accessed and it had an error, the error was not returned.
  39.  
  40. * New VGA video driver.  Improved speed with 16 color graphics
  41.   (such as used with Windows).  Faster text out routines.  Added
  42.   graphic text for modes $0D-$13.  Added clear screen routines
  43.   for modes $0D-$13.
  44.  
  45. * New AGA specific video driver.  You can have one of three monitor
  46.   modes supported with a new environment variable 'PC_Video'.
  47.  
  48.   This driver will not show up in the available video drivers list if
  49.   you do not have an AGA capable machine!
  50.  
  51.   The three possible modes are:
  52.  
  53.   MULTISYNC - For use with Multisync monitors.  Give best overall
  54.               video sizes and depths.
  55.  
  56.   VGAONLY   - For use with 31.5Khz (VGA only) monitors.  No mode
  57.               will drop into the NTSC (15Khz) range.
  58.  
  59.   NTSC      - For use with 15Khz monitors.  
  60.  
  61.   The syntax for the set environment is:
  62.  
  63.   SetEnv PC_Video "MULTISYNC"
  64.  
  65.   If you do not setup an environment variable, then NTSC will be used
  66.   as the default type.
  67.  
  68.   You will NOT be able to use this driver (VGAVideoAGA) with mode
  69.   promotion to video boards!!
  70.  
  71. * New keyboard handler.  Corrects problems with stack overflow problems
  72.   on really slow machines.
  73.  
  74. * New mouse handlers.  Added BUS MOUSE support.  If you do NOT enable
  75.   the mouse support in the BIOS setup, then BUS MOUSE type of mouse
  76.   support is enabled.  If you DO enable the mouse support in the BIOS
  77.   setup, then PS/2 type of mouse support is enabled.  We HIGHLY
  78.   recommend NOT enabling the mouse support in the BIOS setup (therefore
  79.   using BUS MOUSE).  The BUS MOUSE generates fewer interrupts and will
  80.   result in very smooth mouse movement when used with Windows and other
  81.   programs that use graphical mouse pointers.  You WILL need a MOUSE
  82.   driver.  With DOS 6.2 and later, MSMOUSE is included.  This is
  83.   MicroSoft's mouse driver.  This driver will automatically detect
  84.   BUS MOUSE or PS/2 MOUSE setups.
  85.  
  86. * Made audio hardware-level instead of device level.  The priority is
  87.   set low enough that MOD players and such can steal channels away
  88.   from the emulation.  Using low-level hardware techniques greatly
  89.   improves the performance of PC speaker sounds.
  90.  
  91. * Added Turbo feature.  Some machines have memory that is so slow that
  92.   things can get bogged down to the point of hanging an application
  93.   (stock A4000s with 80ns+ memory are prone to having this problem).
  94.  
  95.   Three different CPU Turbo modes are available:
  96.  
  97.   Turbo Off - Normal operation.
  98.  
  99.   Turbo Level 1 - may increase the speed of the emulation in REAL mode
  100.   and will definately increase the speed in PROTECTED mode.
  101.  
  102.   Turbo Level 2 - less performance in REAL mode and optimal performance
  103.   in PROTECTED mode.  It is recommended that machines with slow memory or
  104.   68020 processors always use this mode.
  105.  
  106.   You lose no compatibility by using Turbo mode, however, some things
  107.   may not appear to be as smooth as with Turbo 'Off'.
  108.  
  109.   Windows runs in PROTECTED mode, so using a Turbo Level 1 (good) or
  110.   Turbo Level 2 (best) will speed things up quite a bit.
  111.  
  112.   DOS4GW games (DOOM, DOOM II, Dark Forces, etc.) all run in PROTECTED
  113.   mode.  Using Turbo Level 2 will make these games many times faster.
  114.  
  115.   Games like Wolf3D run in REAL mode and will run slower with Turbo
  116.   Level 1 or Turbo Level 2.  Use Turbo Off.
  117.