1
0
mirror of https://github.com/UzixLS/zx-tsid.git synced 2025-07-19 07:11:16 +03:00

update readme

This commit is contained in:
UzixLS
2021-04-26 21:41:20 +03:00
parent daef4ba855
commit e0265636ff

View File

@ -1,17 +1,20 @@
## ZX-TSid
MOS SID sound card for ZX Spectrum edge connector (ZX-BUS).
[![photo](images/revC-side1.small.jpg)](images/revC-side1.jpg?raw=true) [![photo](images/revC-side2.small.jpg)](images/revC-side2.jpg?raw=true)
PCB is compatible with SID 6581 and 8580, but also contains integrated SwinSID emulator.
SID accessible via #xxCF port, where xx - SID's register number.
You may connect your ZX Spectrum audio output to second 3.5mm jack and it will be mixed in sound card output signal.
### Changelog & current status
* Rev.A - initial release with SID, AY and Covox. [Errata](pcb/rev.A/ERRATA.txt).
* Rev.B - abandoned. Files kept for historical reason.
* Rev.C - removed AY and Covox. Added SwinSID emulator. PCB is vertical oriented now.
* Rev.D - improved signal-noise ratio. Added compatibility with turbo CPU modes (7MHz, 14Mhz).
TODO: check with real SID chip.
## ZX-TSid
MOS SID sound card for ZX Spectrum edge connector (ZX-BUS).
[![photo](images/revC-side1.small.jpg)](images/revC-side1.jpg?raw=true) [![photo](images/revC-side2.small.jpg)](images/revC-side2.jpg?raw=true)
PCB is compatible with SID 6581 and 8580, but also contains integrated SwinSID emulator.
SID accessible via #xxCF port, where xx - SID's register number.
You may connect your ZX Spectrum audio output to second 3.5mm jack and it will be mixed in sound card output signal.
### Changelog & current status
* Rev.A - initial release with SID, AY and Covox. [Errata](pcb/rev.A/ERRATA.txt).
* Rev.B - abandoned. Files kept for historical reason.
* Rev.C - removed AY and Covox. Added SwinSID emulator. PCB is vertical oriented now.
* Rev.D - improved signal-noise ratio. Fixed read from SID chip.
TODO:
* Check with real SID chip;
* Further improve signal-noise ratio.