Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

vice(1) [sunos man page]

VICE(1) 						      General Commands Manual							   VICE(1)

NAME
VICE - Versatile Commodore Emulator and Virtual Commodore Environment DESCRIPTION
VICE is a multi-platform emulator of the Commodore PET, CBM-II (C610), VIC20, C64, C64DTV, C128 and Plus4 8-bit computers. The emulators run as separate programs, but have the same user interface, share the same settings and support the same file formats. Also some external utilities are provided. VICE is made up of the following programs: x64 a fast Commodore 64 emulator for the X Window System x64sc an accurate Commodore 64 emulator for the X Window System x64dtv a C64DTV emulator for the X Window System x128 a Commodore 128 emulator for the X Window System xvic a Commodore VIC20 emulator for the X Window System xpet a Commodore PET emulator for the X Window System xplus4 a Commodore Plus4 emulator for the X Window System xcbm2 a Commodore CBM-II (C610) emulator for the X Window System c1541 a stand-alone disk image maintenance utility; petcat a Commodore BASIC de-tokenizer; The whole documentation for these programs is available in HTML format; the main file should be installed on your system as /usr/share/doc/vice/html/vice_toc.html . For up to date news about VICE, have a look at the official home page at http://vice-emu.sourceforge.net/ SEE ALSO
petcat(1), c1541(1) AUTHORS
Andreas Boose <boose@linux.rz.fh-hannover.de> Dag Lem <resid@nimrod.no> Tibor Biczo <crown@mail.matav.hu> Andreas Dehmel <zarquon@t-online.de> Thomas Bretz <tbretz@ph.tum.de> Andreas Matthies <andreas.matthies@gmx.net> Martin Pottendorfer <Martin.Pottendorfer@aut.alcatel.at> Markus Brenner <markus@brenner.de> Spiro Trikaliotis <Spiro.Trikaliotis@gmx.de> Marco van den Heuvel <blackystardust68@yahoo.com> David Hansel <david@hansels.net> Daniel Sladic <sladic@eecg.toronto.edu> Ettore Perazzoli Teemu Rantanen <tvr@cs.hut.fi> Andre' Fachat <fachat@physik.tu-chemnitz.de> Jouko Valta <jopi@stekt.oulu.fi> Jarkko Sonninen <sonninen@lut.fi> with several contributions from other people around the world; see the HTML documentation for more information. VICE
Feb 2004 VICE(1)

Check Out this Related Man Page

c1541(1)						      General Commands Manual							  c1541(1)

NAME
c1541 - a stand alone disk image maintenance program SYNOPSIS
c1541 [options] [image] DESCRIPTION
c1541 is a stand alone program that can be used for D64, D71, D81, X64 and G64 disk image file maintenance. It is part of the VICE emula- tor. c1541 can be used both in interactive and batch mode. It will start in interactive mode if no images and no options are specified or if one image is specified; when started in interactive mode, command line editing and command history are available. Each command line option for use in batch mode has an interactive mode counterpart, that is shown in parenthesis. -attach image (attach image) attach image for use. All consequent commands in interactive mode will refer to this image. -detach image (detach image) detach image from c1541. -format image (format image 'name,id') format the disk image image with the specified label. image is created if it does not exist. -delete image files... (delete files...) delete files from image -list image (list) list directory of image. -validate image (validate) validate mage. -copy image oldname1 [oldname2...] newname (copy oldname1 [oldname2...] newname) concatenate oldname1, oldname2... into newname on image (can be used to copy files). -create image dump ['descr'] (create image dump ['descr'] build image from raw dump file dump (i.e. convert from D64 to X64 file). -tape image tapeimage [files...] (tape image tapeimage [files...]) transfer files from tapeimage to image (default is all files). -read image 1541name [fsname] (read 1541name [fsname]) extract 1541name from the disk image into fsname (1541name by default) from image. -extract image (extract). extract all files from image. -write image fsname [1541name] (write fsname [1541name]) write fsname to image as 1541name (fsname by default). (works with P00 files as well). -block [drive:] [track] [sector] [disp] (block [drive:] [track] [sector] [disp]) show disk blocks in hex format. -info image ['descr'] (info ['descr']) show version information about image. When more than one command is specified in batch mode, all of them are executed in the same order they have on the command line. If you use - as a file name, it stands for stdin or stdout. SEE ALSO
VICE(1), petcat(1) AUTHORS
Teemu Rantanen <tvr@cs.hut.fi> Ettore Perazzoli <ettore@comm2000.it> Andreas Boose <boose@linux.rz.fh-hannover.de> Jouko Valta <jopi@stekt.oulu.fi> with improvements by Olaf Seibert <rhialto@mbfys.kun.nl> Gerhard Wesp <gwesp@cosy.sbg.ac.at> VICE
January 1999 c1541(1)
Man Page