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.6 by cebix, 1999-10-12T20:00:40Z vs.
Revision 1.17 by cebix, 1999-10-28T15:33:08Z

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines