1 |
< |
V0.9 - <insert date> |
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 |
> |
- Unix: windowed display mode supports different resolutions and color |
9 |
> |
depth, which can be switched on-the-fly |
10 |
> |
- Unix: Ctrl-F5 grabs mouse in windowed mode (enhanced compatibility |
11 |
> |
with games like flight simulators) |
12 |
> |
- Unix: audio sample rate, bit depth and channel count are adjustable |
13 |
> |
in the MacOS "Sound" control panel |
14 |
> |
|
15 |
> |
V0.9 (release 0.9-1) - 31.May 2001 |
16 |
> |
- final adjustments for 0.9 release |
17 |
> |
|
18 |
> |
V0.9 (snapshot) - 29.May 2001 |
19 |
> |
- added help for command line arguments, PrefsInit() now removes |
20 |
> |
all processed options |
21 |
> |
- serial_unix.cpp: input/output_thread_cancel weren't initialized |
22 |
> |
[Kolja Waschk] |
23 |
|
- Unix: some performance improvements to VOSF screen update code |
24 |
|
[Brian J. Johnson] |
25 |
+ |
- Unix: renewed SIGSEGV support functions. Side effect: configure |
26 |
+ |
script cleanups and probable Direct Addressing/VOSF support for |
27 |
+ |
other platforms (NetBSD, AIX, OSF/1, Irix) [Gwenole Beauchesne] |
28 |
+ |
- Unix: -Ofast option is supplied to MIPSPro compiler [Brian J. Johnson] |
29 |
+ |
- Unix: workaround for IRIX pthreads bug in Delay_usec() |
30 |
+ |
[Brian J. Johnson] |
31 |
+ |
- Unix: FreeBSD configure script cleanups [Michael Alyn Miller] |
32 |
+ |
- Unix: ether_linux.cpp moved and renamed to ether_unix.cpp, now |
33 |
+ |
also works with the tap driver under FreeBSD [Michael Alyn Miller] |
34 |
+ |
- BeOS: fixed some bugs in the extfs file types handling |
35 |
+ |
- AmigaOS: SCSI buffer type can be selected |
36 |
|
|
37 |
|
V0.9 (snapshot) - 17.Feb.2001 |
38 |
< |
- adapted for mon V3.0 which is now the required minimum |
38 |
> |
- adapted for cxmon V3.0 which is now the required minimum |
39 |
|
- UAE cpu: fixed a bug in the memory handlers preventing from |
40 |
|
correctly updating 15 and 16 bpp displays on big endian systems |
41 |
|
- Unix: added (experimental) real addressing mode [Gwenole Beauchesne] |