summaryrefslogtreecommitdiff
path: root/emulators/uae
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2001-08-01 20:44:03 +0000
committerkristerw <kristerw@pkgsrc.org>2001-08-01 20:44:03 +0000
commita8bdd3bdfd6ffe795f5ace8e747f8c03bf531df6 (patch)
treeed49bdbba72820ac10c1e4639b0c0f0754b7ef78 /emulators/uae
parenteab6467783a161b6b1de3f56cfe01a0aed6ce950 (diff)
downloadpkgsrc-a8bdd3bdfd6ffe795f5ace8e747f8c03bf531df6.tar.gz
Update uae to 0.8.17.
User-visible changes in 0.8.17: - AGA should be a bit faster. - AGA sprites emulation added by Toni Wilen. - Numerous bug fixes. - In the Unix version, the gtk UI has a lot more options available. There's a new option "Enable copper speedup code"; I'd be interested in hearing whether there's any software out there that does not work (or runs slower) if this option is enabled. - Now supports image files of high density floppies (Dr. Adil Temel). - Support for A1000 Kickstart disks (Gerald Schnabel). - The option to disable autoconfig devices no longer exists; the emulator automatically recognizes if the Kickstart version is too old. - Numerous improvements for the integrated debugger. - State save/restore implemented by Toni Wilen. At the moment, this is experimental, "use at your own risk" code. It is not guaranteed that future versions of the emulator will be able to read snapshots saved by this version. Test it and report bugs.
Diffstat (limited to 'emulators/uae')
-rw-r--r--emulators/uae/Makefile6
-rw-r--r--emulators/uae/distinfo10
-rw-r--r--emulators/uae/patches/patch-ab12
-rw-r--r--emulators/uae/patches/patch-ac15
4 files changed, 20 insertions, 23 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile
index bce281f0171..c0319bce030 100644
--- a/emulators/uae/Makefile
+++ b/emulators/uae/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2001/06/11 06:34:32 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2001/08/01 20:44:03 kristerw Exp $
-DISTNAME= uae-0.8.16
-PKGNAME= ${DISTNAME}nb1
+DISTNAME= uae-0.8.17
+PKGNAME= ${DISTNAME}
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.freiburg.linux.de/pub/uae/sources/develop/
diff --git a/emulators/uae/distinfo b/emulators/uae/distinfo
index 6cb8e11b717..b74625cc164 100644
--- a/emulators/uae/distinfo
+++ b/emulators/uae/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2001/05/31 21:38:51 kristerw Exp $
+$NetBSD: distinfo,v 1.4 2001/08/01 20:44:03 kristerw Exp $
-SHA1 (uae-0.8.16.tar.gz) = 98d182f256e935669169791595813e9b53b35b94
-Size (uae-0.8.16.tar.gz) = 805553 bytes
+SHA1 (uae-0.8.17.tar.gz) = 41098c6703062b3cf3ccf35e2e1f6cb992fbecf7
+Size (uae-0.8.17.tar.gz) = 838968 bytes
SHA1 (patch-aa) = 6045d32ce2b123410b20bbd410111400766834f9
-SHA1 (patch-ab) = b55b6eb64590240a4ddaba898637090212f6ca24
-SHA1 (patch-ac) = e7c7af562a42aab161bc93de7bf360fe27ce038b
+SHA1 (patch-ab) = 7a174709e599b252d82ec9ef949aa8feab2f279e
+SHA1 (patch-ac) = fd3d75d947b08e9c1a6c16766ba8b160da822ad4
SHA1 (patch-ad) = a09d1f291d3cae46a92116c512a21601806f874e
diff --git a/emulators/uae/patches/patch-ab b/emulators/uae/patches/patch-ab
index a9e34a9aa79..18410c21d21 100644
--- a/emulators/uae/patches/patch-ab
+++ b/emulators/uae/patches/patch-ab
@@ -1,7 +1,7 @@
-$NetBSD: patch-ab,v 1.3 2001/05/31 21:38:52 kristerw Exp $
---- src/disk.c.bak Mon Feb 19 21:59:10 2001
-+++ src/disk.c Thu May 31 21:32:05 2001
-@@ -1037,6 +1037,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 @@
also it seems some copy protections require this fix */
DISK_start ();
@@ -10,11 +10,11 @@ $NetBSD: patch-ab,v 1.3 2001/05/31 21:38:52 kristerw Exp $
/* Try to make floppy access from Kickstart faster. */
if (dskdmaen != 2)
return;
-@@ -1076,6 +1078,7 @@
+@@ -1196,6 +1198,7 @@
}
}
}
+#endif
}
- /* this unoptimized code should be enough (DSKBYTR and DSKDATR are used very rarely) */
+ /* this is very unoptimized. DSKBYTR is used very rarely, so it should not matter. */
diff --git a/emulators/uae/patches/patch-ac b/emulators/uae/patches/patch-ac
index 45ebfcf4f96..ca761b14fb2 100644
--- a/emulators/uae/patches/patch-ac
+++ b/emulators/uae/patches/patch-ac
@@ -1,18 +1,18 @@
-$NetBSD: patch-ac,v 1.1 2001/05/31 21:38:52 kristerw Exp $
---- configure.bak Tue Aug 15 22:01:31 2000
-+++ configure Thu May 31 22:46:00 2001
-@@ -6396,9 +6396,8 @@
+$NetBSD: patch-ac,v 1.2 2001/08/01 20:44:04 kristerw Exp $
+--- configure.bak Mon Jul 30 21:19:23 2001
++++ configure Wed Aug 1 22:21:35 2001
+@@ -6393,9 +6393,8 @@
fi
-if [ "x$HAVE_MACHINE_JOYSTICK_H" = "xyes" ]; then
- cat > conftest.$ac_ext <<EOF
- #line 6402 "configure"
+ #line 6399 "configure"
+cat > conftest.$ac_ext <<EOF
#include "confdefs.h"
#include <machine/joystick.h>
int main() {
-@@ -6411,11 +6410,10 @@
+@@ -6408,9 +6407,7 @@
else
echo "configure: failed program was:" >&5
cat conftest.$ac_ext >&5
@@ -22,7 +22,4 @@ $NetBSD: patch-ac,v 1.1 2001/05/31 21:38:52 kristerw Exp $
+ rm -rf conftest*
OD_JOYSTICK=$OSDEP/joystick.c
fi
-+rm -f conftest*
- rm -f src/machdep
- rm -f src/osdep