diff options
author | kristerw <kristerw> | 2001-02-25 19:35:52 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2001-02-25 19:35:52 +0000 |
commit | bc59902e36fc4d569e2c5c7cbfc02a9a02bc6c53 (patch) | |
tree | 068da0294d790103723607efcd15bed57f98d02d /emulators/vice/pkg | |
parent | 66776814ab1c3f35f543e48c1a2a0089002c5614 (diff) | |
download | pkgsrc-bc59902e36fc4d569e2c5c7cbfc02a9a02bc6c53.tar.gz |
Update to 1.6. Changes since 1.5:
** C64 changes
- Fixed REU snapshot bug.
- Added Warpspeed and Dinamic cartridge support.
- Fixed a bug in NTSC sprite timing.
- Pitfall 2 cartridge works again.
- Added a symbol file for the built-in monitor which allows moni-
toring of ROM sections (use 'll "c64mem.sym"' inside the monitor)
** C128 changes
- The Z80 emulation is almost complete now.
** VIC20 changes
- Fixed geometry settings. Games that enlarge the screen work now.
** Drive changes
- The drive emulation can also read error information from a 40 track
D64 image now.
- Fixed a bug in vdrive BAM allocation.
** Unix changes
- ESD and aRts sound support has been added.
** C1541 changes
- Commands to read/write GEOS formatted disks have been added.
Diffstat (limited to 'emulators/vice/pkg')
-rw-r--r-- | emulators/vice/pkg/DESCR | 5 | ||||
-rw-r--r-- | emulators/vice/pkg/PLIST | 27 |
2 files changed, 18 insertions, 14 deletions
diff --git a/emulators/vice/pkg/DESCR b/emulators/vice/pkg/DESCR index 635567da297..0d0e2b1b80d 100644 --- a/emulators/vice/pkg/DESCR +++ b/emulators/vice/pkg/DESCR @@ -13,6 +13,5 @@ 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. +The current version emulates the C64, the C128, 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 00439a642ea..eb5b6793a14 100644 --- a/emulators/vice/pkg/PLIST +++ b/emulators/vice/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2000/12/11 23:20:48 wiz Exp $ +@comment $NetBSD: PLIST,v 1.8 2001/02/25 19:35:53 kristerw Exp $ bin/c1541 bin/petcat bin/vsid @@ -39,20 +39,21 @@ share/doc/html/vice/vice_toc.html share/doc/vice/64doc.txt share/doc/vice/Evaluation share/doc/vice/PETdoc.txt +share/doc/vice/Readme.beos share/doc/vice/Readme.dos +share/doc/vice/Win32-Howto.txt share/doc/vice/cbm_basic_tokens.txt share/doc/vice/drive_info.txt share/doc/vice/mon.txt share/doc/vice/serial.txt -share/doc/vice/Win32-Howto.txt share/vice/C128/basic -share/vice/C128/chargen share/vice/C128/c64s.vpl share/vice/C128/ccs64.vpl -share/vice/C128/frodo.vpl +share/vice/C128/chargen share/vice/C128/default.vkm share/vice/C128/default.vpl share/vice/C128/default.vrs +share/vice/C128/frodo.vpl share/vice/C128/godot.vpl share/vice/C128/kernal share/vice/C128/os2.vkm @@ -60,25 +61,26 @@ 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 -share/vice/C64/basic.64gs share/vice/C64/c64s.vpl -share/vice/C64/chargen share/vice/C64/ccs64.vpl +share/vice/C64/chargen share/vice/C64/default.vkm share/vice/C64/default.vpl share/vice/C64/default.vrs share/vice/C64/frodo.vpl share/vice/C64/godot.vpl share/vice/C64/kernal -share/vice/C64/kernal.4064 -share/vice/C64/kernal.64gs -share/vice/C64/kernal.sx64 share/vice/C64/os2.vkm +share/vice/C64/os2_sym.vkm share/vice/C64/pc64.vpl share/vice/C64/position.vkm +share/vice/C64/4064.vrs +share/vice/C64/64gs.vrs +share/vice/C64/basic.64gs +share/vice/C64/kernal.4064 +share/vice/C64/kernal.64gs +share/vice/C64/kernal.sx64 share/vice/C64/sx64.vrs share/vice/CBM-II/amber.vpl share/vice/CBM-II/basic.128 @@ -88,6 +90,7 @@ share/vice/CBM-II/chargen.600 share/vice/CBM-II/chargen.700 share/vice/CBM-II/default.vpl share/vice/CBM-II/kernal +share/vice/CBM-II/os2.vkm share/vice/CBM-II/rom128h.vrs share/vice/CBM-II/rom128l.vrs share/vice/CBM-II/rom256h.vrs @@ -121,6 +124,8 @@ share/vice/PET/graphics.vkm share/vice/PET/kernal1 share/vice/PET/kernal2 share/vice/PET/kernal4 +share/vice/PET/os2.vkm +share/vice/PET/os2_40.vkm share/vice/PET/posg_de.vkm share/vice/PET/rom1g.vrs share/vice/PET/rom2b.vrs |