Update yabause to 0.8.5.

0.8.0 -> 0.8.5
 scsp:
  - Added functions for dumping individual slots to wav files.
 scu:
  - Fixed SCU execution speed
 sh2:
  - Added DVDNTL/DVDNTH mirrors
  - Added overflow interrupt
 vdp1:
  - Added function for displaying vdp1 textures for debugging
  - Other bug fixes
 vdp2:
  - Added more RBG0 debug info
 68k:
  - Added a core system for m68k and a c68k core interface.
  - Added a dummy m68k core based on old yabause code, working enough
    to boot the bios.
 emulated bios:
  - Registers are now reset correctly
  - Fixed bug in BiosSetSh2Interrupt
  - Added Read/Write Save support
  - Added undocumented CD Authentication function
 opengl video core:
  - RBG0 bug fixes
  - Rotation Screen improvements
 software video core:
  - Added 32 BPP cell draw mode
 bsd port:
  - Added support for OpenBSD
 linux port:
  - Fixed the segfault that occured when opening the preferences dialog.
  - Added texture display in vdp1 debug dialog
  - Other GUI improvements
 macos port:
  - Added browse button for bios setting
  - Other bug fixes
 windows port:
  - Fixed a bug that was causing sound to not work on some people's computers.
  - Added texture display in vdp1 debug dialog
  - Added window/full screen resizing
  - Added full screen on startup
  - Settings changed to use tabs instead of what was previously used
  - Other bug fixes
  - Logging now is done to a logging window when DEBUG is defined while
    compiling.
  - Added cheat dialog
  - Added memory editor
  - Added Visual C++ project file
 general:
  - Added Cheat support. Largely untested.
This commit is contained in:
OBATA Akio 2007-07-01 13:59:50 +00:00 committed by Thomas Klausner
parent 4a60324942
commit 730e0fdfa3
2 changed files with 6 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.6 2006/12/29 00:43:49 thomasklausner Exp $
# $NetBSD: Makefile,v 1.7 2007/07/01 13:59:50 obache Exp $
DISTNAME= yabause-0.8.0
DISTNAME= yabause-0.8.5
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yabause/}
@ -12,7 +12,6 @@ GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_TOOLS+= pkg-config
USE_DIRS+= xdg-1.4
WRKSRC= ${WRKDIR}/${PKGBASE}
.include "../../graphics/gtkglext/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2006/12/28 09:26:41 wilouf Exp $
$NetBSD: distinfo,v 1.4 2007/07/01 13:59:50 obache Exp $
SHA1 (yabause-0.8.0.tar.gz) = f5c2a593dfd4eea429c1e2f35563965b044c423b
RMD160 (yabause-0.8.0.tar.gz) = 3c4b39bd27cf41c3c265119c6a8c2ce961699b0f
Size (yabause-0.8.0.tar.gz) = 503573 bytes
SHA1 (yabause-0.8.5.tar.gz) = 2aa6eafa741ae34ec13e9c8f8e7efcdad4d26f4b
RMD160 (yabause-0.8.5.tar.gz) = 47287f691b9a3dc991a923fc354e9b2e259b3171
Size (yabause-0.8.5.tar.gz) = 533413 bytes