Up to [cvs.netbsd.org] / pkgsrc / emulators / darcnes
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.28 / (download) - annotate - [select for diffs], Mon Nov 10 17:21:35 2008 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
HEAD
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.
Revision 1.27 / (download) - annotate - [select for diffs], Mon Mar 3 19:21:38 2008 UTC (4 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.26: +6 -4
lines
Diff to previous 1.26 (colored)
Mechanical changes to add DESTDIR support to packages that install their files via a custom do-install target.
Revision 1.26 / (download) - annotate - [select for diffs], Sun Jul 8 09:45:15 2007 UTC (4 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
Drop maintainership.
Revision 1.25 / (download) - annotate - [select for diffs], Sun Jun 17 07:42:47 2007 UTC (4 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
Add patch from Magnus Henoch in PR 36502 to make keys work again. Bump PKGREVISION.
Revision 1.24 / (download) - annotate - [select for diffs], Thu Feb 15 22:20:15 2007 UTC (5 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
Modular Xorg support.
Revision 1.23 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:00 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.22 / (download) - annotate - [select for diffs], Thu Jun 16 06:57:50 2005 UTC (6 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.21: +3 -1
lines
Diff to previous 1.21 (colored)
Create directories before installing files into them.
Revision 1.21 / (download) - annotate - [select for diffs], Wed Jun 1 18:02:46 2005 UTC (6 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated. These
changes affect about 1000 files.
The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files. Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred. This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.
The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.
The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc. The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.
The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files. Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories. These files are used as input
to imake since imake can't use stdin for that purpose.
The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead. This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed. Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries. Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
Revision 1.20 / (download) - annotate - [select for diffs], Wed Sep 17 07:15:32 2003 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.19: +2 -1
lines
Diff to previous 1.19 (colored)
Don't dump core if no ROM specified. From Soren Jacobsen in PR 22326.
Revision 1.19 / (download) - annotate - [select for diffs], Sat Aug 2 19:52:12 2003 UTC (8 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.18: +3 -21
lines
Diff to previous 1.18 (colored)
Split out some code into Makefile.common to be used by darcnes-svgalib in pkgsrc-wip. From Ben Collver.
Revision 1.18 / (download) - annotate - [select for diffs], Mon Jul 21 16:45:54 2003 UTC (8 years, 10 months ago) by martti
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
COMMENT should start with a capital letter.
Revision 1.17 / (download) - annotate - [select for diffs], Thu Jul 17 21:35:26 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.15.2.1 / (download) - annotate - [select for diffs], Sun Jun 23 18:45:30 2002 UTC (9 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.15: +2 -1
lines
Diff to previous 1.15 (colored) next main 1.16 (colored)
Merge from pkgsrc-current to buildlink2 branch.
Revision 1.16 / (download) - annotate - [select for diffs], Sun May 12 10:33:03 2002 UTC (10 years ago) by wiz
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6-1-base,
netbsd-1-6-1,
netbsd-1-6,
buildlink2-base
Changes since 1.15: +2 -1
lines
Diff to previous 1.15 (colored)
On a.out, don't add --warn-common to LDFLAGS. Might fix arm32 bulk build problem.
Revision 1.15 / (download) - annotate - [select for diffs], Fri Feb 8 14:42:53 2002 UTC (10 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Branch point for: buildlink2
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Update HOMEPAGE.
Revision 1.14 / (download) - annotate - [select for diffs], Sun Jul 8 18:11:59 2001 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.13: +4 -4
lines
Diff to previous 1.13 (colored)
Update to 20010401. Major changes since last pkgsrc version: 68k core fixes (still unused); sms/gg sprite renderer draws from tile cache; completely new c blitters; preliminary MSX and SC3000 drivers.
Revision 1.13 / (download) - annotate - [select for diffs], Sat Feb 17 18:38:16 2001 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored)
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Revision 1.12 / (download) - annotate - [select for diffs], Sat Oct 28 23:04:31 2000 UTC (11 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.11: +3 -3
lines
Diff to previous 1.11 (colored)
Update to darcnes-20001011. Changes are some CPU fixes and some code shuffling (for details visit the homepage).
Revision 1.11 / (download) - annotate - [select for diffs], Thu Aug 10 11:56:32 2000 UTC (11 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE,
netbsd-1-4-PATCH003
Changes since 1.10: +3 -3
lines
Diff to previous 1.10 (colored)
Update darcnes to 9a0804. Changes since last version: o Changed the cpu6502 core to use lazy flag evaluation. o Changed the NES PPU to draw sprites from the tilecache. o Added a bitdepth-independant generic palette system. o Added CD audio playback to the PCD CD driver.
Revision 1.10 / (download) - annotate - [select for diffs], Fri Jul 21 19:23:06 2000 UTC (11 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.9: +3 -3
lines
Diff to previous 1.9 (colored)
Update to 20000710. Extracts from the Changelog: Fixed the instruction cycle timings in the cpu6502 core. Cleaned up the per-driver menu interface somewhat. Started adding support for multilevel per-driver menus. Started adding menus for the Disk ][ drives (not working yet). Added preliminary FDS disk write emulation (doesn't save the changed disk, but whatever). Added preliminary FDS timer IRQs (still need write support, but most of my test images are playable now).
Revision 1.9 / (download) - annotate - [select for diffs], Sun Jul 2 01:05:11 2000 UTC (11 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.8: +3 -3
lines
Diff to previous 1.8 (colored)
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).
Revision 1.8 / (download) - annotate - [select for diffs], Sat Jun 3 10:57:11 2000 UTC (11 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.7: +3 -7
lines
Diff to previous 1.7 (colored)
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.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Mar 8 01:42:12 2000 UTC (12 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
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).
Revision 1.6 / (download) - annotate - [select for diffs], Thu Mar 2 20:34:58 2000 UTC (12 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.5: +3 -3
lines
Diff to previous 1.5 (colored)
Another week, another darcnes. Changes: o Fixed some problems with GG sprite clipping and tile rendering (only affects 8-bit mode). o Fixed X toplevel window to resize properly. o Cleaned up some of the X video code. o Added (untested) 24bpp support to X video code. o Cleaned up the FDS emulation code. o Added a lot of (inaccessible) extra FDS functionality.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Feb 20 18:15:13 2000 UTC (12 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
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).
Revision 1.4 / (download) - annotate - [select for diffs], Sat Feb 19 01:38:01 2000 UTC (12 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.3: +3 -1
lines
Diff to previous 1.3 (colored)
added appropriate LICENSE
Revision 1.3 / (download) - annotate - [select for diffs], Mon Feb 14 02:44:31 2000 UTC (12 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.2: +8 -2
lines
Diff to previous 1.2 (colored)
First try at making darcnes work on non-i386-platforms
Revision 1.2 / (download) - annotate - [select for diffs], Mon Feb 14 01:42:25 2000 UTC (12 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
fix typo
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Feb 13 23:28:06 2000 UTC (12 years, 3 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of DarcNES, a multi-system emulator. Currently emulates NES, SMS, and GG with sound, PCE without, and has basic support for some other systems (SMD, Coleco, Atari ][). This will not work on MSB-machines, for lack of access. The code should support it, so if anyone's willing...
Revision 1.1 / (download) - annotate - [select for diffs], Sun Feb 13 23:28:06 2000 UTC (12 years, 3 months ago) by wiz
Branch: MAIN
Initial revision