command line tool for creating Apple II cassette audio files
c2t is a command line tool that can convert binary code/data and/or Apple-1/II Monitor text, as well as 140K disk images, into audio files suitable for use with the Apple-1 and II (II, II+, //e) cassette interface.
c2t is a command line tool that can convert binary code/data and/or Apple-1/II Monitor text, as well as 140K disk images, into audio files suitable for use with the Apple-1 and II (II, II+, //e) cassette interface.
To install c2t, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install c2t
To see what files were installed by c2t, run:
port contents c2t
To later upgrade c2t, run:
sudo port selfupdate && sudo port upgrade c2t
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.