diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-13 18:29:57 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-13 18:29:57 +0000 |
commit | 362304111c3280a3b238712ed5a1fd5561b2e54b (patch) | |
tree | 824d62c8334f6727980bb0b0f13ba86951fcf1a9 /emulators/yabause | |
parent | bc18228bc86e8b68243f04269bb979a57a0a5b53 (diff) | |
download | pkgsrc-362304111c3280a3b238712ed5a1fd5561b2e54b.tar.gz |
Update to yabause-0.9.5.
0.9.4 -> 0.9.5
68k:
- Added 1010 and 1111 line emulator support.
cd block:
- Reworked bin/cue support. Reading should be a lot more accurate
now on tracks 2 and greater.
emulated bios:
- Fixed a bug in BupGetDate year calculation.
- Fixed a bug where interrupt mask wasn't being set correctly when
using emulated bios.
smpc:
- Added support for SMPC NMIREQ command.
- Added reset button emulation.
software video core:
- Improved software renderer: window, line scroll, mosaic are now
available and color offset and scroll screen has been fixed.
gtk port:
- Tagged most of gtk port strings to be translatable.
general:
- Updated peripheral interface so both ports can now be used and
multiple pads can now be connected to each port.
- Added translation support through mini18n library.
0.9.3 -> 0.9.4
scsp:
- Fixed a timer bug.
- Fixed a bug with mcire word writes.
- Added wave file output core to available sound cores.
- Fixed a bug in total level attenuation.
- Fixed a bug in EG.
gtk port:
- Redesigned memory dump window.
- Redesigned SH2 debug window.
- Other bug fixes.
general:
- Added a few internal tweaks that should yield some performance gains.
- Added support for saving and loading cheats.
Diffstat (limited to 'emulators/yabause')
-rw-r--r-- | emulators/yabause/Makefile | 4 | ||||
-rw-r--r-- | emulators/yabause/PLIST | 4 | ||||
-rw-r--r-- | emulators/yabause/distinfo | 8 |
3 files changed, 7 insertions, 9 deletions
diff --git a/emulators/yabause/Makefile b/emulators/yabause/Makefile index 1554e05d6fb..1b7f6963d6a 100644 --- a/emulators/yabause/Makefile +++ b/emulators/yabause/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/03/09 18:14:00 tnn Exp $ +# $NetBSD: Makefile,v 1.2 2008/05/13 18:29:57 tnn Exp $ -DISTNAME= yabause-0.9.3 +DISTNAME= yabause-0.9.5 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yabause/} diff --git a/emulators/yabause/PLIST b/emulators/yabause/PLIST index 99c988f3c71..749eb84b6d6 100644 --- a/emulators/yabause/PLIST +++ b/emulators/yabause/PLIST @@ -1,9 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/09 18:14:00 tnn Exp $ +@comment $NetBSD: PLIST,v 1.2 2008/05/13 18:29:57 tnn Exp $ bin/yabause man/man1/yabause.1 share/applications/yabause.desktop share/pixmaps/yabause.png -share/yabause/c68k_ini.inc -@dirrm share/yabause @comment in xdg-dirs: @dirrm share/pixmaps @comment in xdg-dirs: @dirrm share/applications diff --git a/emulators/yabause/distinfo b/emulators/yabause/distinfo index 6eb8f46517f..e029edad4ba 100644 --- a/emulators/yabause/distinfo +++ b/emulators/yabause/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/03/09 18:14:00 tnn Exp $ +$NetBSD: distinfo,v 1.2 2008/05/13 18:29:57 tnn Exp $ -SHA1 (yabause-0.9.3.tar.gz) = 04b661cc6020efea665fb30c1598e4531cfa50ae -RMD160 (yabause-0.9.3.tar.gz) = 07803a55ba5a6c936672e26f76a8c55906bf8af6 -Size (yabause-0.9.3.tar.gz) = 561174 bytes +SHA1 (yabause-0.9.5.tar.gz) = 023534b96705eab98785730fdae85613304c1390 +RMD160 (yabause-0.9.5.tar.gz) = 68ae7914d809e2b4afd13c32fb93af7a0652556a +Size (yabause-0.9.5.tar.gz) = 735785 bytes |