1 |
< |
V0.8 (snapshot) - <date> |
2 |
< |
- adapted for mon V3.0 which is now the required minimum |
1 |
> |
V0.9 (release 0.9-1) - 31.May 2001 |
2 |
> |
- final adjustments for 0.9 release |
3 |
> |
|
4 |
> |
V0.9 (snapshot) - 29.May 2001 |
5 |
> |
- added help for command line arguments, PrefsInit() now removes |
6 |
> |
all processed options |
7 |
> |
- serial_unix.cpp: input/output_thread_cancel weren't initialized |
8 |
> |
[Kolja Waschk] |
9 |
> |
- Unix: some performance improvements to VOSF screen update code |
10 |
> |
[Brian J. Johnson] |
11 |
> |
- Unix: renewed SIGSEGV support functions. Side effect: configure |
12 |
> |
script cleanups and probable Direct Addressing/VOSF support for |
13 |
> |
other platforms (NetBSD, AIX, OSF/1, Irix) [Gwenole Beauchesne] |
14 |
> |
- Unix: -Ofast option is supplied to MIPSPro compiler [Brian J. Johnson] |
15 |
> |
- Unix: workaround for IRIX pthreads bug in Delay_usec() |
16 |
> |
[Brian J. Johnson] |
17 |
> |
- Unix: FreeBSD configure script cleanups [Michael Alyn Miller] |
18 |
> |
- Unix: ether_linux.cpp moved and renamed to ether_unix.cpp, now |
19 |
> |
also works with the tap driver under FreeBSD [Michael Alyn Miller] |
20 |
> |
- BeOS: fixed some bugs in the extfs file types handling |
21 |
> |
- AmigaOS: SCSI buffer type can be selected |
22 |
> |
|
23 |
> |
V0.9 (snapshot) - 17.Feb.2001 |
24 |
> |
- adapted for cxmon V3.0 which is now the required minimum |
25 |
|
- UAE cpu: fixed a bug in the memory handlers preventing from |
26 |
|
correctly updating 15 and 16 bpp displays on big endian systems |
27 |
|
- Unix: added (experimental) real addressing mode [Gwenole Beauchesne] |
41 |
|
[Jürgen Lachmann] |
42 |
|
- AmigaOS: added MacsBug support (tested with MacsBug6.6.1), |
43 |
|
fixed <move sr,(sp)> bug [Jürgen Lachmann] |
44 |
+ |
- AmigaOS: disabled 68060 Super Bypass mode because of CPU bug triggered |
45 |
+ |
by MacOS 8 |
46 |
+ |
- AmigaOS: implemented XPRAM watchdog task |
47 |
|
- AmigaOS/Unix/extfs_*.cpp: .finf helper file now stores complete |
48 |
|
FInfo/FXInfo, replaced get/set_finder_*() functions by get/set_finfo() |
49 |
|
- AmigaOS/Unix: it's possible to specify preferences items on the |
50 |
|
command line |
51 |
+ |
- BeOS: implemented the "powerrom_cpu" CPU engine for BeOS/PPC that |
52 |
+ |
uses the 680x0 emulator contained in an Apple PowerMac ROM to run |
53 |
+ |
Basilisk II (ca. 4x speed improvement); when running on a BeBox, |
54 |
+ |
a PCI PowerMac ROM image is needed to use this (the path name of the |
55 |
+ |
ROM file can be set with the preferences item "powerrom", default |
56 |
+ |
is "PowerROM") |
57 |
|
- include/macos_util.h: defines FOURCC() macro to make MacOS-like |
58 |
|
four-character-codes, replaced most instances of multi-character |
59 |
|
constants in the sources by this macro to avoid compiler warnings |