home *** CD-ROM | disk | FTP | other *** search
/ Emulator Universe CD / emulatoruniversecd1998.iso / CPC / Emulators / CPC52 / WHATSNEW.TXT < prev   
Encoding:
Text File  |  1997-04-28  |  9.4 KB  |  171 lines

  1. NEW in version 5.2:
  2.  
  3. - New sound emulation engine with support for Soundblaster (compatible),
  4.   Gravis Ultrasound, and Ensoniq Soundscape. 44kHz and stereo options.
  5.   Accurate recreation of tone frequencies and hardware envelopes. Optimized
  6.   for speed.
  7.   Unfortunately, the new GUS code is currently non-functional; it will be
  8.   fixed for a future version (if possible).
  9. - New FDC code, now 99% complete. All uPD765A commands, except Write ID,
  10.   are faithfully emulated. Most copy protected material can be processed
  11.   without problems.
  12. - Added support for high capacity disk images (eg. 80 tracks, double sided).
  13.   Usually requires the use of an expansion ROM such as VDOS or ROMDOS.
  14. - Scroll-Lock LED indicates any CPC disk activity.
  15. - New auto-calibrating joystick routines and support for two PC joysticks.
  16. - New, faster VESA graphics mode routines.
  17. - Optimized keyboard interrupt handler.
  18. - Completely redesigned user interface. An easy to use file selector is now
  19.   available to select snapshots and disk images. Files can be retrieved from
  20.   different drives, and from within ZIP archives. See the main
  21.   documentation for more details.
  22. - Fixed the snapshot support and maximized their processing speed.
  23. - Removed the "thin grey border" that was visible on some graphics cards in
  24.   800x600 VESA graphics mode.
  25. - Rewrote the CPESETUP utility to be more user-friendly.
  26. - Added spanish translation by Gerardo BriseƱo
  27.  
  28. As always, make sure you delete your old PREFS.CPE prior to starting
  29. CPESETUP!
  30.  
  31. -----------------------------------------------------------------------------
  32. NEW in version 5.1:
  33.  
  34. The following enhancements are available thanks to Ulrich Doewich:
  35. - Perfect sound emulation with GUS and Soundblaster cards. It supports all
  36.   features of the CPC sound chip.
  37. - FDC code completely rewritten. It now supports both CPD formats (normal and
  38.   compressed) as well as the old CPCEMU .DSK format and the extended .DSK
  39.   format. Copy protection should work fine, and .DSK files are now writeable.
  40.  
  41. Some other changes:
  42. - CPE2: Autocalibration of the frame rate. If you set the frame rate to 0 in
  43.   CPESETUP, CPE2 will figure out the best value that it can use while still
  44.   running at 100% the speed of a real CPC.
  45. - You can now change directories when selecting disk images. This may still
  46.   have bugs...
  47. - Some silly bugs fixed. Especially the good old
  48.   |TAPE:SAVE "FOO",b,&C000,&4000
  49.   effect should work again 8-) (Try it on a 386DX40 for best results)
  50. - Bug that would prevent CPE from working on some graphics cards removed
  51.   (Brad Thomas)
  52. - Joystick support rewritten not to use BIOS routines (which may not exist
  53.   on every machine) (Unai Uribarri Rodriguez)
  54. - French documentation (Emmanuel Roussin)
  55. - French keyboard support (Thierry Dymon)
  56.  
  57. Please, please always re-run CPESETUP when you get a new version of
  58. CPE, or the emulator will behave strangely!
  59.  
  60. -----------------------------------------------------------------------------
  61. NEW in version 5.0:
  62.  
  63. - CPE2 handles overscan a lot better. Scrolling is possible with F8,F9,
  64.   F11 and F12 if the CPC's screen does not fit in 320x200.
  65. - CPE2 can now use EMS memory without crashing programs that are run
  66.   after it. Consequently, EMS is now enabled by default.
  67. - CPE2 has new graphics modes. It is possible to select a resolution of
  68.   800x600 in 256 colors (VESA mode, your graphics card has to support that).
  69.   This has the following advantages over the old 320x200 mode:
  70.   * CPC mode 2 (640x200) is now displayed correctly; this can't be done in
  71.     a 320x200 resolution.
  72.   * Borders are painted, the screen is now a little smaller, which looks
  73.     somewhat nicer and resembles a CPC more closely. No garbage is left
  74.     over from previous screens.
  75.     As a result, the screen will always be centered as on a real CPC.
  76.   * All possible overscan resolutions are supported, nothing will ever be
  77.     truncated.
  78.   * 32k screens, used in many demos, are supported (only if EMS is on, it
  79.     would be painful to implement this without EMS).
  80.  
  81.   Unfortunately, you need good hardware for this. With a maximum screen
  82.   refresh rate of 50Hz (can be adjusted as usual in the setup), this requires
  83.   a transfer rate of 11MB/s for graphics emulation only. Even a P90 may be
  84.   unable to handle this. 25Hz refresh rate works fine, though, even on a VLB
  85.   486DX2-66 with a good video card.
  86.   To improve speed, you can turn off the borders, which will make the screen
  87.   refresh go much faster, but there will be blank spots on the screen that
  88.   may contain garbage from previous frames.
  89.   You can also reduce the number of displayed pixels to improve speed. The
  90.   screen will then only fill the upper left quarter of the display, leaving
  91.   most of the area blank. You lose most of the advantages of the 800x600
  92.   mode, but you'll still have full overscan and 32k screens.
  93.  
  94.   In this mode, it is possible to make CPE2 paint the menus not on a text
  95.   mode screen, but rather keep the high resolution, thus avoiding switching
  96.   frequencies too often. You should enable this, your monitor will thank you.
  97.  
  98.   There is a possibility that this mode does not work properly on your
  99.   graphics card - I tested it with two S3 cards, and it works. But on other
  100.   cards, the screen may be squeezed vertically, filling only the top half of
  101.   the display. Please tell me which graphics cards suffer from this.
  102. - CPE2 tries to emulate the 'split screen' technique that some demos use.
  103.   This works fairly well most of the time, but needs VESA mode to give good
  104.   results (320x200 is just too small). Use programs like "The Demo" or
  105.   "Voyage 93" to test this, most of the parts of these demos work fine now.
  106.   (The Demo needs to be on a .CPD file, not a .DSK file)
  107. - Bug fixes in the FDC part, in interrupt generation, and in OUT decoding.
  108.   I don't think I fully understand the way interrupts are generated in the
  109.   CPC. If you have any programs that worked in v4.8, and behave strangely
  110.   with the new version, please report this to me.
  111. - If you have configured your frame rate too high, CPE2 will still be slowed
  112.   down, but hopefully not quite as much as in previous versions.
  113. - As a side result of some other changes, CPE2 will now behave correctly if
  114.   the CRTC is programmed to 60Hz refresh rate instead of the usual 50Hz. On
  115.   a real CPC, this has the effect that most games either crash or work faster,
  116.   since they synchronize with the vertical blank interrupt.
  117. - Menus & setup program cleaned up a little. Some rather obsolete stuff
  118.   removed (things I invented to get a 1% speed increase out of my 386DX-40)
  119. - Diskfile & snapshot selection menus now "remember" the last file you
  120.   selected. You can jump to a specific file by typing the first character of
  121.   the name.
  122. - The setup program has a new option to turn off cassette messages, so there
  123.   won't be "Press Play then any key" or "Loading block ..." messages. This
  124.   is useful if you have software that expects to be on a floppy in the
  125.   TAPE directory; such software used to mess up title screens and such with
  126.   tape messages.
  127. - It should no longer be possible to crash the emulator by using a joystick
  128.   before calibrating it.
  129. - Maybe I fixed the disk menu crash that some people have seen. I can't
  130.   tell, I've never had it crash myself.
  131. - The snapshot saving routine is improved, there is a directory of snapshot
  132.   files, and you can edit your input.
  133. - The doc file is a bit improved, there are some additional hints (like,
  134.   giving the "-d" option to PKUNZIP when decompressing the archive...)
  135.   It should be somewhat easier to read and understand now.
  136.  
  137. -----------------------------------------------------------------------------
  138. NEW in version 4.8:
  139.  
  140. - Support for Gravis Ultrasound cards, thanks to Ulrich Doewich.
  141. - ROMs are included now. They are copyrighted by Amstrad and Locomotive.
  142.   Read CPE.DOC for more information.
  143. - A short program called STRIPES.BAS in the TAPE\ directory to calibrate
  144.   the 50Hz mode.
  145.  
  146. -----------------------------------------------------------------------------
  147. NEW in version 4.7:
  148.  
  149. - Bug fixes: CPE2.EXE sometimes crashed, and both versions had problems if
  150.   there was only a DISC, but no DISKS directory.
  151. - CPESETUP.EXE was compiled for protected mode and could only be run if
  152.   Borland Pascal was installed on the hard disk. Since I got only one
  153.   complaint, I can assume two possibilities:
  154.   a) No one ever called CPESETUP: This is bad, because this program is needed
  155.      to fine-tune CPE's behaviour for your computer.
  156.   b) Everyone got Borland Pascal: Well, maybe.
  157. - CPE2.EXE can now be made to refresh the screen only in intervals. This is
  158.   done in CPESETUP.EXE. For example, you might want to make CPE2 draw only
  159.   every second screen refresh. This will considerably speed up the emulation.
  160.   (CPE.EXE is not affected.) On a 486DX2-66 with a local bus video card, most
  161.   programs achieve full speed with this set to 1, i.e. every frame is drawn.
  162.   If the program becomes too slow, you may want to change the setting to a
  163.   higher value. There should be VERY FEW programs that require this to be set
  164.   to 3 on a 486DX2-66.
  165.   Only if this is set to 1 will graphics effects be smooth, provided your CPU
  166.   is fast enough to handle the high refresh rate.
  167. - better joystick emulation. You may want to try it. Warning: If you encounter
  168.   problems, because somehow the emulator does not react if you push the
  169.   joystick in a certain direction, try re-calibrating the joystick, but this
  170.   time don't push it to the full extent.
  171.