exsid: revert previous commit
exsid driver: don't purge buffers in exit()
exsid: update copyright
exsid: mark current driver as 1.6
exSID: remove baudrate compensation code
exSID: cleanup multidevice support; update ChangeLog
exSID: implement exSID_hwmodel()
exSID: add support for 1MHz exSID+ clock
Hook exSID+ support into exsid-builder
WIP preliminary support code for exSID+
Rename functions, rework delay routines
remove support for 750kbp hardware
store hardware constants in private structure No functional changes
only document interesting files
update busValue on valid reads
make llvm happy
fix bug (tx leandro for spotting this!)
use a buffer for error message
40ms buffer
make the compiler happy
Work around the "safe" SID detection method
a little more polishing.
Fix race condition in reset.
polish threaded support.
fix rewind/forward
thread safe! :)
Initial attempt at threaded output, in C11 thre...
I think it's ready now :)
Links
remove one level of indirection when possible
we won't be using this anyway :)
Add a waiting safety during init (make sure dev...
Fix shlib extension detection
further improve read timing accuracy
better documentation
Try libftd2xx first in ftdiwrap.c since libftdi...
code cleanup, no functional change
remove something that shouldn't have been in th...
Switch to dynamic loading for the FTDI interfac...
fix make dist
can't be static apparently
buffer all write-only registers. Might also be ...
fix blunder, add missing file to Makefile.am, e...
fix USB buffers according to FTDI specs. Makes ...
fix standalone build against libftdi
More debug instrumentation
if building against external libexsid, use corr...
clarify information output
Fix timing for real! Some reformatting
fix build
initial support for libftd2xx [XXX crashes on C...
fix incorrect pre-delay check
text formatting ;)
minor cleanups
Compensate for drift when baud rate isn't a mul...