summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-04-29 20:52:58 +0000
committerwiz <wiz@pkgsrc.org>2018-04-29 20:52:58 +0000
commit81a01f69710694487fb224310606149cc0d871f1 (patch)
tree1b13e7285ec235640acc9b97d6111397543fa15a
parent2acf2d8b32b0631888c67dd98c8f49973e1d6b0f (diff)
downloadpkgsrc-81a01f69710694487fb224310606149cc0d871f1.tar.gz
mame: update to 0.197.
MAME 0.197 25 Apr 2018 For our April release, we’re bringing even more elusive electronic esoterica to light. MAME 0.197 finally includes support for the 1987 version of the Spanish quiz game Master Boy, believed to be Gaelco’s first release. There are now drivers for several Neo-Geo MVS variants, exposing different capabilities. Lamp outputs are now supported for The Irritating Maze, bringing the game to life a little more. We’ve added four more Tiger LCD games, all based on licensed IP: Home Alone, Home Alone 2, Independence Day, and Transformers – Generation 2. The Sega Model 2 improvements keep coming, with Rail Chase 2 now working. With its protection MCU emulated, Capcom’s F-1 Dream is also working. MAME 0.197 adds support for alternate versions and bootlegs of a long list of systems, including Crazy Bonus 2002, Explosive Breaker, Fidelity Excel 68000, Lup Lup Puzzle, Pochi and Nyaa, Renegade, and Silkworm. In addition, there are graphical improvements to Sega ST-V/Saturn, and Magical Tetris Challenge. There are some nice improvements for computer emulation this month, too. The Acorn Electron has improved video handling and support for the Mega Games Cartridge. The NEC PC-98 CD-ROM software list has been updated with the latest dumps and compatibility status – recent emulation improvements mean more fully supported titles. You can now boot HP-BASIC cartridges on the HP9000/340 series. MAME 0.196 28 Mar 2018 MAME 0.196, our March release, is here just in time for Easter, and it’s packed with all the goodness you’ve come to expect. In a very exciting development, Team Caps0ff have extracted the C-chip data for Volfied, Superman, Rainbow Islands, and most importantly, Bonze Adventure. This cleanly fixes some of the most long-standing emulation issues in MAME. The improvements to Sega Model 2 have continued, with Virtua Fighter 2 and Motor Raid now considered working. Other Model 2 games are greatly improved as well. For fans of 8-bit home computers, MAME 0.196 has improved ZX Spectrum family emulation, fixing many graphical glitches. A QuikLoad option has been added to several CP/M-80 machines, allowing .COM files to be loaded directly after the operating system has booted. Emulated IEEE-488 (GPIB) can now be tunnelled over sockets, opening up the possibility to simulate peripherals outside MAME. Interpro progress has continued, and is now at the point where you can boot the rebuild floppy. Other new working arcade games include Big Buck Hunter, an older joystick-controlled version of Ghox, and a rare unprotected version of Opa Opa. With some fixes to our vector maths, War: The Final Assault is working, and Gunpey has been made playable using decompressed sprite data extracted from a working board. New LCD hand-helds include Dennis the Menace, Double Dragon 3, Jurassic Park, Spider-Man, The Addams Family, The Flash, and X-Men - Project X. In an emulation first, MAME 0.196 supports QSound DSP emulation. For now, it’s only enabled for the vgmplay driver by default, and it requires a fairly fast computer to emulate at full speed. It will be enabled by default when system requirements are a bit more modest. The SH-4 recompiler has been enabled by default for Dreamcast-derived systems, giving substantial performance improvements.
-rw-r--r--emulators/mame/Makefile5
-rw-r--r--emulators/mame/PLIST5
-rw-r--r--emulators/mame/distinfo10
3 files changed, 11 insertions, 9 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile
index 2b8ed03f225..bf83fa21231 100644
--- a/emulators/mame/Makefile
+++ b/emulators/mame/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.83 2018/04/16 14:34:26 wiz Exp $
+# $NetBSD: Makefile,v 1.84 2018/04/29 20:52:58 wiz Exp $
-DISTNAME= mame-0.195
-PKGREVISION= 2
+DISTNAME= mame-0.197
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=mamedev/}
GITHUB_TAG= ${DISTNAME:S/-//S/.//}
diff --git a/emulators/mame/PLIST b/emulators/mame/PLIST
index e678b4b298b..abdcf788733 100644
--- a/emulators/mame/PLIST
+++ b/emulators/mame/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2018/03/18 00:40:20 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.25 2018/04/29 20:52:58 wiz Exp $
bin/castool
bin/chdman
bin/floptool
@@ -154,6 +154,7 @@ share/mame/hash/c64_cart.xml
share/mame/hash/c64_cass.xml
share/mame/hash/c64_flop.xml
share/mame/hash/c65_flop.xml
+share/mame/hash/camplynx_flop.xml
share/mame/hash/casloopy.xml
share/mame/hash/cbm2_cart.xml
share/mame/hash/cbm2_flop.xml
@@ -254,6 +255,7 @@ share/mame/hash/ibm6580.xml
share/mame/hash/ibmpcjr_cart.xml
share/mame/hash/ibmpcjr_flop.xml
share/mame/hash/interact.xml
+share/mame/hash/interpro.xml
share/mame/hash/intv.hsi
share/mame/hash/intv.xml
share/mame/hash/intvecs.xml
@@ -399,6 +401,7 @@ share/mame/hash/pockchalw.xml
share/mame/hash/pofo.xml
share/mame/hash/poisk1_flop.xml
share/mame/hash/pokemini.xml
+share/mame/hash/poly_flop.xml
share/mame/hash/princ.xml
share/mame/hash/pro128_cart.xml
share/mame/hash/pro128_cass.xml
diff --git a/emulators/mame/distinfo b/emulators/mame/distinfo
index 6f01c653637..5811f1abc80 100644
--- a/emulators/mame/distinfo
+++ b/emulators/mame/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.66 2018/03/18 00:40:20 ryoon Exp $
+$NetBSD: distinfo,v 1.67 2018/04/29 20:52:58 wiz Exp $
-SHA1 (mame-0.195.tar.gz) = 3e0a168ce549c2089aaac932ef34ce1a615e876e
-RMD160 (mame-0.195.tar.gz) = 2c0206c3140b52aa51f6d4a5bb78704669661d65
-SHA512 (mame-0.195.tar.gz) = c70cca97f28d2deb33f21ea9c5ce968225be76d075e554832d4ab3f16a06ca5f50f424994464bce5f00e1ef3ace897fbb8079d8d429e4e134316e33fa3ac8f96
-Size (mame-0.195.tar.gz) = 126375780 bytes
+SHA1 (mame-0.197.tar.gz) = 8c453acb2a939c0571f62362a5babb7505629948
+RMD160 (mame-0.197.tar.gz) = bdb74e1500200d248a46e3dde4d20635fa1b81f8
+SHA512 (mame-0.197.tar.gz) = ceff2e3bf15dab54414846ff03681082bdfe11cdeefe65379038ceca36569ba44b2c3b76f4114eab87379db0fb236ca74bd86133e5329b6558ec28e4f340f9d5
+Size (mame-0.197.tar.gz) = 126768874 bytes
SHA1 (patch-3rdparty_asio_include_asio_detail_config.hpp) = 9b0d6139e853d8efb9d51270bbfa5382feac42a7
SHA1 (patch-3rdparty_bgfx_examples_common_font_font__manager.cpp) = e39b2dff553505531adb5f0a31b0a22306b8e2e4
SHA1 (patch-3rdparty_bx_include_bx_platform.h) = caa57597d7c0916f82b3dbdc6ebf2e4851984e70