diff options
author | kristerw <kristerw@pkgsrc.org> | 2002-04-22 21:02:10 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2002-04-22 21:02:10 +0000 |
commit | eae93f63161cc5d6512ea930e15f0cfdcd3fcbb8 (patch) | |
tree | 4aabba756560c28fba8b72bec5d3f013fd57a737 /emulators/vice/PLIST | |
parent | b9948477bfef638aa704514e7bf9776049af74a9 (diff) | |
download | pkgsrc-eae93f63161cc5d6512ea930e15f0cfdcd3fcbb8.tar.gz |
Update vice to version 1.9.
Changes since vice-1.7 include:
** C64 changes
- The REU is emulated cycle exact now.
- Added support for Retro Replay cartridge.
- Fixed a CIA timer emulation bug.
- Frankie goes to Hollywood may work now.
** C128 changes
- VDC has been improved a lot (but not ready for RFO now).
- Fixed a stupid bug in the Z80 emulation.
- Fixed $ff01-$ff04 MMU register access.
- Added support for C64 type cartridges.
** VIC-II
- Fast PAL emulation has been added.
- Added VIC-II reengineered palette.
- Added also command line switches for:
brightness, contrast, saturation, gamma
- New style luminance signals
- Using internal/external palette
- Various fixes to make more demos work.
** Drive changes
- True drive emulation is default now.
- A reset during autostart restores true drive emulation if enabled
before.
- Relaxed disk change timing a bit and fixed the sync bit. More
programs will recognise the disk change now.
- Odd sized d64 images are supported now.
** General
- Real PAL filter emulation.
Diffstat (limited to 'emulators/vice/PLIST')
-rw-r--r-- | emulators/vice/PLIST | 28 |
1 files changed, 20 insertions, 8 deletions
diff --git a/emulators/vice/PLIST b/emulators/vice/PLIST index 35dbae18708..92afff2601c 100644 --- a/emulators/vice/PLIST +++ b/emulators/vice/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:18 seb Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/04/22 21:02:10 kristerw Exp $ bin/c1541 bin/petcat bin/vsid @@ -18,16 +18,17 @@ include/resid/voice.h include/resid/wave.h @unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/vice.info info/vice.info -@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/vice.info info/vice.info-1 info/vice.info-2 info/vice.info-3 info/vice.info-4 info/vice.info-5 info/vice.info-6 +@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/vice.info man/man1/c1541.1 man/man1/petcat.1 man/man1/vice.1 +share/doc/html/vice/index.html share/doc/html/vice/vice_1.html share/doc/html/vice/vice_10.html share/doc/html/vice/vice_11.html @@ -45,18 +46,15 @@ share/doc/html/vice/vice_7.html share/doc/html/vice/vice_8.html share/doc/html/vice/vice_9.html share/doc/html/vice/vice_toc.html -share/doc/vice/64doc.txt -share/doc/vice/Evaluation -share/doc/vice/PETdoc.txt +share/doc/vice/NLS-Howto.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 ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/vice.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/vice.mo +${PKGLOCALEDIR}/locale/it/LC_MESSAGES/vice.mo +${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/vice.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/vice.mo share/vice/C128/basic share/vice/C128/basic64 @@ -82,6 +80,7 @@ share/vice/C64/64gs.vrs share/vice/C64/basic share/vice/C64/basic.64gs share/vice/C64/c64s.vpl +share/vice/C64/c64mem.sym share/vice/C64/ccs64.vpl share/vice/C64/chargen share/vice/C64/default.vkm @@ -126,6 +125,7 @@ share/vice/CBM-II/white.vpl share/vice/DRIVES/d1541II share/vice/DRIVES/dos1001 share/vice/DRIVES/dos1541 +share/vice/DRIVES/dos1551 share/vice/DRIVES/dos1571 share/vice/DRIVES/dos1581 share/vice/DRIVES/dos2031 @@ -161,9 +161,20 @@ share/vice/PET/rom4b40.vrs share/vice/PET/rom4b80.vrs share/vice/PET/rom4g40.vrs share/vice/PET/white.vpl +share/vice/PLUS4/3plus1hi +share/vice/PLUS4/3plus1lo +share/vice/PLUS4/basic +share/vice/PLUS4/default.vkm +share/vice/PLUS4/default.vpl +share/vice/PLUS4/default.vrs +share/vice/PLUS4/kernal +share/vice/PLUS4/os2.vkm +share/vice/PLUS4/position.vkm +share/vice/PLUS4/vice.vpl share/vice/PRINTER/cbm1526 share/vice/PRINTER/mps801 share/vice/PRINTER/mps803 +share/vice/PRINTER/mps803.vpl share/vice/VIC20/basic share/vice/VIC20/chargen share/vice/VIC20/default.vkm @@ -177,6 +188,7 @@ share/vice/fonts/vice-cbm.pcf @dirrm share/vice/fonts @dirrm share/vice/VIC20 @dirrm share/vice/PRINTER +@dirrm share/vice/PLUS4 @dirrm share/vice/PET @dirrm share/vice/DRIVES @dirrm share/vice/CBM-II |