An open API service indexing awesome lists of open source software.

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.

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```