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 |
+ |
- ether.cpp: implemented relatively platform-independant "AppleTalk |
14 |
+ |
over UDP" mode that doesn't require any special kernel modules or |
15 |
+ |
network drivers but can only interconnect instances of Basilisk II; |
16 |
+ |
this is enabled by setting "udptunnel" to true |
17 |
+ |
- Unix: windowed display mode supports different resolutions and color |
18 |
+ |
depths, which can be switched on-the-fly |
19 |
+ |
- Unix: Ctrl-F5 grabs mouse in windowed mode (enhanced compatibility |
20 |
+ |
with games like flight simulators) |
21 |
+ |
- Unix: X11 events are handled as soon as they arrive, outside of the |
22 |
+ |
60Hz video refresh raster |
23 |
+ |
- Unix: audio sample rate, bit depth and channel count are adjustable |
24 |
+ |
in the MacOS "Sound" control panel |
25 |
+ |
|
26 |
+ |
V0.9 (release 0.9-1) - 31.May 2001 |
27 |
+ |
- final adjustments for 0.9 release |
28 |
+ |
|
29 |
+ |
V0.9 (snapshot) - 29.May 2001 |
30 |
+ |
- added help for command line arguments, PrefsInit() now removes |
31 |
+ |
all processed options |
32 |
+ |
- serial_unix.cpp: input/output_thread_cancel weren't initialized |
33 |
+ |
[Kolja Waschk] |
34 |
+ |
- Unix: some performance improvements to VOSF screen update code |
35 |
+ |
[Brian J. Johnson] |
36 |
+ |
- Unix: renewed SIGSEGV support functions. Side effect: configure |
37 |
+ |
script cleanups and probable Direct Addressing/VOSF support for |
38 |
+ |
other platforms (NetBSD, AIX, OSF/1, Irix) [Gwenole Beauchesne] |
39 |
+ |
- Unix: -Ofast option is supplied to MIPSPro compiler [Brian J. Johnson] |
40 |
+ |
- Unix: workaround for IRIX pthreads bug in Delay_usec() |
41 |
+ |
[Brian J. Johnson] |
42 |
+ |
- Unix: FreeBSD configure script cleanups [Michael Alyn Miller] |
43 |
+ |
- Unix: ether_linux.cpp moved and renamed to ether_unix.cpp, now |
44 |
+ |
also works with the tap driver under FreeBSD [Michael Alyn Miller] |
45 |
+ |
- BeOS: fixed some bugs in the extfs file types handling |
46 |
+ |
- AmigaOS: SCSI buffer type can be selected |
47 |
+ |
|
48 |
|
V0.9 (snapshot) - 17.Feb.2001 |
49 |
< |
- adapted for mon V3.0 which is now the required minimum |
49 |
> |
- adapted for cxmon V3.0 which is now the required minimum |
50 |
|
- UAE cpu: fixed a bug in the memory handlers preventing from |
51 |
|
correctly updating 15 and 16 bpp displays on big endian systems |
52 |
|
- Unix: added (experimental) real addressing mode [Gwenole Beauchesne] |