summaryrefslogtreecommitdiff
path: root/emulators/mame/patches
diff options
context:
space:
mode:
authorwiz <wiz>2016-07-30 17:14:28 +0000
committerwiz <wiz>2016-07-30 17:14:28 +0000
commit36d5813b8f277253872f076191debc718f61374d (patch)
treed05a7c5f87dad3986c96c1ba7d814bc068920d43 /emulators/mame/patches
parent5cf9e8e691ca9959b18950578df1cbd1bccaacff (diff)
downloadpkgsrc-36d5813b8f277253872f076191debc718f61374d.tar.gz
Updated mame to 0.176.
It's the last Wednesday of the month, and time for another MAME release. We'd like to thank the Debian team for their help during this development cycle: they've provided patches allowing MAME to build cleanly on several more platforms, and arranged access to IBM-sponsored POWER8 machines so we could improve our PowerPC support. The popular crt-geom and crt-geom-deluxe shaders have been ported to BGFX and are now distributed with MAME, thanks to cgwg. The BGFX versions of these shaders allow live adjustment of effect parameters through the slider controls menu. Interesting newly supported games include rare Soviet arcade games Gorodki and Kot Rybolov, gambling mahjong game Swing Gal, and alternate versions of Beastie Feastie and Raiden Fighters 2. Graphical issues have been fixed in Seibu Kaihatsu's Denjin Makai, Godzilla, Legionnaire and Zero Team, and there are some improvements to the Tandy CoCo 3 palette. A few remaining gameplay issues in Taito's Operation Wolf were resolved. Thanks to a huge group effort involving some of our highly valued external contributors as well some MAME team members, we've got some visible progress on the Sun SPARCstation drivers. The SPARCstation IPC (sun4_40 driver) now passes its self-tests and allows you to use the OpenBoot interactive Forth interpreter at the ok prompt. Note that there are still issues with SCSI emulation, so it won't boot from and emulated hard disk or CD-ROM. In other news for emulation of professional systems, MAME now supports the TeleVideo 990 and 995-65 terminals. For people using CRT monitors and/or running games at native resolution, we've added a lot of characters to the uismall.bdf font supplied with MAME. It now covers most European languages using Latin and Cyrillic scripts, as well as modern Greek and half-width katakana. Changes were also made to improve legibility. For developers, scrolling and hilighting in the state (registers) view have been fixed, and viewing memory in the debugger no longer causes spurious side effects like bank switches in systems like the Apple II and Osborne 1. There's also been a lot of refactoring and modernisation, particularly in the netlist and UI code.
Diffstat (limited to 'emulators/mame/patches')
-rw-r--r--emulators/mame/patches/patch-3rdparty_bx_include_bx_thread.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/emulators/mame/patches/patch-3rdparty_bx_include_bx_thread.h b/emulators/mame/patches/patch-3rdparty_bx_include_bx_thread.h
deleted file mode 100644
index c432ea39edb..00000000000
--- a/emulators/mame/patches/patch-3rdparty_bx_include_bx_thread.h
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-3rdparty_bx_include_bx_thread.h,v 1.5 2016/06/30 18:14:23 wiz Exp $
-
-https://github.com/bkaradzic/bx/pull/118
-
---- 3rdparty/bx/include/bx/thread.h.orig 2016-06-29 06:34:30.000000000 +0000
-+++ 3rdparty/bx/include/bx/thread.h
-@@ -9,7 +9,9 @@
- #if BX_PLATFORM_POSIX
- # include <pthread.h>
- # if BX_PLATFORM_BSD
-+# ifdef __FreeBSD__
- # include <pthread_np.h>
-+# endif
- # endif
- # if defined(__GLIBC__) && !( (__GLIBC__ > 2) || ( (__GLIBC__ == 2) && (__GLIBC_MINOR__ >= 12) ) )
- # include <sys/prctl.h>