diff options
Diffstat (limited to 'emulators/vice/pkg')
-rw-r--r-- | emulators/vice/pkg/COMMENT | 2 | ||||
-rw-r--r-- | emulators/vice/pkg/DESCR | 24 | ||||
-rw-r--r-- | emulators/vice/pkg/PLIST | 9 |
3 files changed, 26 insertions, 9 deletions
diff --git a/emulators/vice/pkg/COMMENT b/emulators/vice/pkg/COMMENT index 211bc9eceb8..e8627f2d1c3 100644 --- a/emulators/vice/pkg/COMMENT +++ b/emulators/vice/pkg/COMMENT @@ -1 +1 @@ -Emulator for C64, C128, CBM-II, PET, and VIC-20 +Emulator for C64, C128, CBM-II, PET, and VIC20 diff --git a/emulators/vice/pkg/DESCR b/emulators/vice/pkg/DESCR index dfa023f4723..635567da297 100644 --- a/emulators/vice/pkg/DESCR +++ b/emulators/vice/pkg/DESCR @@ -1,6 +1,18 @@ -VICE is a Versatile Commodore Emulator, i.e. a program that runs on a Unix -or MS-DOS/Windows 95 machine and executes programs intended for the old -8-bit Commodore computers. The current version emulates the C64, the C128 -(save the 80 columns screen), the VIC20, the CBM-II line (B128, B256), and -all the PET models (except the SuperPET 9000, which is out of line -anyway). +VICE is the one and only Versatile Commodore Emulator. It provides +emulation of the Commodore 64, 128, VIC20 and PET 8-bit computers +within a single package. The emulators run as separate programs, but +have the same user interface, share the same settings and support the +same file formats. + +All the emulators provide an accurate 6502/6510 emulator, with +emulation of all the opcodes (both documented and undocumented ones) +and accurate timing. Unlike other emulators, VICE aims to be cycle +accurate; it tries to emulate chip timings as precisely as possible +and does so efficiently. + +Please do not expect the VIC20, C128 and PET emulators to be as good +as the C64 one, as they are still under construction. + +The current version emulates the C64, the C128 (save the 80 columns +screen, 2MHz and C64 mode), the VIC20, the CBM-II line (B128, B256), +and all the PET models. diff --git a/emulators/vice/pkg/PLIST b/emulators/vice/pkg/PLIST index ec7b86093e6..ba368b8230d 100644 --- a/emulators/vice/pkg/PLIST +++ b/emulators/vice/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 1999/05/18 08:45:51 tv Exp $ +@comment $NetBSD: PLIST,v 1.5 2000/02/08 03:44:18 wiz Exp $ bin/c1541 bin/petcat bin/x128 @@ -13,6 +13,7 @@ info/vice.info-2 info/vice.info-3 info/vice.info-4 info/vice.info-5 +info/vice.info-6 @exec install-info %D/info/vice.info %D/info/dir man/man1/c1541.1 man/man1/petcat.1 @@ -43,6 +44,7 @@ share/doc/vice/vice_14.html share/doc/vice/vice_15.html share/doc/vice/vice_16.html share/doc/vice/vice_toc.html +share/doc/vice/Win32-Howto.txt share/vice/C128/basic share/vice/C128/chargen share/vice/C128/c64s.vpl @@ -55,6 +57,8 @@ share/vice/C128/godot.vpl share/vice/C128/kernal share/vice/C128/pc64.vpl share/vice/C128/position.vkm +share/vice/C128/vdc_deft.vpl +share/vice/C128/z80bios share/vice/C64/4064.vrs share/vice/C64/64gs.vrs share/vice/C64/basic @@ -87,8 +91,9 @@ share/vice/CBM-II/rom128l.vrs share/vice/CBM-II/rom256h.vrs share/vice/CBM-II/rom256l.vrs share/vice/CBM-II/white.vpl +share/vice/DRIVES/d1541II +share/vice/DRIVES/dos1001 share/vice/DRIVES/dos1541 -share/vice/DRIVES/dos1541II share/vice/DRIVES/dos1571 share/vice/DRIVES/dos1581 share/vice/DRIVES/dos2031 |