1 |
< |
V0.8 (snapshot) - |
1 |
> |
V1.0 (snapshot) - <date> |
2 |
> |
- added support for on-the-fly video resolution and depth switching, |
3 |
> |
and gamma tables |
4 |
> |
- fsave/frestore emulation under AmigaOS and NetBSD/m68k always behaves |
5 |
> |
like a 68882/68040 FPU, eliminating the need for 68060 FPU patches |
6 |
> |
|
7 |
> |
V0.9 (release 0.9-1) - 31.May 2001 |
8 |
> |
- final adjustments for 0.9 release |
9 |
> |
|
10 |
> |
V0.9 (snapshot) - 29.May 2001 |
11 |
> |
- added help for command line arguments, PrefsInit() now removes |
12 |
> |
all processed options |
13 |
> |
- serial_unix.cpp: input/output_thread_cancel weren't initialized |
14 |
> |
[Kolja Waschk] |
15 |
> |
- Unix: some performance improvements to VOSF screen update code |
16 |
> |
[Brian J. Johnson] |
17 |
> |
- Unix: renewed SIGSEGV support functions. Side effect: configure |
18 |
> |
script cleanups and probable Direct Addressing/VOSF support for |
19 |
> |
other platforms (NetBSD, AIX, OSF/1, Irix) [Gwenole Beauchesne] |
20 |
> |
- Unix: -Ofast option is supplied to MIPSPro compiler [Brian J. Johnson] |
21 |
> |
- Unix: workaround for IRIX pthreads bug in Delay_usec() |
22 |
> |
[Brian J. Johnson] |
23 |
> |
- Unix: FreeBSD configure script cleanups [Michael Alyn Miller] |
24 |
> |
- Unix: ether_linux.cpp moved and renamed to ether_unix.cpp, now |
25 |
> |
also works with the tap driver under FreeBSD [Michael Alyn Miller] |
26 |
> |
- BeOS: fixed some bugs in the extfs file types handling |
27 |
> |
- AmigaOS: SCSI buffer type can be selected |
28 |
> |
|
29 |
> |
V0.9 (snapshot) - 17.Feb.2001 |
30 |
> |
- adapted for cxmon V3.0 which is now the required minimum |
31 |
> |
- UAE cpu: fixed a bug in the memory handlers preventing from |
32 |
> |
correctly updating 15 and 16 bpp displays on big endian systems |
33 |
> |
- Unix: added (experimental) real addressing mode [Gwenole Beauchesne] |
34 |
> |
(activated through the "--enable-addressing=real" configure option) |
35 |
> |
- Unix: added direct addressing mode [Gwenole Beauchesne] |
36 |
> |
(default addressing mode, if possible) |
37 |
> |
- Unix: added screen updates on SEGV signals [Gwenole Beauchesne] |
38 |
> |
(activated through the "--enable-vosf" configure option) |
39 |
> |
- Unix: added IRIX audio driver [Brian J. Johnson] |
40 |
> |
- Unix: improved timing of periodic threads |
41 |
> |
- Unix: command line options now use '--'-prefix, e.g. "--rominfo" |
42 |
|
- AmigaOS: enabled floppy support, fixed floppy bugs [Jürgen Lachmann] |
43 |
+ |
- AmigaOS: Amiga mouse pointer is hidden inside windowed Mac displays |
44 |
|
- AmigaOS/sys_amiga.cpp: workaround for 2060scsi.device bug when |
45 |
|
when reading from CD-ROM [Jürgen Lachmann] |
46 |
|
- AmigaOS/prefs_editor_amiga.cpp: fixed bug when adding volumes |
47 |
|
[Jürgen Lachmann] |
48 |
+ |
- AmigaOS: added MacsBug support (tested with MacsBug6.6.1), |
49 |
+ |
fixed <move sr,(sp)> bug [Jürgen Lachmann] |
50 |
+ |
- AmigaOS: disabled 68060 Super Bypass mode because of CPU bug triggered |
51 |
+ |
by MacOS 8 |
52 |
+ |
- AmigaOS: implemented XPRAM watchdog task |
53 |
|
- AmigaOS/Unix/extfs_*.cpp: .finf helper file now stores complete |
54 |
|
FInfo/FXInfo, replaced get/set_finder_*() functions by get/set_finfo() |
55 |
< |
- Unix: improved timing of periodic threads |
55 |
> |
- AmigaOS/Unix: it's possible to specify preferences items on the |
56 |
> |
command line |
57 |
> |
- BeOS: implemented the "powerrom_cpu" CPU engine for BeOS/PPC that |
58 |
> |
uses the 680x0 emulator contained in an Apple PowerMac ROM to run |
59 |
> |
Basilisk II (ca. 4x speed improvement); when running on a BeBox, |
60 |
> |
a PCI PowerMac ROM image is needed to use this (the path name of the |
61 |
> |
ROM file can be set with the preferences item "powerrom", default |
62 |
> |
is "PowerROM") |
63 |
|
- include/macos_util.h: defines FOURCC() macro to make MacOS-like |
64 |
|
four-character-codes, replaced most instances of multi-character |
65 |
|
constants in the sources by this macro to avoid compiler warnings |
66 |
+ |
- cdrom.cpp: implemented Status(6) call (return format list) |
67 |
+ |
[Landon Fuller] |
68 |
|
- Imported some changes from the Windows port, most notably FPU fixes |
69 |
|
and the 1Hz interrupt [Lauri Pesonen] |
70 |
+ |
- Ported Lauri Pesonen's FPU core to GCC/i386 [Gwenole Beauchesne] |
71 |
|
|
72 |
|
V0.8 (snapshot) - 13.Jul.2000 |
73 |
|
- Unix: runs natively on NetBSD/m68k |