File: kc2img.1

package info (click to toggle)
kcemu 0.5.1%2Bdfsg-2
  • links: PTS
  • area: contrib
  • in suites: squeeze
  • size: 14,504 kB
  • ctags: 8,989
  • sloc: cpp: 48,501; ansic: 26,963; sh: 4,875; makefile: 1,760; asm: 376; yacc: 291; xml: 64; sed: 16
file content (48 lines) | stat: -rw-r--r-- 1,331 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
.TH kc2img 1

.SH NAME
kc2img \- convert KC files to raw KC tape images

.SH SYNOPSIS
.B kc2img <infile> <outfile>
.br

.SH DESCRIPTION
.B kc2img
converts the following file types to raw KC tape images. Those
files contain the data bytes as written by the KC tape routines
with block number and checksum removed. So each block is saved
as 128 bytes.
.LP
Machine code files start with an 128 byte header (one block)
that contains filename, load start address, load end address
and optionally a start address whose presence is flagged by
a status byte. Basic files only have a 13 byte header with
filename and filesize.

.LP
.IR 1)
files used by the KC emulator by Arne Fitzenreiter (usually
named .TAP)
.LP
.IR 2)
files used by the GEMINI-SOFT KC emulator (usually named .GPF
for machine code files and .GBF for basic files)
.LP
.IR 3)
BASIC files (usually named .SSS)
.LP
.IR 4)
KC image files that contain the data written by the KC tape routines
without block number and checksum (usually named .KCC or .KCB
where the .KCB files are BASIC files with an autostart routine)

.SH BUGS
Basic files are not handled properly.

.SH SEE ALSO
kcemu(1x), kctape(1), kc2tap(1), kc2wav(1), kc2raw(1)

.SH AUTHOR
This manual page was written by Torsten Paul <Torsten.Paul@gmx.de>,
for the Debian GNU/Linux system (but may be used by others).