ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/ChangeLog
(Generate patch)

Comparing BasiliskII/ChangeLog (file contents):
Revision 1.7 by cebix, 1999-10-14T16:05:15Z vs.
Revision 1.14 by cebix, 1999-10-25T20:22:34Z

# Line 1 | Line 1
1 < V0.7 -
1 > V0.8 -
2 >        - added replacement for BlockMove() trap
3 >        - removed Windows sources from the source archive; a version of
4 >          these that actually compiles and works can be downloaded from
5 >          Lauri Pesonen's site
6 >        - medium removal is allowed in CDROMExit()
7 >        - Unix: added support for ESD audio output; merged with OSS audio
8 >          and put in a new "audio_oss_esd.cpp" file which is also used under
9 >          FreeBSD 3.x
10 >        - Unix: added mkinstalldirs to "make install" target
11 >        - Unix: cleaned up the configure script
12 >        - Unix/audio_oss_esd.cpp: AudioStatus is re-set after determining
13 >          audio device capabilities (actual sample rate is also determined)
14 >          [Alexander R. Pruss]
15 >        - Unix/audio_oss_esd.cpp: "silence" in 8-bit mode used wrong fill
16 >          value (0 instead of 0x80) [Alexander R. Pruss]
17 >        - Unix/video_x.cpp: added mouse wheel support [Alexander R. Pruss]
18 >
19 > V0.8 (snapshot) - 21.Oct.1999
20          - sony.cpp/disk.cpp/cdrom.cpp: disk insertions are now checked for
21            by an interrupt routine
22          - localizable strings are now split into a common and a platform-
23            specific set
24 <        - AmigaOS/clip_amiga.cpp: fixed small bug in CR->LF translation
25 <          [Giacomo Magnini]
24 >        - added external file system to access host OS files from the MacOS;
25 >          root directory is specified by the "extfs" prefs item
26 >        - moved most initialization/deinitialization code to InitAll() and
27 >          ExitAll() in main.cpp
28          - added patches for NetBSD [Bernd Sieker]
29          - corrected TimerDateTime() in timer_unix.cpp and timer_beos.cpp
30            [Toshimitsu Tanaka]
31 +        - AmigaOS: fixed crash when gtlayout.library was not present
32 +        - AmigaOS: now compiles with GCC (Geek Gadgets)
33 +        - AmigaOS/clip_amiga.cpp: fixed small bug in CR->LF translation
34 +          [Giacomo Magnini]
35 +        - Unix: compilation of cpuemu.cpp is now split in 8 parts
36 +        - Unix: volume list in GTK prefs editor is reorderable
37 +        - Unix: added fbdev DGA support and SPARC assembly optimizations to
38 +          UAE core [Gwenole Beauchesne]
39  
40   V0.7 (release 0.7-2) - 6.Oct.1999
41          - Added BasiliskII.spec for making RPMs [with assistance from

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines