From owner-svn-ports-branches@freebsd.org Thu Feb 2 10:59:03 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0F83CCD9F5; Thu, 2 Feb 2017 10:59:03 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63613C09; Thu, 2 Feb 2017 10:59:03 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v12Ax2oM032671; Thu, 2 Feb 2017 10:59:02 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v12Ax2C6032669; Thu, 2 Feb 2017 10:59:02 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201702021059.v12Ax2C6032669@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 2 Feb 2017 10:59:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r433138 - branches/2017Q1/audio/gbsplay X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2017 10:59:03 -0000 Author: ehaupt Date: Thu Feb 2 10:59:02 2017 New Revision: 433138 URL: https://svnweb.freebsd.org/changeset/ports/433138 Log: MFH: r433137 Update to the most recent commit on GitHub which fixes many bugs: Bugfixes: - gbsplay: - cpu emulation fixes: - RLCA/RLA/RRCA/RRA did not set ZF - fix botched SBC zero flag handling - fix slight bug in ADC/SBC - fix INC/DEC SP, CP A and half-carry flag in DEC - fix PUSH/POP AF - fix trigger handling on noise channel - fix error on midi plugout where a write to the file could occur before the file was opened - fix garbled screen on exit in verbose mode (gbsplay -v) - fix status display: respect channel in left/right total volume - fix impulse generator: generate a header file at compile-time Enhancements: - gbsplay: - more accurate sound: - calculate LFSR correctly - play first nibble on DAC-channel from fresh buffer - correct noise channel speed - use more DMG-like DC-offsets - more accurate cpu cycle accounting - remove DC offset from DAC-channel - show register contents in verbose mode (gbsplay -v) - add basic GBR file support - support ugetab int vector extension (gbs spec 1.04u) - add 'iodumper' plugout for testing - add support for blargg-gb-tests debug output Approved by: ports-secteam blanket Modified: branches/2017Q1/audio/gbsplay/Makefile branches/2017Q1/audio/gbsplay/distinfo Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/audio/gbsplay/Makefile ============================================================================== --- branches/2017Q1/audio/gbsplay/Makefile Thu Feb 2 10:56:58 2017 (r433137) +++ branches/2017Q1/audio/gbsplay/Makefile Thu Feb 2 10:59:02 2017 (r433138) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gbsplay -PORTVERSION= 0.0.93 -PORTREVISION= 1 +PORTVERSION= 0.0.93.20161217 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org @@ -13,6 +12,7 @@ LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= mmitch +GH_TAGNAME= 2c4486e HAS_CONFIGURE= yes USES= gmake compiler:gcc-c++11-lib Modified: branches/2017Q1/audio/gbsplay/distinfo ============================================================================== --- branches/2017Q1/audio/gbsplay/distinfo Thu Feb 2 10:56:58 2017 (r433137) +++ branches/2017Q1/audio/gbsplay/distinfo Thu Feb 2 10:59:02 2017 (r433138) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475758315 -SHA256 (mmitch-gbsplay-0.0.93_GH0.tar.gz) = 49a4545b51b91d3c01100b7f99d7c00f981f60d2bade7389255076078deef4ef -SIZE (mmitch-gbsplay-0.0.93_GH0.tar.gz) = 66683 +TIMESTAMP = 1486032638 +SHA256 (mmitch-gbsplay-0.0.93.20161217-2c4486e_GH0.tar.gz) = 07358b957397b565bbe66e3b515ff22b33f5eb1f8381f8ce7f9a29a6d729901d +SIZE (mmitch-gbsplay-0.0.93.20161217-2c4486e_GH0.tar.gz) = 126791