summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/p2000t_cas.cpp
Commit message (Collapse)AuthorAgeFilesLines
* -imagedev/cassimg.cpp: Make the interface look something like C++. Vas Crabb2020-10-021-10/+10
| | | | -sound/tiasound.cpp: Use some vaguely C++-like code internally.
* Disable SOUND_DEBUG for non-debug builds, and srcclean Vas Crabb2020-09-271-31/+31
|
* Add MDCR support for P2000t (#7215) Erwin Jansen2020-09-171-0/+321
This adds support for the mini digital cassette recorder that can be found inside a P2000t. This implementation is based on documentation that can be found in https://github.com/p2000t/documentation. In memory of NPM Jansen, who taught me all the magic of bits and bytes.