diff options
author | kristerw <kristerw> | 2002-09-07 09:17:11 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2002-09-07 09:17:11 +0000 |
commit | 909cd6ae70d8e5fc999fdcca88be62dfe48aea08 (patch) | |
tree | a71df0da347c7f79ed77fdd9a2699426834202b7 /emulators/vice/patches | |
parent | bd3309869f185bd78155537ccd3381290b3e4eba (diff) | |
download | pkgsrc-909cd6ae70d8e5fc999fdcca88be62dfe48aea08.tar.gz |
Update emulators/vice to version 1.10.
Changes since vice-1.9 include:
** General
- The keyboard handling has been reworked. In most ports the keys can
be assigned by *.vkm files.
- Fixed display bugs during warp mode.
- The autostart function prepares the drive with last accessed track,
sector and buffer data now.
- The opcode fetch of the 65xx CPU emulation is more accurate now.
** C64 changes
- A processor port bug has been fixed, so IWM Diamonds works again.
- Fixed a bug in the Retro Replay emulation.
- Added support for IDE64 interface emulation.
** C128 changes
- Added DIN charset support.
- Added support for second color bank.
** VIC20 changes
- Access to unconnected address space has been fixed.
** VIC-II
- $d016 xsmooth emulation is cycle exact now!
- Many small bugs in the VIC-II emulation have been fixed.
- Accessing unconnected address space returns last phi1 data read by
the VIC-II now.
- Fixed bug loading a snapshot image with sprites enabled.
** Drive changes
- Implemented firmware ROM mirrors.
** Tape changes
- The image content lister lists the contents of TAP images too.
Diffstat (limited to 'emulators/vice/patches')
-rw-r--r-- | emulators/vice/patches/patch-ac | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/emulators/vice/patches/patch-ac b/emulators/vice/patches/patch-ac deleted file mode 100644 index a24fbf8059b..00000000000 --- a/emulators/vice/patches/patch-ac +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-ac,v 1.11 2002/04/22 21:02:11 kristerw Exp $ ---- configure.orig Fri Apr 19 22:01:43 2002 -+++ configure Mon Apr 22 21:04:42 2002 -@@ -4879,7 +4879,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lreadline $LIBS" -+LIBS="-lreadline -ltermcap $LIBS" - cat > conftest.$ac_ext <<EOF - #line 4885 "configure" - #include "confdefs.h" -@@ -4907,7 +4907,7 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- READLINE="" LIBS="-lreadline $LIBS" -+ READLINE="" LIBS="-lreadline -ltermcap $LIBS" - else - echo "$ac_t""no" 1>&6 - fi |