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/patches/patch-ac | |
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/patches/patch-ac')
-rw-r--r-- | emulators/vice/patches/patch-ac | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/emulators/vice/patches/patch-ac b/emulators/vice/patches/patch-ac index 5a56b44667e..da67619d268 100644 --- a/emulators/vice/patches/patch-ac +++ b/emulators/vice/patches/patch-ac @@ -1,17 +1,17 @@ -$NetBSD: patch-ac,v 1.5 2000/02/08 11:37:55 tron Exp $ +$NetBSD: patch-ac,v 1.6 2000/08/27 14:08:35 wiz Exp $ ---- configure.orig Wed Nov 24 00:41:27 1999 -+++ configure Tue Feb 8 12:22:00 2000 -@@ -3990,6 +3990,8 @@ +--- configure.orig Tue Jul 25 00:02:45 2000 ++++ configure +@@ -4565,6 +4565,8 @@ SOUND_DRIVERS="" + if test "x$is_dos" != "xyes"; then +# we don't want to find OSS emulation, let's use NetBSD's own interface +if false; then for ac_hdr in linux/soundcard.h machine/soundcard.h do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -@@ -4029,6 +4031,7 @@ +@@ -4605,6 +4607,7 @@ echo "$ac_t""no" 1>&6 fi done @@ -19,16 +19,16 @@ $NetBSD: patch-ac,v 1.5 2000/02/08 11:37:55 tron Exp $ for ac_hdr in dmedia/audio.h do -@@ -5195,7 +5198,7 @@ +@@ -5776,7 +5779,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-lreadline $LIBS" +LIBS="-ledit -ltermcap $LIBS" cat > conftest.$ac_ext <<EOF - #line 5201 "configure" + #line 5782 "configure" #include "confdefs.h" -@@ -5223,7 +5226,7 @@ +@@ -5804,7 +5807,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 @@ -37,25 +37,25 @@ $NetBSD: patch-ac,v 1.5 2000/02/08 11:37:55 tron Exp $ else echo "$ac_t""no" 1>&6 -@@ -5590,7 +5593,7 @@ +@@ -6310,7 +6313,7 @@ # For Solaris; some versions of Sun CC require a space after -R and # others require no space. Words are not sufficient . . . . case "`(uname -sr) 2>/dev/null`" in - "SunOS 5"*) + "SunOS 5"*|"NetBSD "*) echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 - echo "configure:5596: checking whether -R must be followed by a space" >&5 + echo "configure:6316: checking whether -R must be followed by a space" >&5 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries" -@@ -6642,7 +6645,7 @@ +@@ -7362,7 +7365,7 @@ fi - +if false; then echo $ac_n "checking for XpmCreatePixmapFromData in -lXpm""... $ac_c" 1>&6 - echo "configure:6648: checking for XpmCreatePixmapFromData in -lXpm" >&5 + echo "configure:7368: checking for XpmCreatePixmapFromData in -lXpm" >&5 ac_lib_var=`echo Xpm'_'XpmCreatePixmapFromData | sed 'y%./+-%__p_%'` -@@ -6687,7 +6690,7 @@ +@@ -7407,7 +7410,7 @@ else echo "$ac_t""no" 1>&6 fi |