summaryrefslogtreecommitdiff
path: root/emulators/mame/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-01-07 15:51:23 +0000
committerwiz <wiz@pkgsrc.org>2019-01-07 15:51:23 +0000
commitaf6e239a024e4f453c42e0d566928ebe2d2c57a8 (patch)
tree11fbe90fa134fcc8c29ece6e11f1b2a896d16145 /emulators/mame/Makefile
parent1624f52af9afcf0e69dec567ccebdb9a9118ae56 (diff)
downloadpkgsrc-af6e239a024e4f453c42e0d566928ebe2d2c57a8.tar.gz
mame: update to 0.205.
With Christmas just over, it’s time for the final MAME release for 2018, and what a year it’s been! MAME 0.205 is no different. Newly supported arcade systems include Unico’s Magic Purple, and Visco’s never-before-seen prototype Pastel Island. The latter ties in nicely with improved video emulation for the SSV platform (yes, this fixes other long-standing glitches, too). Newly playable machines include Konami’s Tobe! Polystars, Evil Night and Total Vice. Yes, Konami M2 emulation is finally here! Be aware that there’s still a lot of room for performance optimisation on this system. Putting arcade systems aside for a moment, this release includes support for Dance Dance Revolution Strawberry Shortcake, and the Nintendo Game & Watch titles Oil Panic and Squish. Interestingly, there are no other emulators or simulators for Squish, and it hasn’t been included in any of Nintendo’s Game & Watch collections. It seems to draw inspiration from the Famicom game Devil World. There are hundreds more Commodore 64 cassettes in the software list now, and quite a few more BBC ROMs as well. Software lists have been added for the Nascom computers, along with updates to the boot ROM choices and better keyboard emulation. We’ve also created a skeleton driver and documented the known software for the Chinese Monon Color console. In a last-minute addition we added support for new version 2 .WOZ floppy images on the Apple II family.
Diffstat (limited to 'emulators/mame/Makefile')
-rw-r--r--emulators/mame/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile
index 11009c581c5..8cb7631feeb 100644
--- a/emulators/mame/Makefile
+++ b/emulators/mame/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.94 2018/12/09 18:52:27 adam Exp $
+# $NetBSD: Makefile,v 1.95 2019/01/07 15:51:23 wiz Exp $
-DISTNAME= mame-0.204
-PKGREVISION= 1
+DISTNAME= mame-0.205
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=mamedev/}
GITHUB_TAG= ${DISTNAME:S/-//S/.//}