diff options
author | dillo <dillo> | 2006-06-29 22:56:34 +0000 |
---|---|---|
committer | dillo <dillo> | 2006-06-29 22:56:34 +0000 |
commit | 6375a99faed373e4e0c1ec55f91acdbed8da062a (patch) | |
tree | c304e2a629b4b96647c1043375f96a2cd56adfa2 /emulators/vice/Makefile | |
parent | 0bddd6f2842816dc19f6e4dc9efb1bbb4e64c489 (diff) | |
download | pkgsrc-6375a99faed373e4e0c1ec55f91acdbed8da062a.tar.gz |
Update to 1.19:
- Fixed "RESTORE key works only once" bug.
- Fixed compilation with GCC4.
- [C64] Fixed an opcode execute problem with the +60k expansion.
- [C64] New c64 256k expansion support.
- [VIC-II] Fixed switch from idle state to display state.
- [VIC-II] Added missing DEN bit scrolling feature.
- The experimental netplay feature has been extended to the Unix
platforms for testing.
- Added IPV6 support to netplay.
- Fixed crash if settings are saved.
- Fixed some Gnome1 annoyances (popup menus in status bar)
- Rework of gnome save media (screenshot) dialog
- Xaw Statusbar fixes and improvements (new buttons for recording).
- Added various new screenshot formats.
- Improved the image content lister to display at least the first part
of a circular directory listing.
- Made the tape routines able to cope with non-standard header sizes.
XXX: should use SUBST framework instead of home-grown code.
Updated during freeze to fix gcc4 compile problems, okayed by wiz.
Diffstat (limited to 'emulators/vice/Makefile')
-rw-r--r-- | emulators/vice/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 1f84360046e..bee6f63ef1a 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.66 2006/04/17 13:46:23 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2006/06/29 22:56:34 dillo Exp $ # -DISTNAME= vice-1.18 -PKGREVISION= 4 +DISTNAME= vice-1.19 CATEGORIES= emulators MASTER_SITES= ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/ \ http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/ |