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:           Sat Jul 29 19:42:10 UTC 2023

Modified Files:
        pkgsrc/emulators/mame: Makefile distinfo

Log Message:
mame: update to 0.257.

Well, it’s the end of another month, meaning MAME 0.257 is about
due! First of all, you might notice there are some big software
list updates this month. There are quite a few ZX Spectrum cassettes
and a pile of MSX cartridges. There’s also a boatload of original
Apple II floppy disk dumps, including plenty of Infocom, MECC,
Stickybear and Timeout titles. More 3.5" disks for 8-bit Apple II
computers are being dumped now, so make sure you have your emulated
drives set up properly if you want to try them out. Speaking of
Apple, Macintosh computers with 68040 CPUs are starting to reach
working status in MAME. Get ready to relive the confusing array of
Quadra, Centris and LC models from the early 1990s.

For many years, Capcom’s Avengers was an enigma. It was obvious
that substantial parts of the game’s logic don’t run on the main
CPU, but how it was actually implemented was a long-standing mystery.
It turns out the cheeky boys at Capcom put an 8751 microcontroller
under the sound module on the circuit board, and no-one noticed it
hiding there until Phil Bennett spotted it last year! Since then,
a microcontroller was sourced, and the internal program was
exfiltrated by Caps0ff. Unfortunately, the data was damaged slightly,
but it’s now running in MAME with a patch. This allowed the old
simulation code to be removed, providing a better representation
of the game’s original logic.

If you’ve been following updates this year, you might have noticed
the activity around the 16-bit Psion handheld computers. Quite a
few have been promoted to working this month, including several
Series 3 clamshell PDAs and the Workabout data entry terminal.
Naturally, there’s a software list for Psion Solid State Disk media
for you to try out. From the same corner of the world, MAME gained
support for the Bellfruit “Black Box” electromechanical gambling
machine platform. Although the games are marked as not working,
you can spin the reels without having to worry about losing your
shirt.

There’s lots more in this release, ranging from an overhaul for
Taito’s Change Lanes, to support for building against Qt 6 on Linux.


To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 pkgsrc/emulators/mame/Makefile
cvs rdiff -u -r1.133 -r1.134 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.173 pkgsrc/emulators/mame/Makefile:1.174
--- pkgsrc/emulators/mame/Makefile:1.173        Tue Jul 18 18:02:46 2023
+++ pkgsrc/emulators/mame/Makefile      Sat Jul 29 19:42:10 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.173 2023/07/18 18:02:46 nia Exp $
+# $NetBSD: Makefile,v 1.174 2023/07/29 19:42:10 wiz Exp $
 
-DISTNAME=      mame-0.256
+DISTNAME=      mame-0.257
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mamedev/}
 GITHUB_TAG=    ${DISTNAME:S/-//S/.//}

Index: pkgsrc/emulators/mame/distinfo
diff -u pkgsrc/emulators/mame/distinfo:1.133 pkgsrc/emulators/mame/distinfo:1.134
--- pkgsrc/emulators/mame/distinfo:1.133        Wed Jun 28 07:46:18 2023
+++ pkgsrc/emulators/mame/distinfo      Sat Jul 29 19:42:10 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.133 2023/06/28 07:46:18 wiz Exp $
+$NetBSD: distinfo,v 1.134 2023/07/29 19:42:10 wiz Exp $
 
-BLAKE2s (mame-0.256.tar.gz) = 4c6724afdeacb070e98f14fa28858ab4777e665c9d0fad940f6a21237044059f
-SHA512 (mame-0.256.tar.gz) = 6cd6a5f327c8e39b5272ee5a0388131295fb6b387f438788f0f846b233e341a9eb3ac5bd833abcb17db990cb8aed5b40f7dad1b6084051da028b2e2d8448fd8c
-Size (mame-0.256.tar.gz) = 204558498 bytes
+BLAKE2s (mame-0.257.tar.gz) = eddc9c682c29bd3d02bf2a1092482eebcf93307bd8c34e70ebbcd1fd70cedecb
+SHA512 (mame-0.257.tar.gz) = c180a01b3938acda2148676c21b8845f29fadafb35b7d4c9fc1ec1c6259d820dcedf9c42a6483be0405c76accc379ef222a5771c4e45266a97683bc2a22718b5
+Size (mame-0.257.tar.gz) = 204721575 bytes
 SHA1 (patch-3rdparty_bx_src_thread.cpp) = 91d7aa74dbe5e8e73594580ce0c16846f4a0d7b1
 SHA1 (patch-3rdparty_genie_build_gmake.darwin_genie.make) = bb2e8c06d4b5f5869fb48e06390d5ca94a190056
 SHA1 (patch-makefile) = 343fac4d165438a26e2e8077216db1c6c46a5d1e



Home | Main Index | Thread Index | Old Index