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 |
7 |
|
- fixed one possible source of "unimplemented trap" errors on MacOS |
8 |
|
bootup |
9 |
|
- medium removal is allowed in CDROMExit() |
10 |
+ |
- extfs.cpp: fixed bug with fsResolveWDCB in fs_get_wd_info() |
11 |
|
- Unix: added support for ESD audio output; merged with OSS audio |
12 |
|
and put in a new "audio_oss_esd.cpp" file which is also used under |
13 |
|
FreeBSD 3.x |
15 |
|
- Unix: cleaned up the configure script |
16 |
|
- Unix: ROM breakpoint can be specified with "-break" command line |
17 |
|
argument |
18 |
+ |
- Unix: "-rominfo" command line argument to print information |
19 |
+ |
about ROM version and tables |
20 |
+ |
- Unix: ExtFS supports resource forks and Finder info (these are |
21 |
+ |
kept in hidden ".finf" and ".rsrc" directories) |
22 |
|
- Unix/audio_oss_esd.cpp: AudioStatus is re-set after determining |
23 |
|
audio device capabilities (actual sample rate is also determined) |
24 |
|
[Alexander R. Pruss] |