31 lines
753 B
Markdown
Raw Normal View History

2022-01-12 23:57:30 +01:00
# TAPEMON
Tapemon is a Apple-I tool that helps finding the optimal playback volume to
the ACI audio cassette interface.
## How to use it
- Load `tapemon.0280.bin` on the Apple-1 and execute it with `280R`.
- Connect your playback device (PC, Smartphone, iPod etc) to the ACI
2022-01-13 13:02:51 +01:00
- Play the file `packets.wav` contained in `packets_wav/packets.zip` archive. The file
2022-01-12 23:57:30 +01:00
will send a continous stream of small data packets that are catched by the program
running on the Apple-1. Each packet is 64 bytes long.
For each received packet a character will be displayed:
- `*` indicates a good packet
- `.` indicates packet not received
- an hex digit 0-F indicates the packet is partially corrupt
Adjust the volume level so that you have a lot of `*`.