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