Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: source-changes
Date: 06/03/2000 03:57:14
Module Name:	pkgsrc
Committed By:	wiz
Date:		Sat Jun  3 10:57:13 UTC 2000

Modified Files:
	pkgsrc/emulators/darcnes: Makefile
	pkgsrc/emulators/darcnes/files: md5 patch-sum
	pkgsrc/emulators/darcnes/patches: patch-aa patch-ab patch-ac patch-ad
	    patch-ae patch-ag patch-ah

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/emulators/darcnes/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/emulators/darcnes/files/md5
cvs rdiff -r1.3 -r1.4 pkgsrc/emulators/darcnes/files/patch-sum
cvs rdiff -r1.3 -r1.4 pkgsrc/emulators/darcnes/patches/patch-aa \
    pkgsrc/emulators/darcnes/patches/patch-ab \
    pkgsrc/emulators/darcnes/patches/patch-ac
cvs rdiff -r1.1 -r1.2 pkgsrc/emulators/darcnes/patches/patch-ad \
    pkgsrc/emulators/darcnes/patches/patch-ae \
    pkgsrc/emulators/darcnes/patches/patch-ag \
    pkgsrc/emulators/darcnes/patches/patch-ah

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.