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 |
+ |
- fixed one possible source of "unimplemented trap" errors on MacOS |
7 |
+ |
bootup |
8 |
|
- medium removal is allowed in CDROMExit() |
9 |
|
- Unix: added support for ESD audio output; merged with OSS audio |
10 |
|
and put in a new "audio_oss_esd.cpp" file which is also used under |
11 |
|
FreeBSD 3.x |
12 |
|
- Unix: added mkinstalldirs to "make install" target |
13 |
|
- Unix: cleaned up the configure script |
14 |
+ |
- Unix: ROM breakpoint can be specified with "-break" command line |
15 |
+ |
argument |
16 |
+ |
- Unix/audio_oss_esd.cpp: AudioStatus is re-set after determining |
17 |
+ |
audio device capabilities (actual sample rate is also determined) |
18 |
+ |
[Alexander R. Pruss] |
19 |
+ |
- Unix/audio_oss_esd.cpp: "silence" in 8-bit mode used wrong fill |
20 |
+ |
value (0 instead of 0x80) [Alexander R. Pruss] |
21 |
+ |
- Unix/video_x.cpp: added mouse wheel support [Alexander R. Pruss] |
22 |
|
|
23 |
|
V0.8 (snapshot) - 21.Oct.1999 |
24 |
|
- sony.cpp/disk.cpp/cdrom.cpp: disk insertions are now checked for |