Received: by mail.netbsd.org (Postfix, from userid 605) id 9543684E70; Sat, 21 Jan 2023 14:48:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C3B4584E69 for ; Sat, 21 Jan 2023 14:48:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id kLG-bPX6Yee0 for ; Sat, 21 Jan 2023 14:48:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BF2F084D08 for ; Sat, 21 Jan 2023 14:48:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B8852FA90; Sat, 21 Jan 2023 14:48:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167431251499060" MIME-Version: 1.0 Date: Sat, 21 Jan 2023 14:48:34 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2022Q4] pkgsrc/emulators/mame To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20230121144834.B8852FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167431251499060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Sat Jan 21 14:48:34 UTC 2023 Modified Files: pkgsrc/emulators/mame [pkgsrc-2022Q4]: Makefile PLIST distinfo Log Message: Pullup ticket #6721 - requested by wiz emulators/mame: bugfixes Revisions pulled up: - emulators/mame/Makefile 1.161 - emulators/mame/PLIST 1.73 - emulators/mame/distinfo 1.127 --- Module Name: pkgsrc Committed By: wiz Date: Sat Dec 31 11:12:58 UTC 2022 Modified Files: pkgsrc/emulators/mame: Makefile PLIST distinfo Log Message: mame: update to 0.251. It looks like MAME 0.251 has made it out the door just in time for the end of 2022! December felt like a long month in MAME development, because so much happened! Nebula, an elusive DECO Cassette game, is now emulated. With working steering controls, Magical Pumpkin: Puroland de Daibouken is now playable. Two members of the HP 9825 family from the 1970s have been added, and issues with keyboard input on localised versions of the HP 86B have been fixed. One of the most interesting systems added this month is the so-called Ger?t 32620, make by the Institut f?r Kosmosforschung of the Deutsche Demokratische Republik. This device was used to read coded messages to be broadcast via shortwave radio numbers stations for reception by undercover agents. If a human were to read the numbers, they could inadvertently disclose knowledge about the nature of the messages or the coding scheme in their speech patterns. This device gives a small glimpse into the shadowy world of espionage. Konami fans have a lot to be excited about. Firstly, two more hand-held LCD games have been added: Skate or Die, and Bill Elliott?s NASCAR Racing. Secondly, Windy Fairy has been making steady progress on the PowerPC-based arcade systems, with gun controls now working in Teraburst. Finally, various refinements and fixes to the CPU core for Konami?s custom 6809 processor have fixed a subtle parallax scrolling effect in the classic Padodius DA! Several systems have been fleshed out noticeably this month, including the NEC PC-8801mkII SR family of Japanese computers, the 3com Palm IIIc and Palm m100 PDAs, and the Yamaha DX100 synthesizer. Additionally, the NEC PC-88VA2 can now boot most software, and the work on the Palm systems has allowed the VTech IQ Unlimited to show signs of life. Quite a few systems have had pluggable controller support added this month, and support for some additional controllers has been added, including: * Pluggable controller support for consoles and computers from Sega, NEC and Sharp. * Sega Mega Drive mouse and 4-player adaptor support. * Support for an ATmega-based paddle controller that works with export versions of the Sega Master System. * NEC PC Engine mouse support. * Support for the Dempa Micom Soft XE-1AP, the first analog gamepad. Can be used with compatible software for the Sega Mega Drive, NEC PC Engine, Sharp X68000 and FM Towns families. Of course, there are lots of other fixes and emulation improvements. The Apple IIgs has better ADB and real-time clock emulation. Sega?s Turbo and Buck Rogers: Planet of Zoom have better controls, and the latter has had graphical priority issues fixed. The NES APU frame counter interrupt is now emulated, fixing issues with dozens of games. For developers, debugger command and expression history is now saved between sessions. To generate a diff of this commit: cvs rdiff -u -r1.160 -r1.160.2.1 pkgsrc/emulators/mame/Makefile cvs rdiff -u -r1.72 -r1.72.2.1 pkgsrc/emulators/mame/PLIST cvs rdiff -u -r1.126 -r1.126.2.1 pkgsrc/emulators/mame/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167431251499060 Content-Disposition: inline Content-Length: 4176 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.160 pkgsrc/emulators/mame/Makefile:1.160.2.1 --- pkgsrc/emulators/mame/Makefile:1.160 Wed Nov 30 09:30:42 2022 +++ pkgsrc/emulators/mame/Makefile Sat Jan 21 14:48:34 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.160 2022/11/30 09:30:42 wiz Exp $ +# $NetBSD: Makefile,v 1.160.2.1 2023/01/21 14:48:34 bsiegert Exp $ -DISTNAME= mame-0.250 +DISTNAME= mame-0.251 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.72 pkgsrc/emulators/mame/PLIST:1.72.2.1 --- pkgsrc/emulators/mame/PLIST:1.72 Wed Nov 30 09:30:42 2022 +++ pkgsrc/emulators/mame/PLIST Sat Jan 21 14:48:34 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.72 2022/11/30 09:30:42 wiz Exp $ +@comment $NetBSD: PLIST,v 1.72.2.1 2023/01/21 14:48:34 bsiegert Exp $ bin/castool bin/chdman bin/floptool @@ -25,7 +25,6 @@ man/man1/ldresample.1 man/man1/ldverify.1 man/man1/romcmp.1 man/man6/mame.6 -share/doc/mame/CONTRIBUTING.md share/doc/mame/README.md share/mame/artwork/LICENSE share/mame/artwork/README.md @@ -307,7 +306,8 @@ share/mame/hash/h21.xml share/mame/hash/horizon.xml share/mame/hash/hp85_rom.xml share/mame/hash/hp86_rom.xml -share/mame/hash/hp9825b_rom.xml +share/mame/hash/hp9825_rom.xml +share/mame/hash/hp9831_rom.xml share/mame/hash/hp9835a_rom.xml share/mame/hash/hp9845a_rom.xml share/mame/hash/hp9845b_rom.xml @@ -420,6 +420,7 @@ share/mame/hash/mikrosha_cart.xml share/mame/hash/mikrosha_cass.xml share/mame/hash/mindset_flop.xml share/mame/hash/misterx.xml +share/mame/hash/mk14_quik.xml share/mame/hash/mm1_flop.xml share/mame/hash/mo5_cart.xml share/mame/hash/mo5_cass.xml @@ -429,9 +430,11 @@ share/mame/hash/mo6_cass.xml share/mame/hash/mo6_flop.xml share/mame/hash/mobigo_cart.xml share/mame/hash/monon_color.xml +share/mame/hash/mpf1_rom.xml share/mame/hash/mpu1000.xml share/mame/hash/mpz80.xml share/mame/hash/msx.hsi +share/mame/hash/msx1_bee_card.xml share/mame/hash/msx1_cart.xml share/mame/hash/msx1_cass.xml share/mame/hash/msx1_flop.xml @@ -441,6 +444,7 @@ share/mame/hash/msx2_cart.xml share/mame/hash/msx2_cass.xml share/mame/hash/msx2_flop.xml share/mame/hash/msx2p_flop.xml +share/mame/hash/msx_softcard.xml share/mame/hash/msxr_flop.xml share/mame/hash/mt65_cass.xml share/mame/hash/mt65_rom.xml @@ -634,6 +638,7 @@ share/mame/hash/spectrum_flop_opus.xml share/mame/hash/spectrum_mgt_flop.xml share/mame/hash/spectrum_microdrive.xml share/mame/hash/spectrum_wafadrive.xml +share/mame/hash/sprachmg.xml share/mame/hash/squale_cart.xml share/mame/hash/ssem_quik.xml share/mame/hash/st_cart.xml @@ -676,6 +681,7 @@ share/mame/hash/to7_qd.xml share/mame/hash/to8_cass.xml share/mame/hash/to8_qd.xml share/mame/hash/to_flop.xml +share/mame/hash/triton_rom.xml share/mame/hash/trs80_cass.xml share/mame/hash/trs80_flop.xml share/mame/hash/trs80_quik.xml Index: pkgsrc/emulators/mame/distinfo diff -u pkgsrc/emulators/mame/distinfo:1.126 pkgsrc/emulators/mame/distinfo:1.126.2.1 --- pkgsrc/emulators/mame/distinfo:1.126 Wed Nov 30 09:30:42 2022 +++ pkgsrc/emulators/mame/distinfo Sat Jan 21 14:48:34 2023 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.126 2022/11/30 09:30:42 wiz Exp $ +$NetBSD: distinfo,v 1.126.2.1 2023/01/21 14:48:34 bsiegert Exp $ -BLAKE2s (mame-0.250.tar.gz) = baefe4bb9eacb057b6913cdbb0e7fe0a4cc651e7b877873118f59770e87864e8 -SHA512 (mame-0.250.tar.gz) = eead323df5a2b207f1c545b236d99589f439e210b7ab0d0f32917372eccd6a043c980601cdf60aa2f8a8e80aced22306d031b2fe7b1d3d4b74e1f02e119bf537 -Size (mame-0.250.tar.gz) = 186094955 bytes +BLAKE2s (mame-0.251.tar.gz) = 7135b30ff36448ffca0197cbbf85ae1285284c4135238ff23372f0e1fe797453 +SHA512 (mame-0.251.tar.gz) = 5d613f5057cbd30e20bd47912e31db25d284b75e768228d637a740c2d5303297a0d53caff79f38b1dd3f691e1c1978f9e3c3b20158c61f71b94d879fc9c8ddf5 +Size (mame-0.251.tar.gz) = 186162996 bytes SHA1 (patch-3rdparty_genie_build_gmake.darwin_genie.make) = bb2e8c06d4b5f5869fb48e06390d5ca94a190056 SHA1 (patch-makefile) = 343fac4d165438a26e2e8077216db1c6c46a5d1e --_----------=_167431251499060--