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:           Tue Jan 26 22:10:05 UTC 2021

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

Log Message:
mame: update to 0.228.

Has it already been an entire month? It must have been, because
MAME 0.228 is ready today! We’ve added support for two very rare
arcade games this month. The first is Namennayo, an overhead-view
obstacle course game making unauthorised use of Satoru Tsuda’s
Nameneko characters. The second is Get A Way, an overhead-view
racing game made by Universal, touted as the “first game in the
world to feature a 16-bit microcomputer.” Universal went on to
create the much loved Mr. Do! character. Emulation is preliminary
– while the game is playable, there are some graphical issues, and
sound is absent.

In other arcade emulation news, Windy Fairy has made a triumphant
return, bringing numerous fixes for issues affecting Bemani rhythm
games running on System 573 hardware. Thanks to the persistent
efforts of David “Haze” Haywood, various fruit machines from JPM
are starting to become playable in MAME. Interestingly, these
machines rely on similar Brooktree RAMDACs to NCD X11 terminals,
and Motorola DUARTs used by numerous other systems emulated in
MAME. A complete dump of the type 01 program for Zaccaria’s Cat
and Mouse has finally been obtained, making both known versions of
this obscure game playable at last.

For hand-held consoles, the WonderSwan and WonderSwan Color have
had an overhaul, and Game Gear X-Terminator cartridges are now
supported. Several Bandai RX-78 cartridges have been dumped,
exercising more aspects of the emulation and allowing several
shortcomings to be fixed. We’ve also made some progress on emulating
Apple’s floppy drive controllers, providing a path to support for
SuperDrive high-density floppy drives, and eventually the HD20
external hard disk.

There’s been plenty more happening, including a new LCD shader from
cgwg, all the latest FM Towns software dumps, fixes for recent
regressions, and more code modernisation.


To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 pkgsrc/emulators/mame/Makefile
cvs rdiff -u -r1.49 -r1.50 pkgsrc/emulators/mame/PLIST
cvs rdiff -u -r1.100 -r1.101 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.127 pkgsrc/emulators/mame/Makefile:1.128
--- pkgsrc/emulators/mame/Makefile:1.127        Fri Jan  1 15:18:27 2021
+++ pkgsrc/emulators/mame/Makefile      Tue Jan 26 22:10:05 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.127 2021/01/01 15:18:27 wiz Exp $
+# $NetBSD: Makefile,v 1.128 2021/01/26 22:10:05 wiz Exp $
 
-DISTNAME=      mame-0.227
+DISTNAME=      mame-0.228
 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.49 pkgsrc/emulators/mame/PLIST:1.50
--- pkgsrc/emulators/mame/PLIST:1.49    Fri Jan  1 15:18:27 2021
+++ pkgsrc/emulators/mame/PLIST Tue Jan 26 22:10:05 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.49 2021/01/01 15:18:27 wiz Exp $
+@comment $NetBSD: PLIST,v 1.50 2021/01/26 22:10:05 wiz Exp $
 bin/castool
 bin/chdman
 bin/floptool
@@ -73,7 +73,7 @@ share/mame/hash/a7800.xml
 share/mame/hash/a800.xml
 share/mame/hash/a800_cass.xml
 share/mame/hash/a800_flop.xml
-share/mame/hash/abc1600.xml
+share/mame/hash/abc1600_flop.xml
 share/mame/hash/abc800.xml
 share/mame/hash/abc800_hdd.xml
 share/mame/hash/abc806.xml
@@ -90,6 +90,7 @@ share/mame/hash/aim65_cart.xml
 share/mame/hash/aleste.xml
 share/mame/hash/alice32.xml
 share/mame/hash/alice90.xml
+share/mame/hash/alphasmart_kapps.xml
 share/mame/hash/alphatro_cart.xml
 share/mame/hash/alphatro_flop.xml
 share/mame/hash/altos5.xml
@@ -184,6 +185,7 @@ share/mame/hash/cgenie_cass.xml
 share/mame/hash/cgenie_flop_rom.xml
 share/mame/hash/channelf.xml
 share/mame/hash/chessmstdm.xml
+share/mame/hash/chip8_quik.xml
 share/mame/hash/clickstart_cart.xml
 share/mame/hash/clipper_flop.xml
 share/mame/hash/coco_cart.xml
@@ -535,7 +537,8 @@ share/mame/hash/radio86_cart.xml
 share/mame/hash/radio86_cass.xml
 share/mame/hash/rainbow.xml
 share/mame/hash/rwtrntcs.xml
-share/mame/hash/rx78.xml
+share/mame/hash/rx78_cart.xml
+share/mame/hash/rx78_cass.xml
 share/mame/hash/sage2.xml
 share/mame/hash/saitek_egr.xml
 share/mame/hash/saitek_kso.xml

Index: pkgsrc/emulators/mame/distinfo
diff -u pkgsrc/emulators/mame/distinfo:1.100 pkgsrc/emulators/mame/distinfo:1.101
--- pkgsrc/emulators/mame/distinfo:1.100        Fri Jan  1 15:18:27 2021
+++ pkgsrc/emulators/mame/distinfo      Tue Jan 26 22:10:05 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.100 2021/01/01 15:18:27 wiz Exp $
+$NetBSD: distinfo,v 1.101 2021/01/26 22:10:05 wiz Exp $
 
-SHA1 (mame-0.227.tar.gz) = dc4060f20649556241ea73d786803dbec4c065fb
-RMD160 (mame-0.227.tar.gz) = 862df6a449329fe5b16e6d46a030fe157c3a8eb3
-SHA512 (mame-0.227.tar.gz) = f3cafa359ae81a4feeef865f41a0ce1c85e1e44ce237dfca390fea6ead3b5ed8a1715d03ed34b1b7a381dcbff8d5f8a3900ddcddad0c5772a954cdeafaba27c4
-Size (mame-0.227.tar.gz) = 195226157 bytes
+SHA1 (mame-0.228.tar.gz) = 96d46a78152d15a5e444a48c5f6531ef2ef70241
+RMD160 (mame-0.228.tar.gz) = 2564296e3d99ab8fe3129e3fa931f80f311e7637
+SHA512 (mame-0.228.tar.gz) = 46b5237edcab0d2aa531f3fb21ebcbdeeea3405439fd2ae915795164e5d0ce0b75bde8f8c2ca97089182796517c4295673b36ea6908a6a4a90d4fa3ecc202636
+Size (mame-0.228.tar.gz) = 195454072 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_bgfx_examples_common_font_font__manager.cpp) = 3b52b49bc9bb9e8810a478f13dcc306512acab21



Home | Main Index | Thread Index | Old Index