diff options
author | wiz <wiz@pkgsrc.org> | 2000-03-08 01:42:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-03-08 01:42:12 +0000 |
commit | 413387bff1ed4438d2401493cca024d6beac5a39 (patch) | |
tree | 26605287f0b04727a0608332d02750ce5a7ae323 /emulators/darcnes/Makefile | |
parent | 0981af6e4aa9fbc939f1cb6797ba50d58e12ed11 (diff) | |
download | pkgsrc-413387bff1ed4438d2401493cca024d6beac5a39.tar.gz |
Update of darcnes to 20000305.
Changes:
o Added keyboard support to Apple ][ driver (only works under X).
o Added a couple more instructions to the emu68k core (and still nothing runs).
o Added range checking to ROM accesses in the genesis driver.
o Disabled I/O logging of FM chip writes in the genesis driver.
o Fixed a bug with MMC3 IRQs (SMB3 fortress now works correctly).
o Cleaned up the NES PPU code somewhat.
o Cleaned up the SMS sprite renderers somewhat.
o Rebuilt command line parsing for X version and added (but failed to
document) a command to override system detection (needed to access the
Apple ][ driver).
Diffstat (limited to 'emulators/darcnes/Makefile')
-rw-r--r-- | emulators/darcnes/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/darcnes/Makefile b/emulators/darcnes/Makefile index 5446257ab7e..27c12f60ff4 100644 --- a/emulators/darcnes/Makefile +++ b/emulators/darcnes/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2000/03/02 20:34:58 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2000/03/08 01:42:12 wiz Exp $ -DISTNAME= dn9a0226 -PKGNAME= darcnes-20000226 +DISTNAME= dn9a0305 +PKGNAME= darcnes-20000305 WRKSRC= ${WRKDIR}/darcnes CATEGORIES= emulators MASTER_SITES= http://www.netway.com/~nyef/ |