summaryrefslogtreecommitdiff
path: root/emulators/vice/pkg-descr
diff options
context:
space:
mode:
authorDonald Burr <dburr@FreeBSD.org>1998-07-12 11:13:25 +0000
committerDonald Burr <dburr@FreeBSD.org>1998-07-12 11:13:25 +0000
commitc0d794b61ba915ef5230dde4290f9925b532a8d8 (patch)
treecd96546c8deaa9e1dd5f0ccd7d9f68c94fc4b08c /emulators/vice/pkg-descr
parentForgot to add new ports to 'section' Makefile (diff)
PR: ports/6155
Submitted by: dchapes@ddm.on.ca Import of new port emulators/vice, the Versatile Commodore Emulator (VICE), an emulator for Commodore's PET/Vic-20/64.
Notes
Notes: svn path=/head/; revision=11843
Diffstat (limited to '')
-rw-r--r--emulators/vice/pkg-descr23
1 files changed, 23 insertions, 0 deletions
diff --git a/emulators/vice/pkg-descr b/emulators/vice/pkg-descr
new file mode 100644
index 000000000000..d3b8ff73be8d
--- /dev/null
+++ b/emulators/vice/pkg-descr
@@ -0,0 +1,23 @@
+Versatile Commodore 8-bit Emulator
+This is version 0.14.1 of VICE, the multi-platform PET/VIC20/C64 emulator.
+
+The following programs are included:
+ - x64, a C64 emulator;
+ - xvic, a VIC20 emulator;
+ - xpet, a PET emulator;
+ - c1541, a stand-alone disk image maintenance utility;
+ - petcat, a CBM BASIC de-tokenizer;
+ - recomment, an iterative database driven reassembler;
+
+For the latest news, have a look at the VICE home page:
+ http://www.tu-chemnitz.de/~fachat/vice/vice.html
+
+VICE is Copyright (c) 1993-1998 Ettore Perazzoli, Teemu Rantanen,
+André Fachat, Jouko Valta, Jarkko Sonninen and Daniel Sladic.
+
+The ROM files in the `C64', `PET' and `VIC20' directories are
+Copyright (c) by Commodore Business Machines.
+
+NOTE: When compiling on FreeBSD some source files cause gcc to go over the
+default memory limits. Either fix /etc/login.conf or temporaryily adjust
+the limits with your shells limit command ("unlimit" works in [t]csh).