diff options
author | wiz <wiz@pkgsrc.org> | 2022-09-28 11:11:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-09-28 11:11:28 +0000 |
commit | 0fa65cceefd25a2eaea8d14b55cceb71c8fde70f (patch) | |
tree | 9b7e11d0875ade2c463cce69cc0ffab1f2f30758 /emulators/mame | |
parent | db706328e7b29864ff73ee680b9f07fec303dc4c (diff) | |
download | pkgsrc-0fa65cceefd25a2eaea8d14b55cceb71c8fde70f.tar.gz |
mame: update to 0.248.
It must be that time of month again – time for MAME 0.248! The
Hartung Game Master was one of several hand-held game consoles
positioned as low-cost alternatives to the Nintendo Game Boy. It
was notable for its somewhat unconventional choice of an NEC µPD78C11
CPU, its low screen resolution, and the poor quality of its software
library. And now, for the first time, you can relive the disappointment
of all eighteen games released for the system in emulation!
Speaking of hand-held consoles, MAME now supports more Game Boy
cartridges, including the Pocket Camera, the EEPROM and two-axis
accelerometer used by Kirby Tilt ’n’ Tumble and Command Master,
and several memory controllers used for unlicensed games and
compilations.
Still on the topic of Nintendo, MAME now emulates the earliest
version of the RP2A03 audio processing unit, used on arcade boards
as well as early production runs of the Famicom console. Several
games play sounds incorrectly with the later RP2A03G used in the
NES and the majority of Famicom consoles. Several issues with
Famicom peripherals have been fixed, too.
MAME’s Win32 debugger can now save your window arrangement, and
there’s an option to use light text on a dark background. On recent
versions of macOS, MAME’s Cocoa debugger now follows the system
colour scheme.
Diffstat (limited to 'emulators/mame')
-rw-r--r-- | emulators/mame/Makefile | 5 | ||||
-rw-r--r-- | emulators/mame/PLIST | 3 | ||||
-rw-r--r-- | emulators/mame/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index 94e37399fbb..c139870b3a5 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.156 2022/09/11 12:51:33 wiz Exp $ +# $NetBSD: Makefile,v 1.157 2022/09/28 11:11:28 wiz Exp $ -DISTNAME= mame-0.247 -PKGREVISION= 1 +DISTNAME= mame-0.248 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GITHUB:=mamedev/} GITHUB_TAG= ${DISTNAME:S/-//S/.//} diff --git a/emulators/mame/PLIST b/emulators/mame/PLIST index 0d832dd681a..a9418935e1c 100644 --- a/emulators/mame/PLIST +++ b/emulators/mame/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.69 2022/09/09 18:28:26 wiz Exp $ +@comment $NetBSD: PLIST,v 1.70 2022/09/28 11:11:28 wiz Exp $ bin/castool bin/chdman bin/floptool @@ -216,6 +216,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/digiblast_cart.xml share/mame/hash/digilog320.xml share/mame/hash/dim68k.xml share/mame/hash/dmv.xml diff --git a/emulators/mame/distinfo b/emulators/mame/distinfo index 154b8860852..9396d0e74ac 100644 --- a/emulators/mame/distinfo +++ b/emulators/mame/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.123 2022/09/09 18:28:26 wiz Exp $ +$NetBSD: distinfo,v 1.124 2022/09/28 11:11:28 wiz Exp $ -BLAKE2s (mame-0.247.tar.gz) = 47fbde2bca2e42463a608413d6442ef2ef361901c4ef67a9ac1954f6b8bc8aac -SHA512 (mame-0.247.tar.gz) = e763c8769dbae30bc8185412ca10ae6ed01bc357472d3d1982a6bda0cb5213f05d309b86b2cb0185cd5c7181609f1170c64a3dc5999089d9a863e72428f0bed9 -Size (mame-0.247.tar.gz) = 185778600 bytes +BLAKE2s (mame-0.248.tar.gz) = c8273c3f694862e58afc56416d2bce720d646981c4510429df7727b2b180bd9d +SHA512 (mame-0.248.tar.gz) = f27ff85ec2bb2c5e286d9e9e63585267739b9f46bdd3374d1f1b5ab685e5fb4825fa90510567858976bc2e7533a7e694a5e5199f523242d3e172d893255f7199 +Size (mame-0.248.tar.gz) = 185875556 bytes SHA1 (patch-3rdparty_genie_build_gmake.darwin_genie.make) = bb2e8c06d4b5f5869fb48e06390d5ca94a190056 SHA1 (patch-makefile) = 343fac4d165438a26e2e8077216db1c6c46a5d1e |