Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | -imagedev/cassimg.cpp: Make the interface look something like C++. | 2020-10-02 | 1 | -10/+10 | |
| | | | | -sound/tiasound.cpp: Use some vaguely C++-like code internally. | ||||
* | Disable SOUND_DEBUG for non-debug builds, and srcclean | 2020-09-27 | 1 | -31/+31 | |
| | |||||
* | Add MDCR support for P2000t (#7215) | 2020-09-17 | 1 | -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. |