File: kc2raw.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 (40 lines) | stat: -rw-r--r-- 975 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
.TH kc2raw 1

.SH NAME
kc2raw \- convert KC files to KC memory dumps

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

.SH DESCRIPTION
.B kc2raw
converts the following file types to KC memory dumps. Those
files only represent a memory snapshot without any header.

.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), kc2img(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).