diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-20 18:15:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-20 18:15:13 +0000 |
commit | 3de5bbda60231a53cfb8f3ec9ba3cdf444d78632 (patch) | |
tree | 637167734bd8a6337417dd91db5d9f0dafafcc6d /emulators/darcnes/Makefile | |
parent | c098a3a4a64befb71b7bf9ef6a060efd884433d7 (diff) | |
download | pkgsrc-3de5bbda60231a53cfb8f3ec9ba3cdf444d78632.tar.gz |
Updated darcnes to 2000-02-19.
Changes:
o Unified cd_freebsd.c and cd_linux.c into cd_unix.c.
o Added support for NetBSD CDROM (untested), and sound interfaces
(thanks to Thomas Klausner for the NetBSD changes).
o Changed the nes bank 4 and 6 I/O hooks.
o Fixed FDS mapper to compile again.
o Fixed some problems with the PCE timer.
o Changed the PCE VDP interface not to use procpointers.
o Added clipping sprites to the right side of the screen to the PCE VDP.
o Removed the old (disabled) ROM type identification routine.
o Fixed the battery file handling to not use a cheap hack to get the
filename (this breaks all gg savegames until you rename the battery
file).
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 722d84fb824..756a6630acb 100644 --- a/emulators/darcnes/Makefile +++ b/emulators/darcnes/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2000/02/19 01:38:01 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2000/02/20 18:15:13 wiz Exp $ -DISTNAME= dn9a0212 -PKGNAME= darcnes-20000212 +DISTNAME= dn9a0219 +PKGNAME= darcnes-20000219 WRKSRC= ${WRKDIR}/darcnes CATEGORIES= emulators MASTER_SITES= http://www.netway.com/~nyef/ |