summaryrefslogtreecommitdiff
path: root/emulators/darcnes/patches/patch-ah
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-06-03 10:57:11 +0000
committerwiz <wiz@pkgsrc.org>2000-06-03 10:57:11 +0000
commit2e1ba9f8de7e9eb969174103175bcc26d3a2b626 (patch)
tree1f7200f9654be91b5ba13918800686a856c61e3a /emulators/darcnes/patches/patch-ah
parentadf4bc6d1c4cb17d1d318e626ce261fc9035fd5b (diff)
downloadpkgsrc-2e1ba9f8de7e9eb969174103175bcc26d3a2b626.tar.gz
Update to 2000-05-30.
Changes since the last version, from the authors web page: Moved some event queue code out from pce.c to event.[ch]. Added automatic dependancy support to the Makefile. Cleaned several things up to make porting easier. Cleaned several things up to make cross-compilation easier. Changed a couple headers to compile cleanly with a C++ compiler. Added support for expansion cards to the Apple ][ emulation. Added support for the language card to the Apple ][ emulation. Added code to load more roms to the Apple ][ emulation. Added preliminary Apple ][ disk support (can't use it without gdb, though). Fixed color on Apple ][ text mode. Added Apple ][ hires graphics mode. Added a first approximation of Apple ][ lores graphics mode. Added IRQ support to the emu68k core (no, genesis emulation still doesn't work). Added a new 6502 core (only used on NES right now, may be slightly buggy). Made many improvements/fixes to the emu68k core (no, it _still_ doesn't work). Fixed genesis memory access to mask down to 24 bit addresses. Fixed Apple ][ space bar key. Removed the (unused) m6280 core. Changed most NES mappers to not need to know how large the PRG ROM is. Cleaned up the NES sprite renderer slightly. Changed the video interface to not use procpointers.
Diffstat (limited to 'emulators/darcnes/patches/patch-ah')
-rw-r--r--emulators/darcnes/patches/patch-ah6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/darcnes/patches/patch-ah b/emulators/darcnes/patches/patch-ah
index fb0e99d17c0..f6b618d3900 100644
--- a/emulators/darcnes/patches/patch-ah
+++ b/emulators/darcnes/patches/patch-ah
@@ -1,7 +1,7 @@
-$NetBSD: patch-ah,v 1.1 2000/02/14 02:44:47 wiz Exp $
+$NetBSD: patch-ah,v 1.2 2000/06/03 10:57:13 wiz Exp $
---- ./types.h.orig Tue Dec 7 03:01:23 1999
-+++ ./types.h Mon Feb 14 02:37:37 2000
+--- types.h.orig Tue Dec 7 03:01:23 1999
++++ types.h Thu Jun 1 02:43:11 2000
@@ -13,6 +13,8 @@
#include MACH_TYPES
#endif