diff options
author | wiz <wiz@pkgsrc.org> | 2022-02-23 19:12:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-02-23 19:12:50 +0000 |
commit | 069652668f26dfe0965f5d281db3157f1f3bc422 (patch) | |
tree | 56418e3a2ae94c6625bb7d3cacace32d0695c254 /emulators | |
parent | dee90bd3bbde0927174c5deafcb863263b9fb9e4 (diff) | |
download | pkgsrc-069652668f26dfe0965f5d281db3157f1f3bc422.tar.gz |
mame: update to 0.241.
Is it already the last Wednesday of the month again? That felt
quick! Of course, that means it must be MAME 0.241 release day.
This month you’ll get to play The Tower, a rather poor quality
imitation of Crazy Climber running on the DECO Cassette system.
There’s a brand new software list for the Tandy/Memorex VIS multimedia
player. Keep in mind that this was effectively a ’286-based Windows
PC with no disk cache running software from a CD-ROM drive. It
shouldn’t come as a surprise that it wasn’t popular, earning the
backronym “Virtually Impossible to Sell”. A three-player version
of Wally wo Sagase! (based on the popular Where’s Wally? books)
has also been found, dumped and emulated.
As well as an assortment of newly supported NES/Famicom cartridges,
you’ll have a better experience with the Zapper lightgun, improved
PPU (graphics) and APU (sound) emulation, and several fixes for
the related coin-operated VS. System and PlayChoice-10 systems.
Newly supported systems include some electronic toys from Entex
and Mattel, and a couple more Fidelity chess computers. If you’re
interested in scripting MAME, the Lua interface now exposes address
space taps for intercepting emulated memory accesses, as well as
debugger expressions, and a simpler way to discover general input
types.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mame/Makefile | 4 | ||||
-rw-r--r-- | emulators/mame/PLIST | 4 | ||||
-rw-r--r-- | emulators/mame/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index 72281db54cd..5dfa81c3cfd 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.145 2022/01/31 11:27:50 wiz Exp $ +# $NetBSD: Makefile,v 1.146 2022/02/23 19:12:50 wiz Exp $ -DISTNAME= mame-0.240 +DISTNAME= mame-0.241 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GITHUB:=mamedev/} GITHUB_TAG= ${DISTNAME:S/-//S/.//} diff --git a/emulators/mame/PLIST b/emulators/mame/PLIST index 0286cf3aaf7..6c5a2536d7e 100644 --- a/emulators/mame/PLIST +++ b/emulators/mame/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.62 2022/01/31 11:27:50 wiz Exp $ +@comment $NetBSD: PLIST,v 1.63 2022/02/23 19:12:50 wiz Exp $ bin/castool bin/chdman bin/floptool @@ -215,6 +215,7 @@ share/mame/hash/database.xml share/mame/hash/dc.xml share/mame/hash/dgnalpha_flop.xml share/mame/hash/dgnbeta_flop.xml +share/mame/hash/digilog320.xml share/mame/hash/dim68k.xml share/mame/hash/dmv.xml share/mame/hash/dps1.xml @@ -695,6 +696,7 @@ share/mame/hash/vidbrain.xml share/mame/hash/videopac.xml share/mame/hash/vii.xml share/mame/hash/vip.xml +share/mame/hash/vis.xml share/mame/hash/visicom.xml share/mame/hash/vixen.xml share/mame/hash/vsmile_cart.xml diff --git a/emulators/mame/distinfo b/emulators/mame/distinfo index 923cfa57abe..cb9ef0e4389 100644 --- a/emulators/mame/distinfo +++ b/emulators/mame/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.116 2022/01/31 11:27:50 wiz Exp $ +$NetBSD: distinfo,v 1.117 2022/02/23 19:12:50 wiz Exp $ -BLAKE2s (mame-0.240.tar.gz) = 6eed3e82f7cd8931cf07f4915d282e79933c31335e764b29d524fdf3bd14d00f -SHA512 (mame-0.240.tar.gz) = ea0ea79304f62706348766e294cc70b85a4c49b44b8a62b2690b2d518300c6bdaf3d40ff06a2dda377ac64ef67b890b2443d07b247f450816b12780959612455 -Size (mame-0.240.tar.gz) = 183748682 bytes +BLAKE2s (mame-0.241.tar.gz) = 0cabb0fc620149b5b6ee5a6b93c77b31aaf4d2d29f1f81b4c70a259660030a07 +SHA512 (mame-0.241.tar.gz) = dff2f1a3651df30dd7d05fb63cf4518e8ce6d3a1703ef4e881c15256fcd1e74fbd9650afecbd3e97b3c483e887ff5e75254c0b0f6c4ec0719f17d19bc9b1c025 +Size (mame-0.241.tar.gz) = 184067870 bytes SHA1 (patch-3rdparty_genie_build_gmake.darwin_genie.make) = bb2e8c06d4b5f5869fb48e06390d5ca94a190056 SHA1 (patch-makefile) = 343fac4d165438a26e2e8077216db1c6c46a5d1e |