Received: by mail.netbsd.org (Postfix, from userid 605) id 4F1DD85038; Mon, 2 May 2022 15:24:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8A7E984DBD for ; Mon, 2 May 2022 15:24:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id pmtEe0Jw5Y9Q for ; Mon, 2 May 2022 15:24:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A5C0484D06 for ; Mon, 2 May 2022 15:24:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9CC12FB1A; Mon, 2 May 2022 15:24:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165150506485810" MIME-Version: 1.0 Date: Mon, 2 May 2022 15:24:24 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/emulators/mame To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220502152424.9CC12FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165150506485810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Mon May 2 15:24:24 UTC 2022 Modified Files: pkgsrc/emulators/mame: Makefile PLIST distinfo Log Message: mame: update to 0.243. Another month has passed, and it’s time for another MAME release! MAME 0.243 has a few fairly big internal changes, and while we’re working towards making MAME more future-proof, there will likely be some regressions in the short term. The most noticeable regression that we’re aware of is that rhythm games using DVD media on Konami’s Firebeat platform are now very unhappy with our lack of proper DVD drive emulation. If you find any other regressions, please report them – it’s a lot easier to fix things when we know they’re broken. Remember the unreleased arcade version of Rise of the Robots, running on the RasterSpeed platform? This month sees support added for another game on the same hardware: Football Crazy. In a clear demonstration of the benefits of MAME’s modular architecture, this provides test cases yielding fixes for the CPU, serial controller and SCSI controller used in the system. Numerous games and computer systems using the same devices stand to benefit. MAME’s floppy drive emulation system has had an overhaul this month. We think we’ve finally nailed down and fixed the issues that were causing bad data to be written by the Apple IIgs. Of course, it’s still a good idea to back up your precious disk images. There are lots of nice fixes for NES/Famicom cartridge support, making a whole lot of Chinese-language games playable. The driver for the NEC PC-8801 family has had an overhaul this month, giving more expansion options and better software compatibility. Also, several more early Rockwell electronic calculators are now emulated. As always, there were plenty of bugs squashed this month, including Midway Seattle and Vegas stability issues, graphical glitches in The Karate Tournament, erratic joystick movement on the Apple IIgs, missing sounds in Looping, and quite a few incorrectly labelled DIP switches. To generate a diff of this commit: cvs rdiff -u -r1.149 -r1.150 pkgsrc/emulators/mame/Makefile cvs rdiff -u -r1.64 -r1.65 pkgsrc/emulators/mame/PLIST cvs rdiff -u -r1.118 -r1.119 pkgsrc/emulators/mame/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165150506485810 Content-Disposition: inline Content-Length: 2676 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/mame/Makefile diff -u pkgsrc/emulators/mame/Makefile:1.149 pkgsrc/emulators/mame/Makefile:1.150 --- pkgsrc/emulators/mame/Makefile:1.149 Mon Apr 18 19:11:00 2022 +++ pkgsrc/emulators/mame/Makefile Mon May 2 15:24:24 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.149 2022/04/18 19:11:00 adam Exp $ +# $NetBSD: Makefile,v 1.150 2022/05/02 15:24:24 wiz Exp $ -DISTNAME= mame-0.242 -PKGREVISION= 1 +DISTNAME= mame-0.243 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GITHUB:=mamedev/} GITHUB_TAG= ${DISTNAME:S/-//S/.//} Index: pkgsrc/emulators/mame/PLIST diff -u pkgsrc/emulators/mame/PLIST:1.64 pkgsrc/emulators/mame/PLIST:1.65 --- pkgsrc/emulators/mame/PLIST:1.64 Sat Apr 2 13:15:50 2022 +++ pkgsrc/emulators/mame/PLIST Mon May 2 15:24:24 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.64 2022/04/02 13:15:50 wiz Exp $ +@comment $NetBSD: PLIST,v 1.65 2022/05/02 15:24:24 wiz Exp $ bin/castool bin/chdman bin/floptool @@ -268,6 +268,7 @@ share/mame/hash/fidel_scc.xml share/mame/hash/fm77av.xml share/mame/hash/fm7_cass.xml share/mame/hash/fm7_disk.xml +share/mame/hash/fm8_cass.xml share/mame/hash/fmtowns_cd.xml share/mame/hash/fmtowns_flop_cracked.xml share/mame/hash/fmtowns_flop_misc.xml @@ -498,6 +499,7 @@ share/mame/hash/pc8001mk2_flop.xml share/mame/hash/pc8001mk2sr_flop.xml share/mame/hash/pc8201.xml share/mame/hash/pc8801_cass.xml +share/mame/hash/pc8801_cdrom.xml share/mame/hash/pc8801_flop.xml share/mame/hash/pc88va.xml share/mame/hash/pc98.xml Index: pkgsrc/emulators/mame/distinfo diff -u pkgsrc/emulators/mame/distinfo:1.118 pkgsrc/emulators/mame/distinfo:1.119 --- pkgsrc/emulators/mame/distinfo:1.118 Sat Apr 2 13:15:50 2022 +++ pkgsrc/emulators/mame/distinfo Mon May 2 15:24:24 2022 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.118 2022/04/02 13:15:50 wiz Exp $ +$NetBSD: distinfo,v 1.119 2022/05/02 15:24:24 wiz Exp $ -BLAKE2s (mame-0.242.tar.gz) = 8d56eeccea391a9f3a37d7c26b88c2b6f893c29e29a2546f7259c1a6e16cb564 -SHA512 (mame-0.242.tar.gz) = fb7a8089bdcb8fb496806c320c4825974cdbd10cd264b5c97e1d9f35880178d938182dfd5a2240063ea8b35112cf8bc14ff7fbec67bd213f33f0b1483db52fd6 -Size (mame-0.242.tar.gz) = 184405219 bytes +BLAKE2s (mame-0.243.tar.gz) = 1ffb34d916c1c608800be05eb88cb2706839d21ff27c7ac8ed7bfa727c133751 +SHA512 (mame-0.243.tar.gz) = 282d026280a128b96bb7867265536f7bd90ce774ddca6a0ce55999c4321289f8ba0388a5bf10c1915c67ecd0e0abb0e524f9ed6d6251c4ccd818c7f82d95f062 +Size (mame-0.243.tar.gz) = 185402979 bytes SHA1 (patch-3rdparty_genie_build_gmake.darwin_genie.make) = bb2e8c06d4b5f5869fb48e06390d5ca94a190056 SHA1 (patch-makefile) = 343fac4d165438a26e2e8077216db1c6c46a5d1e --_----------=_165150506485810--