summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-07-02 01:05:11 +0000
committerwiz <wiz@pkgsrc.org>2000-07-02 01:05:11 +0000
commit3010a779bcdec5ad6f7b8ae6d14730ecaf63ffd4 (patch)
treef938c7fc7b8d229f65e733c9b35dedbac3fd395b /emulators
parent28c9349cb01bd65d568df402637337d23b7997c5 (diff)
downloadpkgsrc-3010a779bcdec5ad6f7b8ae6d14730ecaf63ffd4.tar.gz
Update darcnes to 20000625.
Changes from the web-page: o Added driver-specific menu support to the X version. o Broke all non-X versions (what, you didn't see this coming?). o Added a reset menu item for the Apple ][ driver (it's now somewhat usable). o Fixed unix sound and CD interfaces to automatically detect what type of system to compile for. o Added support for Inserting/Removing FDS disks, and changing which side is up. o Fixed "Error 24" problem reading many FDS disks (still need write support and timer IRQs). o Fixed GTK version (yes, this one is tested). o Fixed Makefile to allow overriding gtk-config (necessary for my system). o More tweaks to the 68000 core (no it doesn't work). o Cleaned up mapper 23 code (untested). o Removed mapper vsync hooks (they weren't being used). o Fixed NES palette mirroring (longstanding oops). o More untested fixes to the Allegro and SVGALib ports (let's hope they work this time).
Diffstat (limited to 'emulators')
-rw-r--r--emulators/darcnes/Makefile6
-rw-r--r--emulators/darcnes/files/md54
-rw-r--r--emulators/darcnes/files/patch-sum4
-rw-r--r--emulators/darcnes/patches/patch-ab13
-rw-r--r--emulators/darcnes/patches/patch-ac13
5 files changed, 6 insertions, 34 deletions
diff --git a/emulators/darcnes/Makefile b/emulators/darcnes/Makefile
index 8ff9872d994..44e83c9918a 100644
--- a/emulators/darcnes/Makefile
+++ b/emulators/darcnes/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2000/06/03 10:57:11 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2000/07/02 01:05:11 wiz Exp $
-DISTNAME= dn9a0530
-PKGNAME= darcnes-20000530
+DISTNAME= dn9a0625
+PKGNAME= darcnes-20000625
WRKSRC= ${WRKDIR}/darcnes
CATEGORIES= emulators
MASTER_SITES= http://www.netway.com/~nyef/
diff --git a/emulators/darcnes/files/md5 b/emulators/darcnes/files/md5
index 9eddace0d0e..3e5adbd2383 100644
--- a/emulators/darcnes/files/md5
+++ b/emulators/darcnes/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.5 2000/06/03 10:57:12 wiz Exp $
+$NetBSD: md5,v 1.6 2000/07/02 01:05:12 wiz Exp $
-MD5 (dn9a0530.tgz) = dbe043e8c46c457ebd36d2aee6f2eb42
+MD5 (dn9a0625.tgz) = 73b7511c225937f4f1a236998eecca17
diff --git a/emulators/darcnes/files/patch-sum b/emulators/darcnes/files/patch-sum
index fb806020cf1..b14545ca642 100644
--- a/emulators/darcnes/files/patch-sum
+++ b/emulators/darcnes/files/patch-sum
@@ -1,8 +1,6 @@
-$NetBSD: patch-sum,v 1.4 2000/06/03 10:57:12 wiz Exp $
+$NetBSD: patch-sum,v 1.5 2000/07/02 01:05:12 wiz Exp $
MD5 (patch-aa) = 94a30e3c235bf529b3097318dc31f1da
-MD5 (patch-ab) = c9f63900454e64bfa3548c4c3fa1a9b7
-MD5 (patch-ac) = d4b5b2c93ca2e854157ffe42483b6c5e
MD5 (patch-ad) = 75eec64ccc41f9cd860acde669b6137a
MD5 (patch-ae) = 6135951eb419ac279978285494db4e98
MD5 (patch-ag) = fa812e0a108929d5d9212d48cc1be2cb
diff --git a/emulators/darcnes/patches/patch-ab b/emulators/darcnes/patches/patch-ab
deleted file mode 100644
index e053b6f1ae9..00000000000
--- a/emulators/darcnes/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.4 2000/06/03 10:57:12 wiz Exp $
-
---- cd_unix.c.orig Wed Mar 15 04:48:04 2000
-+++ cd_unix.c Thu Jun 1 02:43:02 2000
-@@ -8,6 +8,6 @@
-
- /* #define CD_LINUX */ /* use linux-specific code */
--#define CD_FREEBSD /* use freebsd-specific code */
--/* #define CD_NETBSD */ /* use netbsd-specific code */
-+/* #define CD_FREEBSD */ /* use freebsd-specific code */
-+#define CD_NETBSD /* use netbsd-specific code */
-
- #ifdef CD_LINUX
diff --git a/emulators/darcnes/patches/patch-ac b/emulators/darcnes/patches/patch-ac
deleted file mode 100644
index 8a8d273ebec..00000000000
--- a/emulators/darcnes/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.4 2000/06/03 10:57:12 wiz Exp $
-
---- snd_unix.c.orig Sun Apr 9 06:49:13 2000
-+++ snd_unix.c Thu Jun 1 02:43:03 2000
-@@ -8,6 +8,6 @@
-
- /* #define SOUND_LINUX */ /* use linux sound header */
--#define SOUND_FREEBSD /* use freebsd sound header */
--/* #define SOUND_NETBSD */ /* use netbsd sound system */
-+/* #define SOUND_FREEBSD */ /* use freebsd sound header */
-+#define SOUND_NETBSD /* use netbsd sound system */
-
- #ifdef SOUND_LINUX