pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/mame



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Sep 29 08:30:22 UTC 2021

Modified Files:
        pkgsrc/emulators/mame: Makefile PLIST distinfo

Log Message:
mame: update to 0.236.

The big event of the day is here! MAME 0.236 is ready for your
enjoyment! Sadly, this month marked the passing of Sir Clive
Sinclair, who it could be argued did more to put computers into
the hands of everyday people than anyone. There’s a small update
to MAME’s ZX Spectrum software list in this release.

The effort to dump and preserve protection microcontrollers is
still going well. This month’s additions include Juuouki and Wonder
Planet. Protection simulation has been removed for Wonder Planet
and Space Harrier. Remember, this is a worthy cause that provides
multiple benefits: it improves accuracy by taking guesses out of
emulation, helps people maintain and repair ageing arcade boards,
and simplifies MAME’s code.

MAME’s NEC PC-8001 now supports floppy disks. The PC-8001 and
PC-8801 software lists have been reorganised to match, and a big
batch of items from the Neo Kobe collection have been added. MAME
continues to improve its NES/Famicom cartridge coverage. There are
a whole lot of games you can play now, including Chinese RPGs,
fighting game bootlegs, and pirate multi-game cartridges. Experience
a parallel universe of software of such inconsistent quality that
you can’t stop going down the rabbit hole! Saturn emulation has
seen a few improvements, with several games that didn’t boot
previously reaching playable status this month.

As you might expect, the FM Towns, PC-98 and V.Smile software lists
have been updated as usual. A couple of recently dumped prototypes
have been added to the SNES and Game Boy software lists. The
SpongeBob SquarePants Jellyfish Dodge game has been dumped and
emulated, and a Korean version of Sotsugyo Shousho known as Jor-eop
Jeungmyeongseo has been found. More pleasant surprises include
working emulation for the IDE protection dongle included in Killer
Instinct 2 upgrade kit, and some fixes for Atari 8-bit home computers
using the ANTIC video chip.

For people with more exotic tastes, MAME has added its oldest
working software list additions: Munching Squares and Punchy for
the MIT TX-0. There’s also a new disassembler for the DEC VAX
architecture. In more mundane news, you can now reduce the
proliferation of duplicate ROM sets for families of similar keyboards
and other devices.


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 pkgsrc/emulators/mame/Makefile
cvs rdiff -u -r1.57 -r1.58 pkgsrc/emulators/mame/PLIST
cvs rdiff -u -r1.109 -r1.110 pkgsrc/emulators/mame/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/mame/Makefile
diff -u pkgsrc/emulators/mame/Makefile:1.139 pkgsrc/emulators/mame/Makefile:1.140
--- pkgsrc/emulators/mame/Makefile:1.139        Mon Sep 20 08:41:19 2021
+++ pkgsrc/emulators/mame/Makefile      Wed Sep 29 08:30:22 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.139 2021/09/20 08:41:19 nia Exp $
+# $NetBSD: Makefile,v 1.140 2021/09/29 08:30:22 wiz Exp $
 
-DISTNAME=      mame-0.235
-PKGREVISION=   1
+DISTNAME=      mame-0.236
 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.57 pkgsrc/emulators/mame/PLIST:1.58
--- pkgsrc/emulators/mame/PLIST:1.57    Mon Aug 30 21:52:31 2021
+++ pkgsrc/emulators/mame/PLIST Wed Sep 29 08:30:22 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.57 2021/08/30 21:52:31 wiz Exp $
+@comment $NetBSD: PLIST,v 1.58 2021/09/29 08:30:22 wiz Exp $
 bin/castool
 bin/chdman
 bin/floptool
@@ -123,6 +123,7 @@ share/mame/hash/apple2gs_flop_orig.xml
 share/mame/hash/apple3.xml
 share/mame/hash/applix_flop.xml
 share/mame/hash/apricot_flop.xml
+share/mame/hash/apxen_flop.xml
 share/mame/hash/aquarius_cart.xml
 share/mame/hash/aquarius_cass.xml
 share/mame/hash/arb.xml
@@ -483,6 +484,9 @@ share/mame/hash/pc1512_flop.xml
 share/mame/hash/pc1512_hdd.xml
 share/mame/hash/pc1640_flop.xml
 share/mame/hash/pc1640_hdd.xml
+share/mame/hash/pc8001_flop.xml
+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_flop.xml
@@ -661,6 +665,7 @@ share/mame/hash/tvc_cart.xml
 share/mame/hash/tvc_cass.xml
 share/mame/hash/tvc_flop.xml
 share/mame/hash/tvgogo.xml
+share/mame/hash/tx0_ptp.xml
 share/mame/hash/u110_card.xml
 share/mame/hash/unichamp.xml
 share/mame/hash/ut88.xml

Index: pkgsrc/emulators/mame/distinfo
diff -u pkgsrc/emulators/mame/distinfo:1.109 pkgsrc/emulators/mame/distinfo:1.110
--- pkgsrc/emulators/mame/distinfo:1.109        Mon Aug 30 21:52:31 2021
+++ pkgsrc/emulators/mame/distinfo      Wed Sep 29 08:30:22 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.109 2021/08/30 21:52:31 wiz Exp $
+$NetBSD: distinfo,v 1.110 2021/09/29 08:30:22 wiz Exp $
 
-SHA1 (mame-0.235.tar.gz) = b6ebec4e5187009bfe7bdd606da68b4bf31150e4
-RMD160 (mame-0.235.tar.gz) = b7f0bba0849d47edd0b277ac0fd4c49f9012aabd
-SHA512 (mame-0.235.tar.gz) = 46489f038586a5845c458d4c427c2eca8631906f28f17be549af36cff6d256b324876d6ac29baef8f022afe2cb494e533b22deef8aed3b7233866ccc4534c428
-Size (mame-0.235.tar.gz) = 193392918 bytes
+SHA1 (mame-0.236.tar.gz) = c581fe58d408773bfb28068b4db5d2882e3e4e18
+RMD160 (mame-0.236.tar.gz) = a4fe0b38229d796fbca0b03bb46ed54e89bc37e4
+SHA512 (mame-0.236.tar.gz) = ee5a61ae9f636c1b6f5d3dd5280c5b691e24a7f509956812248973b48b4c80b4bc0269be80c8cbba654793a4a3ff4d64f8a6af5a0152f172da245204c710f65c
+Size (mame-0.236.tar.gz) = 185713006 bytes
 SHA1 (patch-3rdparty_asio_include_asio_detail_config.hpp) = 9b0d6139e853d8efb9d51270bbfa5382feac42a7
 SHA1 (patch-3rdparty_asio_include_asio_detail_impl_kqueue__reactor.ipp) = ad5e2171731864528331f2f1d2d43608b1b4ed01
 SHA1 (patch-3rdparty_genie_build_gmake.darwin_genie.make) = bb2e8c06d4b5f5869fb48e06390d5ca94a190056



Home | Main Index | Thread Index | Old Index