1 |
< |
V0.8 (snapshot) - <date> |
2 |
< |
- adapted for mon V3.0 which is now the required minimum |
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 |
> |
- added support for platform-independant mutexes, used by adb.cpp for |
7 |
> |
thread-safe mouse handling |
8 |
> |
- the TIME_OFFSET constant has been replaced by a (portable) function |
9 |
> |
TimeToMacTime(); file dates in ExtFS should now be correct |
10 |
> |
- ADBInterrupt() is no longer called from the 60Hz interrupt but has |
11 |
> |
its own interrupt flag, potentially increasing the smoothness of |
12 |
> |
mouse movement |
13 |
> |
- Unix: windowed display mode supports different resolutions and color |
14 |
> |
depths, which can be switched on-the-fly |
15 |
> |
- Unix: Ctrl-F5 grabs mouse in windowed mode (enhanced compatibility |
16 |
> |
with games like flight simulators) |
17 |
> |
- Unix: X11 events are handled as soon as they arrive, outside of the |
18 |
> |
60Hz video refresh raster |
19 |
> |
- Unix: audio sample rate, bit depth and channel count are adjustable |
20 |
> |
in the MacOS "Sound" control panel |
21 |
> |
|
22 |
> |
V0.9 (release 0.9-1) - 31.May 2001 |
23 |
> |
- final adjustments for 0.9 release |
24 |
> |
|
25 |
> |
V0.9 (snapshot) - 29.May 2001 |
26 |
> |
- added help for command line arguments, PrefsInit() now removes |
27 |
> |
all processed options |
28 |
> |
- serial_unix.cpp: input/output_thread_cancel weren't initialized |
29 |
> |
[Kolja Waschk] |
30 |
> |
- Unix: some performance improvements to VOSF screen update code |
31 |
> |
[Brian J. Johnson] |
32 |
> |
- Unix: renewed SIGSEGV support functions. Side effect: configure |
33 |
> |
script cleanups and probable Direct Addressing/VOSF support for |
34 |
> |
other platforms (NetBSD, AIX, OSF/1, Irix) [Gwenole Beauchesne] |
35 |
> |
- Unix: -Ofast option is supplied to MIPSPro compiler [Brian J. Johnson] |
36 |
> |
- Unix: workaround for IRIX pthreads bug in Delay_usec() |
37 |
> |
[Brian J. Johnson] |
38 |
> |
- Unix: FreeBSD configure script cleanups [Michael Alyn Miller] |
39 |
> |
- Unix: ether_linux.cpp moved and renamed to ether_unix.cpp, now |
40 |
> |
also works with the tap driver under FreeBSD [Michael Alyn Miller] |
41 |
> |
- BeOS: fixed some bugs in the extfs file types handling |
42 |
> |
- AmigaOS: SCSI buffer type can be selected |
43 |
> |
|
44 |
> |
V0.9 (snapshot) - 17.Feb.2001 |
45 |
> |
- adapted for cxmon V3.0 which is now the required minimum |
46 |
|
- UAE cpu: fixed a bug in the memory handlers preventing from |
47 |
|
correctly updating 15 and 16 bpp displays on big endian systems |
48 |
|
- Unix: added (experimental) real addressing mode [Gwenole Beauchesne] |
62 |
|
[Jürgen Lachmann] |
63 |
|
- AmigaOS: added MacsBug support (tested with MacsBug6.6.1), |
64 |
|
fixed <move sr,(sp)> bug [Jürgen Lachmann] |
65 |
+ |
- AmigaOS: disabled 68060 Super Bypass mode because of CPU bug triggered |
66 |
+ |
by MacOS 8 |
67 |
+ |
- AmigaOS: implemented XPRAM watchdog task |
68 |
|
- AmigaOS/Unix/extfs_*.cpp: .finf helper file now stores complete |
69 |
|
FInfo/FXInfo, replaced get/set_finder_*() functions by get/set_finfo() |
70 |
|
- AmigaOS/Unix: it's possible to specify preferences items on the |
71 |
|
command line |
72 |
+ |
- BeOS: implemented the "powerrom_cpu" CPU engine for BeOS/PPC that |
73 |
+ |
uses the 680x0 emulator contained in an Apple PowerMac ROM to run |
74 |
+ |
Basilisk II (ca. 4x speed improvement); when running on a BeBox, |
75 |
+ |
a PCI PowerMac ROM image is needed to use this (the path name of the |
76 |
+ |
ROM file can be set with the preferences item "powerrom", default |
77 |
+ |
is "PowerROM") |
78 |
|
- include/macos_util.h: defines FOURCC() macro to make MacOS-like |
79 |
|
four-character-codes, replaced most instances of multi-character |
80 |
|
constants in the sources by this macro to avoid compiler warnings |