--- BasiliskII/ChangeLog 1999/10/26 16:28:25 1.15 +++ BasiliskII/ChangeLog 1999/10/27 16:59:32 1.16 @@ -1,4 +1,5 @@ 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 @@ -6,6 +7,7 @@ V0.8 - - fixed one possible source of "unimplemented trap" errors on MacOS bootup - medium removal is allowed in CDROMExit() + - 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 @@ -13,6 +15,10 @@ V0.8 - - 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]