diff options
author | wiz <wiz@pkgsrc.org> | 2008-09-08 07:42:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-09-08 07:42:49 +0000 |
commit | b0c55aebbd6f90fc1ab54253b4f17603babbdbae (patch) | |
tree | c5590c3bb7850d61ec8cd81525daf480aae7f8ae /emulators | |
parent | fd010aff96122113862bbd8fbb0b39d3555a0074 (diff) | |
download | pkgsrc-b0c55aebbd6f90fc1ab54253b4f17603babbdbae.tar.gz |
Update to 0.35r4:
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.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/generator-cbiere/Makefile | 7 | ||||
-rw-r--r-- | emulators/generator-cbiere/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/emulators/generator-cbiere/Makefile b/emulators/generator-cbiere/Makefile index f1a69018b2f..a956d5ab018 100644 --- a/emulators/generator-cbiere/Makefile +++ b/emulators/generator-cbiere/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2008/03/03 19:21:38 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2008/09/08 07:42:49 wiz Exp $ # -DISTNAME= generator-0.35-cbiere-r2 -PKGNAME= generator-cbiere-0.35r2 -PKGREVISION= 3 +DISTNAME= generator-0.35-cbiere-r4 +PKGNAME= generator-cbiere-0.35r4 CATEGORIES= emulators MASTER_SITES= http://www.ghostwhitecrab.de/generator/ EXTRACT_SUFX= .tar.bz2 diff --git a/emulators/generator-cbiere/distinfo b/emulators/generator-cbiere/distinfo index 6cd7d03aac7..767859a26ac 100644 --- a/emulators/generator-cbiere/distinfo +++ b/emulators/generator-cbiere/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/10/02 22:06:06 wiz Exp $ +$NetBSD: distinfo,v 1.3 2008/09/08 07:42:49 wiz Exp $ -SHA1 (generator-0.35-cbiere-r2.tar.bz2) = bb329925298ef7a087601e61f570af8d4e615915 -RMD160 (generator-0.35-cbiere-r2.tar.bz2) = 394145e32f3bf61ac4ed5fa21d2873978c5bd341 -Size (generator-0.35-cbiere-r2.tar.bz2) = 446101 bytes +SHA1 (generator-0.35-cbiere-r4.tar.bz2) = 09d61950f128497af339d46ffc6c224eafe78206 +RMD160 (generator-0.35-cbiere-r4.tar.bz2) = 27d8fd2fb741bbbbd13956845c939ec4a0798b04 +Size (generator-0.35-cbiere-r4.tar.bz2) = 435289 bytes |