pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/vice Update VICE to 1.16.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6f836e7c61c
branches:  trunk
changeset: 488699:c6f836e7c61c
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Feb 06 23:10:09 2005 +0000

description:
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.

diffstat:

 emulators/vice/Makefile |   5 ++---
 emulators/vice/PLIST    |  13 +++++++------
 emulators/vice/distinfo |   6 +++---
 3 files changed, 12 insertions(+), 12 deletions(-)

diffs (69 lines):

diff -r 4aafed216026 -r c6f836e7c61c emulators/vice/Makefile
--- a/emulators/vice/Makefile   Sun Feb 06 21:59:35 2005 +0000
+++ b/emulators/vice/Makefile   Sun Feb 06 23:10:09 2005 +0000
@@ -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 -r 4aafed216026 -r c6f836e7c61c emulators/vice/PLIST
--- a/emulators/vice/PLIST      Sun Feb 06 21:59:35 2005 +0000
+++ b/emulators/vice/PLIST      Sun Feb 06 23:10:09 2005 +0000
@@ -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/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/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/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 -r 4aafed216026 -r c6f836e7c61c emulators/vice/distinfo
--- a/emulators/vice/distinfo   Sun Feb 06 21:59:35 2005 +0000
+++ b/emulators/vice/distinfo   Sun Feb 06 23:10:09 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index