https://github.com/asig/kosmos_tape_tool
Convert Kosmos CP1 storage tapes to binary files and vice versa.
https://github.com/asig/kosmos_tape_tool
emulation emulator golang kosmos-cp1 tools
Last synced: 5 months ago
JSON representation
Convert Kosmos CP1 storage tapes to binary files and vice versa.
- Host: GitHub
- URL: https://github.com/asig/kosmos_tape_tool
- Owner: asig
- License: gpl-3.0
- Created: 2016-09-29T21:16:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-14T09:46:12.000Z (over 9 years ago)
- Last Synced: 2024-06-20T06:32:23.211Z (almost 2 years ago)
- Topics: emulation, emulator, golang, kosmos-cp1, tools
- Language: Go
- Homepage:
- Size: 65.6 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Kosmos CP1 Tape Tool
====================
With the Kosmos CP1 Tape Tool, you can convert Kosmos CP1
storage tapes to a binary files and vice versa.
This allows you to use your old Kosmos CP1 programs
in the Kosmos CP1 emulator. Also, you can write
new programs in the emulator, and then transfer it
to tape.
To convert a tape, you first need to convert it to a WAV
file. Please make sure that the 16 seconds lead-in is
completely contained in the file
Usage
-----
### Convert a WAV file to binary:
```kosmos_tape_tool -wav= -bin= read```
### Convert a binary file to WAV:
```kosmos_tape_tool -wav= -bin= write```