summaryrefslogtreecommitdiff
path: root/emulators/generator-cbiere
AgeCommit message (Collapse)AuthorFilesLines
2015-04-25Recursive revbump following MesaLib update, categories a through f.tnn1-2/+2
2012-12-20Fix inline usage.joerg4-1/+52
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-11-16Add missing archivers/bzip2 and deve/zlib buildlinks.sbd1-2/+4
Bump PKGREVISION
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2009-06-30Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build withjoerg1-1/+3
MAKE_JOBS=2 and worked without.
2008-11-01Update HOMEPAGE and MASTER_SITES, per Christian Biere.wiz1-3/+3
2008-09-08Update to 0.35r4:wiz2-8/+7
2008-08-30 * Joystick buttons for x and y axis control can be reassigned, too. This is especially useful if you want to use digital buttons instead of an analog controller. Thanks to Jon Chalos. * Fall back to non-accelerated YUV overlay, if no hardware-accelerated is available. This is much slower but a modern machine should be fast enough and it's better than having no fullscreen mode at all. * The command-line parameter '-c' wasn't handled properly, so it didn't work at all. * Don't link against X11 libraries if compiling the SDL user-interface. 2007-01-18 * Applied fix by Barry for the ABCD instruction. This fixes, for example, the odd characters in the score count of Streets of Rage as reported by bootsector. * Fixed soft reset so that the RAM is not cleared in this case. Thanks to Fibonacci for reporting this. * Reduced noisy blips that may happen whenever an underrun of the audio buffer occurs. * Fixed crash that would happen if the filename of the ROM did not contain a dot. * Fixed endian issue with big endian platforms introduced by previous changes. * Added simplistic support for reassigning joypad/joystick buttons. Look for joy[12]_{a,b,c,start,left,right,up,down} in ~/.genrc.
2008-03-03Mechanical changes to add DESTDIR support to packages that installjlam1-2/+6
their files via a custom do-install target.
2006-06-12Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)wiz1-2/+2
for SDL shlib changes.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-11Convert aalib to options framework, adding an 'x11' option, and removewiz1-1/+2
aalib-x11 and aview-x11. SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED) for affected packages. Addresses PR 32046 by Leonard Schmidt.
2005-10-02Update to 0.35r2:wiz2-7/+7
2005-09-02 * Moved inclusion of most system header files to hdr/generator.h and added check for sys/param.h for less #include trouble. * Removed platform-specific versions of the SWAP16/SWAP32 macros as these were only used in two places.
2005-08-30Initial import of generator-cbiere-0.35r1.xtraeme4-0/+64
This is a modified version of Generator by James Ponder based on version 0.35 and maintained by Christian Biere. Additional features * Support for BZIP2, GZIP and ZIP compressed ROMs i.e., no more manual decompression or wasted disk space. Yay! * Support for X11's XVideo hardware acceleration by SDL for faster and smoother graphics. * Fullscreen support with or without the classic color frame. * SDL audio support (in favour of OSS Audio) which means you can use ESound and others for sharing the sound device among other applications. * Optional mute playing i.e., if you don't have a soundcard or the soundcard is busy you can still play. * Support for 48kHz sample rate (needs driver support). * Automagic CPU usage reduction which is especially cool for notebooks. The unpatched Generator uses more or less as much CPU as it can get even if needs far less than 10% on any modern system. * Working support for Game Genie codes.