*******************************************************************************
*
*               UAE Amiga PPC/WarpUp
*               History
*
*******************************************************************************

26. 9.1999      - First internal release
                - 0.8.9 R1.0

27. 9.1999      - FS bug fixed: ACTION_PARENT_FH and ACTION_CHANGE_MODE
                  (CHANGE_FH) were broken. This finally makes AmigaGuide
                  working correctly.
                - Another FS bug fixed in ACTION_FH_FROM_LOCK. Prevents
                  the 3.5 installer from trying to write onto the CD.
                - A bug in the posixemu code fixed, which could have made
                  files beeing deleted accidentally.
                - Enabled serial port emulation, even if it doesn't work
                  for now. The init code sets some bits, which are required
                  for lots of 3.5 tools.
                - Undo'd a change in ACTION_FIND_INPUT, which was
                  actually wrong.
                - Finally 3.5 seems to work fine (requires to enable
                  sound for installation, and serial for lots of tools)

 9.10.1999      - Changed the unix open() implementation
                - Implementation of truncate() was broken, corrected now.
                - Added MEM_SHORTCUTS feature, which should accelerate
                  memory accesses a bit.
                - Added 68K CPU emulator ASM optimizations. The speed
                  increase when running the workbench is noticeable.
                - Fixed a bug in cfgfile.c. The parameter 'cpu_speed'
                  didn't work, if a numeric parameter was given.
                - Added ASM optimizations for the planar-to-chunky
                  conversion. It doesn't give any visible advantage,
                  because it's neglectable compared to the rest of the
                  hardware emulation.
                - 0.8.9 R2.0

12.10.1999      - Reduced the amount of context switches.

13.10.1999      - Added a hack to avoid some weird overhead problem in
                  conjunction with AHI.

14.10.1999      - The filerequester for changing disks had wrong colors.

17.10.1999      - Corrected a prefetch logic error. Xenon2 works now
                  (you have to set 'cpu_compatible=yes').

18.10.1999      - Made FPU working.
                - New Hot-Key CTRL/SHIFT/ALT/F5 switches between fullscreen
                  and window mode. Doesn't work for amiga.gfx_mode=6, which
                  doesn't have a window mode.
                  NOTE: scrolling of overscanned screens doesn't work
                  anymore reliably, don't use that feature and wait for
                  a new and better implementation.
                - amiga.snd_volume now defaults to 100 and can be omitted

20.10.1999      - Fixed a problem in the disk code. Exchanging disks is
                  now much more reliable, which finally makes some games
                  working.

22.10.1999      - Integrated Bernd's new disk code, which fixes a lot
                  problems and makes a lot of games working.

28.10.1999      - Fixed a bug in the new disk code which could lead
                  to hangups.
                - Changed the serial hack to fix a problem with one
                  game.
                - Added a compiler fault workaround to fix another
                  problem.

29.10.1999      - Upgraded to master release 0.8.10
                - 0.8.10 R1.0

 3. 1.2000      - Upgraded to master release 0.8.11 (plus some of the
                  most recent patches of Bernd)
                - 0.8.11 R1.0

 9. 2.2000      - After a long time of intensive work, finished a
                  first prototype of the new hardware emulation core.
                - Some more ASM optimizations
                - Probably lots of things which I forgot to mention,
                  because of the work on the new code.
                - amiga.gfx_mode=6 now has a window mode, so it's
                  now possible to switch between triple-buffered
                  fullscreen mode and window mode.
                - The keyboard-driven reset didn't work right. Now
                  the mounted devices aren't gone anymore after a reset.
                - New default values: amiga.gfx_mode=6, amiga.snd_driver=ahi3

11. 2.2000      - Upgraded to 0.8.12
                - First official beta release. Two executables are
                  provided, one with the standard core and one with
                  the new one.
                - 0.8.12 R1.0

