summaryrefslogtreecommitdiff
path: root/emulators/uae/patches
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-10-14 22:15:49 +0000
committerkristerw <kristerw>2005-10-14 22:15:49 +0000
commita262bffc83ce4da041d3bcb8d479ee7506b16298 (patch)
treef7dc8de2458633353bafe17c579b0244144ccd3a /emulators/uae/patches
parent82d22be11838e8b283efa91ecb2133727486d4ce (diff)
downloadpkgsrc-a262bffc83ce4da041d3bcb8d479ee7506b16298.tar.gz
Update uae to version 0.8.25.
Changes since version 0.22: - Moved over some features from WinUAE: * better m68k exception handling * better m68k prefetch emulation * better debugger - More merging with WinUAE; a lot of the input device code has changed - GUI cleaned up. - Quest to eliminate useless options continues: 68000 mode is always "slow but compatible"; it's not that slow after all. - Now uses GTK2 for the GUI. - Added ALSA sound support from Heikki Orsila
Diffstat (limited to 'emulators/uae/patches')
-rw-r--r--emulators/uae/patches/patch-aa7
-rw-r--r--emulators/uae/patches/patch-ab13
-rw-r--r--emulators/uae/patches/patch-ac37
3 files changed, 36 insertions, 21 deletions
diff --git a/emulators/uae/patches/patch-aa b/emulators/uae/patches/patch-aa
index a18facbd41d..94a4a1c50f9 100644
--- a/emulators/uae/patches/patch-aa
+++ b/emulators/uae/patches/patch-aa
@@ -1,6 +1,7 @@
-$NetBSD: patch-aa,v 1.5 2001/05/31 21:38:51 kristerw Exp $
---- src/zfile.c.bak Mon Feb 28 16:29:55 2000
-+++ src/zfile.c Thu May 31 21:27:21 2001
+$NetBSD: patch-aa,v 1.6 2005/10/14 22:15:49 kristerw Exp $
+
+--- src/zfile.c.orig 2005-08-12 20:46:41.000000000 +0200
++++ src/zfile.c 2005-08-12 20:47:10.000000000 +0200
@@ -125,10 +125,8 @@
char cmd[1024];
if (!dst)
diff --git a/emulators/uae/patches/patch-ab b/emulators/uae/patches/patch-ab
index 18410c21d21..ea0da3f7cdd 100644
--- a/emulators/uae/patches/patch-ab
+++ b/emulators/uae/patches/patch-ab
@@ -1,7 +1,8 @@
-$NetBSD: patch-ab,v 1.4 2001/08/01 20:44:04 kristerw Exp $
---- src/disk.c.bak Sat Jul 28 15:44:50 2001
-+++ src/disk.c Wed Aug 1 22:24:13 2001
-@@ -1152,6 +1152,8 @@
+$NetBSD: patch-ab,v 1.5 2005/10/14 22:15:49 kristerw Exp $
+
+--- src/disk.c.orig 2005-08-12 20:48:07.000000000 +0200
++++ src/disk.c 2005-08-12 20:48:56.000000000 +0200
+@@ -1178,6 +1178,8 @@
also it seems some copy protections require this fix */
DISK_start ();
@@ -10,11 +11,11 @@ $NetBSD: patch-ab,v 1.4 2001/08/01 20:44:04 kristerw Exp $
/* Try to make floppy access from Kickstart faster. */
if (dskdmaen != 2)
return;
-@@ -1196,6 +1198,7 @@
+@@ -1222,6 +1224,7 @@
}
}
}
+#endif
}
- /* this is very unoptimized. DSKBYTR is used very rarely, so it should not matter. */
+ /* not a real hardware register */
diff --git a/emulators/uae/patches/patch-ac b/emulators/uae/patches/patch-ac
index 11e9deb1fe5..32aa078ee06 100644
--- a/emulators/uae/patches/patch-ac
+++ b/emulators/uae/patches/patch-ac
@@ -1,13 +1,26 @@
-$NetBSD: patch-ac,v 1.8 2004/03/26 22:24:36 kristerw Exp $
+$NetBSD: patch-ac,v 1.9 2005/10/14 22:15:49 kristerw Exp $
---- configure.orig 2004-03-26 21:52:11.000000000 +0000
-+++ configure 2004-03-26 21:52:55.000000000 +0000
-@@ -6400,7 +6400,7 @@
- int soundfd; ioctl (soundfd, SNDCTL_DSP_GETFMTS, 0);
- ; return 0; }
- EOF
--if { (eval echo configure:6404: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:6404: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
- rm -rf conftest*
- echo "$ac_t""yes" 1>&6
- HAVE_USS_SOUND=yes
+--- configure.orig 2005-08-12 20:14:06.000000000 +0200
++++ configure 2005-08-12 20:14:58.000000000 +0200
+@@ -14385,16 +14385,16 @@
+ echo "${ECHO_T}ALSA" >&6
+ SOUNDDEP=sd-alsa
+ USE_SOUND=yes
+-else if [ "x$HAVE_USS_SOUND" = "xyes" ]; then
+- echo "$as_me:$LINENO: result: USS" >&5
+-echo "${ECHO_T}USS" >&6
+- SOUNDDEP=sd-uss
+- USE_SOUND=yes
+ else if [ "x$ac_cv_header_sys_audioio_h" = "xyes" -o "x$ac_cv_header_sun_audioio_h" = "xyes" ]; then
+ echo "$as_me:$LINENO: result: Solaris/NetBSD" >&5
+ echo "${ECHO_T}Solaris/NetBSD" >&6
+ SOUNDDEP=sd-solaris
+ USE_SOUND=yes
++else if [ "x$HAVE_USS_SOUND" = "xyes" ]; then
++ echo "$as_me:$LINENO: result: USS" >&5
++echo "${ECHO_T}USS" >&6
++ SOUNDDEP=sd-uss
++ USE_SOUND=yes
+ else if [ "x$HAVE_AF_LIB" = "xyes" ]; then
+ echo "$as_me:$LINENO: result: AF sound" >&5
+ echo "${ECHO_T}AF sound" >&6