File Release Notes and Changelog
Release Name: 0.11
Notes:
Finally added multiple SID support! This needed also change
in device numbering, so please read the README file.
Other highlight is that this release has been tested both on
x86 and Alpha platforms. No changes to the code needed
btw. :-)
Changes:
<pre>
- tested to work on Alpha! Required compiler options are documented in
Makefile
- multiple SID support! Now you can use 1-16 SIDs at the same time
using /dev/sidXX where each device maps to one SID. This has been
tested to work with hacked Sidplay2 using stereo .MUS files and two
normal HardSID cards (on Alpha :)
- device numbers changed for multisid support (60 by default, change
from source), minors are from 0 (/dev/sid0) to 15 (/dev/sid15). I
applied for an assigned major for this device (60 is marked as for
local/experimental use), let's see how it goes.
- fixed a bug with reads and Quattro cards
- simplified reset ioctl
</pre>