summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-01-31 11:27:50 +0000
committerwiz <wiz@pkgsrc.org>2022-01-31 11:27:50 +0000
commitaa9da874911ae8bf14671d08bd7b955489568027 (patch)
treeafb14be6f3e7ee58db4050324dfb0b6c5d597498 /emulators
parentf219fef4c8098e95d844c5dbffe0f830fbf25d08 (diff)
downloadpkgsrc-aa9da874911ae8bf14671d08bd7b955489568027.tar.gz
mame: update to 0.240.
As lunar new year draws near and we approach a quarter of a century since Nicola Salmoria released MAME to the public, it’s time for MAME 0.240 – the first release of the 2022 calendar year. Wait, what was that? A quarter of a century? Yes, on 5 February, it will be twenty-five years since MAME 0.1 was released, supporting just five Z80-based games. MAME is coming up to its silver jubilee! And what a long way we’ve come… This month, we’ve added support for dozens more versions of the Igrosoft five-reel slot machines. But buried in there are the remaining versions of Nintendo Game & Watch series games (rare versions of Helmet, Judge and Mario’s Cement Factory), two more Elektronika games based on Nintendo programs, a German version of Exidy’s Mouse Trap, and the incredibly rare Mahjong Block Jongbou 2 from SNK. In the software lists, there are a whole pile of recently dumped prototypes of console games, and some homebrew titles for the Bandai RX-78. That’s on top of the steady stream of Apple II floppies, Commodore 64 cassettes, FM Towns CDs, and newly supported NES and Famicom cartridges. Building on the work last month, the CD-i has received a few more fixes that improve performance and add support for more discs.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/mame/Makefile4
-rw-r--r--emulators/mame/PLIST3
-rw-r--r--emulators/mame/distinfo9
-rw-r--r--emulators/mame/patches/patch-src_devices_bus_a2bus_cards.cpp15
4 files changed, 8 insertions, 23 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile
index 8ee7b9869df..72281db54cd 100644
--- a/emulators/mame/Makefile
+++ b/emulators/mame/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.144 2021/12/30 11:18:34 wiz Exp $
+# $NetBSD: Makefile,v 1.145 2022/01/31 11:27:50 wiz Exp $
-DISTNAME= mame-0.239
+DISTNAME= mame-0.240
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=mamedev/}
GITHUB_TAG= ${DISTNAME:S/-//S/.//}
diff --git a/emulators/mame/PLIST b/emulators/mame/PLIST
index dc55e896b19..0286cf3aaf7 100644
--- a/emulators/mame/PLIST
+++ b/emulators/mame/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.61 2021/12/30 11:18:34 wiz Exp $
+@comment $NetBSD: PLIST,v 1.62 2022/01/31 11:27:50 wiz Exp $
bin/castool
bin/chdman
bin/floptool
@@ -555,6 +555,7 @@ share/mame/hash/ql_cass.xml
share/mame/hash/ql_flop.xml
share/mame/hash/quizwiz.xml
share/mame/hash/qx10_flop.xml
+share/mame/hash/r8_card.xml
share/mame/hash/r9751.xml
share/mame/hash/radio86_cart.xml
share/mame/hash/radio86_cass.xml
diff --git a/emulators/mame/distinfo b/emulators/mame/distinfo
index 5e572bdcf97..923cfa57abe 100644
--- a/emulators/mame/distinfo
+++ b/emulators/mame/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.115 2021/12/30 11:18:34 wiz Exp $
+$NetBSD: distinfo,v 1.116 2022/01/31 11:27:50 wiz Exp $
-BLAKE2s (mame-0.239.tar.gz) = 789335f8564bf92f5aac13d3ed94b3b19e42722c240ce167e138fdc3b7ade821
-SHA512 (mame-0.239.tar.gz) = d8e0ba1847a38b938fed3c05a726c98c5a9789d3cf66e4bdb4017493e3cc9188aeae3831df5c4731c3dfcb5cdc9056bb4a445d4cbaa2e41cd08cebf16d97c956
-Size (mame-0.239.tar.gz) = 183687080 bytes
+BLAKE2s (mame-0.240.tar.gz) = 6eed3e82f7cd8931cf07f4915d282e79933c31335e764b29d524fdf3bd14d00f
+SHA512 (mame-0.240.tar.gz) = ea0ea79304f62706348766e294cc70b85a4c49b44b8a62b2690b2d518300c6bdaf3d40ff06a2dda377ac64ef67b890b2443d07b247f450816b12780959612455
+Size (mame-0.240.tar.gz) = 183748682 bytes
SHA1 (patch-3rdparty_genie_build_gmake.darwin_genie.make) = bb2e8c06d4b5f5869fb48e06390d5ca94a190056
SHA1 (patch-makefile) = 343fac4d165438a26e2e8077216db1c6c46a5d1e
-SHA1 (patch-src_devices_bus_a2bus_cards.cpp) = 0095cffa6ed92dc1badf9e8f5d178bc0f015094e
diff --git a/emulators/mame/patches/patch-src_devices_bus_a2bus_cards.cpp b/emulators/mame/patches/patch-src_devices_bus_a2bus_cards.cpp
deleted file mode 100644
index a9ca6ecb9f6..00000000000
--- a/emulators/mame/patches/patch-src_devices_bus_a2bus_cards.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_devices_bus_a2bus_cards.cpp,v 1.1 2021/12/30 11:18:34 wiz Exp $
-
-Add missing PCH.
-https://github.com/mamedev/mame/commit/0288a54ca21cb4e4d63e98507060af05abe59768
-
---- src/devices/bus/a2bus/cards.cpp.orig 2021-12-28 15:17:03.000000000 +0000
-+++ src/devices/bus/a2bus/cards.cpp
-@@ -9,6 +9,7 @@
-
- ***************************************************************************/
-
-+#include "emu.h"
- #include "bus/a2bus/cards.h"
-
- #include "bus/a2bus/4play.h"