diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-02-06 23:10:09 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-02-06 23:10:09 +0000 |
commit | 059b4556abbef2729e727500f577093189155a3f (patch) | |
tree | ba4533d248a8922a2953caf510446cec24807a23 | |
parent | 388ba3f68ae906f8177eb6ae9e8b4eea0d5101f5 (diff) | |
download | pkgsrc-059b4556abbef2729e727500f577093189155a3f.tar.gz |
Update VICE to 1.16.
Changes since 1.15:
** General
- Improved accuracy of 65xx processor core emulation.
** Drive changes
- Added support for idle traps to 1551 emulation.
** C64 changes
- Fixed crash using REU emulation.
- A timing problem has been fixed using old NTSC mode.
- Some stupid char ROM display bug has been fixed.
** C128 changes
- Fixed crash using REU emulation or CP/M mode.
** PLUS4 changes
- Added proper TAP support.
** Unix Changes
- Hardware scaling can be switched at runtime now.
- Fixed crash on machines with weird vidmode configurations.
- Fixed random crash if settings are saved.
** Miscellaneous changes
- Fixed some crash in the file system emulation.
- Improved datasette motor emulation.
-rw-r--r-- | emulators/vice/Makefile | 5 | ||||
-rw-r--r-- | emulators/vice/PLIST | 13 | ||||
-rw-r--r-- | emulators/vice/distinfo | 6 |
3 files changed, 12 insertions, 12 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 0e7b80d6da2..026103c1288 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2004/10/03 00:14:41 tv Exp $ +# $NetBSD: Makefile,v 1.53 2005/02/06 23:10:09 kristerw Exp $ # -DISTNAME= vice-1.15 -PKGREVISION= 2 +DISTNAME= vice-1.16 CATEGORIES= emulators MASTER_SITES= ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/ \ http://www.nic.funet.fi/pub/cbm/crossplatform/emulators/VICE/ diff --git a/emulators/vice/PLIST b/emulators/vice/PLIST index 9b0ed1703c0..fcb47e7ebf5 100644 --- a/emulators/vice/PLIST +++ b/emulators/vice/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2004/08/31 15:53:09 dillo Exp $ +@comment $NetBSD: PLIST,v 1.13 2005/02/06 23:10:09 kristerw Exp $ bin/c1541 bin/petcat bin/vsid @@ -108,7 +108,8 @@ share/vice/C64/os2_sym.vkm share/vice/C64/pc64.vpl share/vice/C64/vice.vpl share/vice/C64/win_pos.vkm -share/vice/C64/win_sym.vkm +share/vice/C64/win_sym_de.vkm +share/vice/C64/win_sym_us.vkm share/vice/C64/x11_pos.vkm share/vice/C64/x11_sym.vkm share/vice/CBM-II/amber.vpl @@ -139,8 +140,8 @@ share/vice/CBM-II/rom256h.vrs share/vice/CBM-II/rom256l.vrs share/vice/CBM-II/rom500.vrs share/vice/CBM-II/white.vpl -share/vice/CBM-II/win_bukp.vkm -share/vice/CBM-II/win_buks.vkm +share/vice/CBM-II/win_pos_uk.vkm +share/vice/CBM-II/win_sym_uk.vkm share/vice/CBM-II/x11_buks.vkm share/vice/DRIVES/d1541II share/vice/DRIVES/d1571cr @@ -183,8 +184,8 @@ share/vice/PET/rom4b40.vrs share/vice/PET/rom4b80.vrs share/vice/PET/rom4g40.vrs share/vice/PET/white.vpl -share/vice/PET/win_bgrs.vkm -share/vice/PET/win_buks.vkm +share/vice/PET/win_sym_gr.vkm +share/vice/PET/win_sym_uk.vkm share/vice/PET/x11_bdep.vkm share/vice/PET/x11_bdes.vkm share/vice/PET/x11_bgrs.vkm diff --git a/emulators/vice/distinfo b/emulators/vice/distinfo index 42bcee53a53..fcf2cf62d10 100644 --- a/emulators/vice/distinfo +++ b/emulators/vice/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.16 2004/08/31 15:53:09 dillo Exp $ +$NetBSD: distinfo,v 1.17 2005/02/06 23:10:09 kristerw Exp $ -SHA1 (vice-1.15.tar.gz) = 094f371fd79bded492473708910de8cc637b4e19 -Size (vice-1.15.tar.gz) = 3912194 bytes +SHA1 (vice-1.16.tar.gz) = ec3780e66a97fc235e3ff04b334210945fa3750a +Size (vice-1.16.tar.gz) = 3940579 bytes SHA1 (patch-aa) = fa152c1d14aad31c0b50fe96c83b4e5cfa06de5f SHA1 (patch-ab) = e9cebe89629f2dacb500695e4205cc33fab18bfe SHA1 (patch-ac) = bb648b8dc668a12540eab9f1be6374aab8cda35a |