diff options
author | kristerw <kristerw@pkgsrc.org> | 2001-08-01 22:16:46 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2001-08-01 22:16:46 +0000 |
commit | ea17e1b94a67173655579135bad550d0a046563d (patch) | |
tree | 91c3e734e2c8e550f7a95c2648355a3114c46d04 /emulators/vice/Makefile | |
parent | 2efc95c931557fb9e4e0bfa2e47535e60901ef4a (diff) | |
download | pkgsrc-ea17e1b94a67173655579135bad550d0a046563d.tar.gz |
Update vice to 1.7.
Changes in VICE 1.7
===================
** C64 changes
- REU support has been rewritten to support different types and
images.
- Fixed a processor emulation bug which caused a crash in Summer
Games II.
- Fixed a snapshot bug causing Castles of Dr. Creep to quit after the
snapshot has been restored.
** C128 changes
- REU support has been rewritten to support different types and
images.
- Added support for internal and external function ROM images.
- Tape emulation has been added.
- Added register 26 support to VDC emulation to make LUnix work.
- Support for the CAPS key has been added.
- There is a limited C64 mode now.
** VIC20 changes
- VIC video emulation now almost cycle exact (try vimm or vvv demos)
NTSC video mode is supported.
** CBM-II changes
- Implemented a C510 (aka P128) emulation, using the existing VIC-II
emulation.
- Fix a couple of bugs in the CBM-II emulation (C610-C720).
** Drive changes
- Implemented experimental DOS1 (670 blocks free) support with CBM
2040 emulation.
- The read-only bit of the 1581 disk drive is emulated now.
** Unix changes
- Added preliminary (beta) DGA2 support.
- French translation; Credits to Eric (meepmeep).
- Datasette control UI.
- Zlib is used for reading compressed images.
Diffstat (limited to 'emulators/vice/Makefile')
-rw-r--r-- | emulators/vice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 9efef39f6ed..2316b666088 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2001/02/26 22:13:34 tron Exp $ +# $NetBSD: Makefile,v 1.17 2001/08/01 22:16:46 kristerw Exp $ -DISTNAME= vice-1.6 +DISTNAME= vice-1.7 CATEGORIES= emulators MASTER_SITES= ftp://ftp.funet.fi/pub/cbm/firmware/computers/c64/ \ ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/ |