Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rzxtool(1) [debian man page]

rzxtool(1)							     Emulators								rzxtool(1)

NAME
rzxtool - Modify Sinclair ZX Spectrum input recording files SYNOPSIS
rzxtool [-dblock number] [-eblock number,filename] [-iblock number,filename] [-u] rzxfile [outfile] DESCRIPTION
rzxtool allows some simple modifications to be made to Sinclair ZX Spectrum input recording files: blocks can be removed, snapshot data can be extracted or snapshots can be inserted into the file. The file can also be uncompressed. OPTIONS
-dblock number The block number specified will be deleted from the file. Block numbers start at zero and ignore any "creator information" blocks in the file. The modified file will be written to outfile. -eblock number,filename The snapshot in the specified block number will be written to the specified filename. All snapshot formats supported by libspec- trum(3) are available. -iblock number,filename The snapshot specified in filename will be added to the file at the position specified by block number. -u When outputting an RZX file, this option causes the input recording data to be output uncompressed; if this option is not given, the data will be compressed using zlib(3). rzxfile specifies an input recording file whose contents are to be modified. outfile specifies where the modified input file should be written. BUGS
None known SEE ALSO
fuse(1), fuse-utils(1), rzxcheck(1), rzxdump(1), zlib(3) The comp.sys.sinclair Spectrum FAQ, at http://www.worldofspectrum.org/faq/index.html. AUTHOR
Philip Kendall (philip-fuse@shadowmagic.org.uk). Version 1.0.0 16th December, 2010 rzxtool(1)

Check Out this Related Man Page

createhdf(1)							     Emulators							      createhdf(1)

NAME
createhdf - Create a blank IDE hard disk image in .hdf format SYNOPSIS
createhdf [ -c ] [ -s ] cylinders heads sectors file DESCRIPTION
createhdf creates a blank image of an IDE hard disk in .hdf format for use with Sinclair ZX Spectrum emulators. OPTIONS
-c specifies that the .hdf image should be created in `compact' mode, where only the low byte of every word is stored in the image. This is useful for saving space if the hard disk image is for use with an interface which accesses only the low byte of every word. -s specifies that the .hdf image should not be created as a sparse file. Normally, createhdf will attempt to create the hard disk image as a `sparse file', where the operating system knows that the file consists mostly of zero bytes and fills those in without using any space in the file. This option disables this. (There's nothing `magic' about this: if data is written to the file, it will take up space just like any other data; it's only empty space which is synthesised by the operating system). -v version specifies the version of .hdf image to be created. Valid values are `1.0' for a version 1.0 file and `1.1' for a version 1.1 file. Defaults to creating version 1.1 files. cylinders specifies the number of cylinders in the image. heads specifies the number of heads in the image. sectors specifies the number of sectors in the image. file specifies the file to which the image should be written. BUGS
None known. SEE ALSO
fuse(1), fuse-utils(1), libspectrum(3) The .hdf format specification, at http://www.ramsoft.bbk.org/hdfform.html. The comp.sys.sinclair Spectrum FAQ, at http://www.worldofspectrum.org/faq/index.html. AUTHOR
Philip Kendall (philip-fuse@shadowmagic.org.uk). Version 1.0.0 16th December, 2010 createhdf(1)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

recording keystrokes in vi

What is the syntax for recording command in vi. If I want to repeat a command over and over. My file is 12/01/05,,adsmte,9,0,0 12/02/05,,adsmte,12,0,0 12/03/05,,adsmte,10,0,0 12/04/05,,adsmte,11,0,0 12/05/05,,adsmte,10,0,0 12/06/05,,adsmte,10,0,0 12/01/05,,tsmpc1,57,1,2... (5 Replies)
Discussion started by: reggiej
5 Replies

2. Shell Programming and Scripting

Getting modified time & filename only

Hi, When we use "ls -l" we are getting like below, -rw-r--r-- 1 mdskl mds 4161479 Apr 12 14:57 VTTF2008.20080412145748.cc But i need only modified time and filename only like below, Apr 12 14:57 VTTF3008.20080412145748.cc Thanks-:) Senthil (4 Replies)
Discussion started by: senthil_seera
4 Replies

3. Programming

Is this a Python 3.x.x bug?

Following my OSX bash bug discovery the other week what about this baby. Just to let you guys know, since my post Sinclair Spectrum days where it was impossible to do a syntax error I do a great deal of syntax juggling to see what works on the few languages that I know, and I have done it for... (8 Replies)
Discussion started by: wisecracker
8 Replies

4. What is on Your Mind?

A rant...

Hi guys... (Apologies for any typos etc...) This is basically a rant. I have been doing kids level projects and writing code to suit since around 1982, for the uProfessor, for the Sinclair Spectrum and later for the QL, IBM-XT in MS-DOS and after that for a 386DX40 up to Windows 95, until I... (3 Replies)
Discussion started by: wisecracker
3 Replies