diff options
author | wiz <wiz@pkgsrc.org> | 2000-07-02 01:05:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-07-02 01:05:11 +0000 |
commit | 3010a779bcdec5ad6f7b8ae6d14730ecaf63ffd4 (patch) | |
tree | f938c7fc7b8d229f65e733c9b35dedbac3fd395b /emulators/darcnes/patches | |
parent | 28c9349cb01bd65d568df402637337d23b7997c5 (diff) | |
download | pkgsrc-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/darcnes/patches')
-rw-r--r-- | emulators/darcnes/patches/patch-ab | 13 | ||||
-rw-r--r-- | emulators/darcnes/patches/patch-ac | 13 |
2 files changed, 0 insertions, 26 deletions
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 |