diff options
author | wiz <wiz> | 2000-08-27 14:08:31 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-08-27 14:08:31 +0000 |
commit | 1c75648b3400484848a914a0d53ec9367628257f (patch) | |
tree | ad568600d5ff00576665f789eaaae697fe075458 /emulators/vice/pkg | |
parent | 3317f7dda64fc72f9402c59731fb85178b5122de (diff) | |
download | pkgsrc-1c75648b3400484848a914a0d53ec9367628257f.tar.gz |
Update to 1.5. Changes since 1.2:
** General changes
- Screenshots can be saved now.
- Fixed slowdown bug with flickering drive led.
** C128 changes
- The Z80 emulation has been improved. CP/M will boot now.
- The VDC can display flashing and reverse text attributes now.
** C64 changes
- Fixed crash caused by VIC-II memory corruption.
- Expert cartridge is emulated now.
- Some NTSC fixes. Now the border looks a bit small, but most NTSC
programs should work.
- Fixed CIA TOD initialization.
- Super Snapshot V5 and REX fastload carts are emulated now.
- The REU emulation has been improved.
- Sprites in non-visible parts of the screen should not crash the
emulator anymore.
- A sprite snapshot bug has been fixed.
** VIC20 changes
- Fixed VIC crash.
- Fixed VIC display bug.
** Unix changes
- Palette changes work better now.
- Added support for gettext based national language support.
Initial german translation for Unix based UIs is provided.
- NTSC timing is correct now (100% 60fps).
- The emulator keeps running when menus are used.
- Fixed some crashs and memory leaks in the XAW file selector
widget.
- New GNOME port of VICE. (not activated in package)
- G64 images can be created now.
** Drive changes
- Fixed a bug in the 1581 true drive emulation that prevented the
use as drive #9.
- Fixed a bug in the 8050 vdrive emulaton.
- Fixed a bug that caused drive #8 to be diabled if file system
access for drive #11 is disabled and all disks are detached.
- Fixed IEC initialization bug that broke true drive emulation.
- D71 BAM calculation has been fixed.
- A drive RAM expansion is available now.
- New 2040, 3040 and 4040 disk drive support.
** Tape changes
- Now saving TAPs should work for big endian machines too.
** Miscellaneous changes
- The REU can be used with Super Snapshot 5 or Expert Cartridge.
- The monitor "z" command has been fixed.
- Fixed some tape counter bugs.
- Fixed a crash with ZIP archives.
- Fixed a bug that prevented writing to gzipped disk images.
- Fixed a crash if the image content lister is used on disk images
with many files.
- There is some experimental read only REL file support in the vdrive
emulation now.
Diffstat (limited to 'emulators/vice/pkg')
-rw-r--r-- | emulators/vice/pkg/PLIST | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/emulators/vice/pkg/PLIST b/emulators/vice/pkg/PLIST index ba368b8230d..05f37eddf84 100644 --- a/emulators/vice/pkg/PLIST +++ b/emulators/vice/pkg/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.5 2000/02/08 03:44:18 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2000/08/27 14:08:36 wiz Exp $ bin/c1541 bin/petcat +bin/vsid bin/x128 bin/x64 bin/xcbm2 @@ -24,7 +25,6 @@ share/doc/vice/PETdoc.txt share/doc/vice/Readme.dos share/doc/vice/cbm_basic_tokens.txt share/doc/vice/drive_info.txt -share/doc/vice/mnemonics.txt share/doc/vice/mon.txt share/doc/vice/serial.txt share/doc/vice/vice_1.html @@ -55,6 +55,7 @@ share/vice/C128/default.vpl share/vice/C128/default.vrs share/vice/C128/godot.vpl share/vice/C128/kernal +share/vice/C128/os2.vkm share/vice/C128/pc64.vpl share/vice/C128/position.vkm share/vice/C128/vdc_deft.vpl @@ -75,6 +76,7 @@ share/vice/C64/kernal share/vice/C64/kernal.4064 share/vice/C64/kernal.64gs share/vice/C64/kernal.sx64 +share/vice/C64/os2.vkm share/vice/C64/pc64.vpl share/vice/C64/position.vkm share/vice/C64/sx64.vrs @@ -97,6 +99,9 @@ share/vice/DRIVES/dos1541 share/vice/DRIVES/dos1571 share/vice/DRIVES/dos1581 share/vice/DRIVES/dos2031 +share/vice/DRIVES/dos2040 +share/vice/DRIVES/dos3040 +share/vice/DRIVES/dos4040 share/vice/PET/amber.vpl share/vice/PET/basic1 share/vice/PET/basic2 @@ -130,7 +135,10 @@ share/vice/VIC20/default.vkm share/vice/VIC20/default.vpl share/vice/VIC20/default.vrs share/vice/VIC20/kernal +share/vice/VIC20/os2.vkm share/vice/VIC20/position.vkm +share/vice/fonts/fonts.dir +share/vice/fonts/vice-cbm.pcf @dirrm share/doc/vice @dirrm share/vice/C128 @dirrm share/vice/C64 @@ -138,4 +146,5 @@ share/vice/VIC20/position.vkm @dirrm share/vice/DRIVES @dirrm share/vice/PET @dirrm share/vice/VIC20 +@dirrm share/vice/fonts @dirrm share/vice |