-
Notifications
You must be signed in to change notification settings - Fork 4
/
changelog.txt
71 lines (57 loc) · 2.71 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Changelog
---------
What I changed in the different released versions of the programs:
929INIT
1.1
- Bugfix: Shadowregister protection must be enabled when initializing the Sound Blaster Pro mode.
This brings much better game compatibility.
- Bugfix: There was a bug in the code to set Mono/Stereo
- Revised the "Info" section. Now the actual current frequency is read out and displayed.
1.2
- Added enhanced OPL4 support
- Added option for SB Pro lowpass filter configuration
- Added Stereo/Mono commandline switch
- Bugfix in AD1848.PAS: Setvolume did not function properly with volume 0
Now values from 0 to 30 will be set correctly and audio will be muted with volume 0
- I've reworked the source code a bit
1.21
- Minor improvement of /N command (now with a max value of 255 to avoid overrun)
- Changes and improvements in the texts and descriptions to be output.
MIXER
1.1
- Keyboard mode added: Program is now fully useable without a mouse.
- Added parameters "K" and "?"
- Bugfix: There was a bug in the code to set Mono/Stereo modes
1.11
- Bugfix in AD1848.PAS: Setvolume did not function properly with volume 0
Now values from 0 to 30 will be set correctly and audio will be muted with volume 0
1.12
- Improved handling of command line options
- Added possibility to skip the hardware detection
- I've reworked the source code a bit and improved some functions
SETUP
1.01:
- Keyboard mode added: Program is now fully useable without a mouse.
1.1:
- Just fixed two stupid errors....
- Bug fix: If the configuration file was not found and therefore the default
settings are used, due to a bug the program tried to read the
configuration file again and crashed.
- Bug fix:
- MPU401 will no longer be tested when MPU is disabled.....
1.2
- Added doubble check for controller detection
- Added enhanced OPL4 support
- Added a second page with more advanced options
- Renamed some options. Now the names are the same as in the data sheet.
- Two small bugfixes:
- Sometimes the text cursor remained switched off after the end of the program.
- The option "protect codes shadow registers" could not be changened in keyboard mode
1.3
- Reorganization of the advanced options section
- Added new commandline options
- Improved WSS DMA Test and fixed an annoying bug:
- If the sound check in the mixer was previously performed or another program previously accessed WSS,
the DMA test failed on the first pass. Fixed this with an additional reset of the DMA controller and
counter in the codec.
- Improved the code for automatically entering the settings in Autoexec.bat and fixed some minor bugs.