mame: update to 0.211.
As we pass the half-way point of 2019, it’s time for MAME 0.211, with all the excitement that brings. In this release, SGI Indy and MIPS RC2030 workstations have been promoted to working. This is a major milestone in RISC workstation emulation. If you’re feeling nostalgic, why not try one of them out, and install IRIX or RISC/os, respectively? This release also includes better support for the China Education Computer Apple II derivatives, along with a preliminary software list. This opens a window to Chinese classroom technology in the late ’80s and early ’90s. Speaking of software lists, we’ve added over five hundred cleanly cracked Apple II software titles, and imported a whole lot of ZX Spectrum cassette images. Looking away from computer emulation for a moment, Game & Watch preservation keeps progressing, with the addition of Ball (the earliest Game & Watch release) and the panorama screen version of Donkey Kong Jr. The Gaelco/Salter Pro Cycle Tele Cardioline exercise system has been promoted to working, and the Pro Stepper system has been added. System 573 MP3 audio has been greatly improved in this release, and support has been added for more Bally pinball sound boards. ClawGrip added example programs from the V.R. Technologies VT03 software development kit. Gemcrush, a rare brick breaking arcade game, has been added in this release. There are lots of other improvements, including a fix for the fatal error when switching away from MAME in Direct3D full-screen mode.
This commit is contained in:
parent
06236253a9
commit
c0c1a6fc4d
3 changed files with 11 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.102 2019/06/23 18:37:45 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.103 2019/07/21 08:34:54 wiz Exp $
|
||||
|
||||
DISTNAME= mame-0.210
|
||||
DISTNAME= mame-0.211
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=mamedev/}
|
||||
GITHUB_TAG= ${DISTNAME:S/-//S/.//}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.36 2019/06/23 18:37:45 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.37 2019/07/21 08:34:54 wiz Exp $
|
||||
bin/castool
|
||||
bin/chdman
|
||||
bin/floptool
|
||||
|
@ -172,6 +172,7 @@ share/mame/hash/cc40_cart.xml
|
|||
share/mame/hash/cd32.xml
|
||||
share/mame/hash/cdi.xml
|
||||
share/mame/hash/cdtv.xml
|
||||
share/mame/hash/cecflop.xml
|
||||
share/mame/hash/cgenie_cass.xml
|
||||
share/mame/hash/cgenie_flop_rom.xml
|
||||
share/mame/hash/channelf.xml
|
||||
|
@ -299,6 +300,7 @@ share/mame/hash/jakks_gamekey_mv.xml
|
|||
share/mame/hash/jakks_gamekey_nk.xml
|
||||
share/mame/hash/jakks_gamekey_nm.xml
|
||||
share/mame/hash/jakks_gamekey_sw.xml
|
||||
share/mame/hash/jb3000_flop.xml
|
||||
share/mame/hash/jpopira_jp.xml
|
||||
share/mame/hash/juicebox.xml
|
||||
share/mame/hash/jupace_cass.xml
|
||||
|
@ -362,6 +364,7 @@ share/mame/hash/msx2_cass.xml
|
|||
share/mame/hash/msx2_flop.xml
|
||||
share/mame/hash/msx2p_flop.xml
|
||||
share/mame/hash/msxr_flop.xml
|
||||
share/mame/hash/mt65_snap.xml
|
||||
share/mame/hash/mtx_cart.xml
|
||||
share/mame/hash/mtx_cass.xml
|
||||
share/mame/hash/mtx_flop.xml
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.83 2019/06/23 18:37:45 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.84 2019/07/21 08:34:54 wiz Exp $
|
||||
|
||||
SHA1 (mame-0.210.tar.gz) = 147d4af4821c07dd1a820b0a9778923c45dc709d
|
||||
RMD160 (mame-0.210.tar.gz) = c88fe80466d58013cf60f947a8c146a557617528
|
||||
SHA512 (mame-0.210.tar.gz) = 01e05f8d15b8bfddfa5f655b492eaeb871370874a602f03a84966355546c1ec1fc71bf9f4ad872452cd1bf26f97d41b278e305cb9f409420a474c2ae91352266
|
||||
Size (mame-0.210.tar.gz) = 146676776 bytes
|
||||
SHA1 (mame-0.211.tar.gz) = c9720763b9ee83eaa3a38078a7eeef576eb2c8b2
|
||||
RMD160 (mame-0.211.tar.gz) = 50270e1581de3d0dbf760614b3c2d8d9d9cfe0b5
|
||||
SHA512 (mame-0.211.tar.gz) = e8b085e291ac231646785ffbb50f6ecc59a1cf988cea9561a28ee06a81258f5ec033d92769de0f019f48d76e76957b989120f44a96619cdf095143bd489e6983
|
||||
Size (mame-0.211.tar.gz) = 147823341 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
|
||||
|
|
Loading…
Reference in a new issue