--- BasiliskII/ChangeLog 2001/01/04 19:50:22 1.45 +++ BasiliskII/ChangeLog 2001/03/11 14:24:03 1.56 @@ -1,4 +1,8 @@ -V0.8 (snapshot) - +V0.9 - + - Unix: some performance improvements to VOSF screen update code + [Brian J. Johnson] + +V0.9 (snapshot) - 17.Feb.2001 - adapted for mon V3.0 which is now the required minimum - UAE cpu: fixed a bug in the memory handlers preventing from correctly updating 15 and 16 bpp displays on big endian systems @@ -19,10 +23,19 @@ V0.8 (snapshot) - [Jürgen Lachmann] - AmigaOS: added MacsBug support (tested with MacsBug6.6.1), fixed bug [Jürgen Lachmann] + - AmigaOS: disabled 68060 Super Bypass mode because of CPU bug triggered + by MacOS 8 + - AmigaOS: implemented XPRAM watchdog task - AmigaOS/Unix/extfs_*.cpp: .finf helper file now stores complete FInfo/FXInfo, replaced get/set_finder_*() functions by get/set_finfo() - AmigaOS/Unix: it's possible to specify preferences items on the command line + - BeOS: implemented the "powerrom_cpu" CPU engine for BeOS/PPC that + uses the 680x0 emulator contained in an Apple PowerMac ROM to run + Basilisk II (ca. 4x speed improvement); when running on a BeBox, + a PCI PowerMac ROM image is needed to use this (the path name of the + ROM file can be set with the preferences item "powerrom", default + is "PowerROM") - include/macos_util.h: defines FOURCC() macro to make MacOS-like four-character-codes, replaced most instances of multi-character constants in the sources by this macro to avoid compiler warnings