summaryrefslogtreecommitdiff
path: root/emulators/mame/patches/patch-src_devices_bus_a2bus_cards.cpp
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-12-30 11:18:34 +0000
committerwiz <wiz@pkgsrc.org>2021-12-30 11:18:34 +0000
commit3f53056bb80754c56d4369d625bb418207a94e00 (patch)
tree15ade70004184302b63f2263ed30e356d805789f /emulators/mame/patches/patch-src_devices_bus_a2bus_cards.cpp
parentd0bfd6c3477738e5e377ed6d55150ffac3ddecd9 (diff)
downloadpkgsrc-3f53056bb80754c56d4369d625bb418207a94e00.tar.gz
mame: update to 0.239.
Did you think we’d let 2021 finish without a parting MAME release? MAME 0.239 is here, just in time for the new year. This release includes a fix for many subtle and not-so-subtle sound and music timing issues in games using Yamaha FM synthesis chips. The frame rate for Gaelco games has been adjusted to satisfy some wily protection checks, fixing crashes when continuing in Thunder Hoop and graphical issues in Squash. A big update for Philips CD-i emulation just made it in for this release, greatly improving the experience in a lot of games. Nintendo Famicom Disk System emulation has also seen some improvements this month. This release is packed with even more Soviet re-skins of the Game & Watch Egg program, the latest Apple II dumps and cracks, another batch of Commodore 64 cassettes, and more exotic NES and Famicom cartridges. Milan Galcik, who’s been busy with the Elektronika hand-held games, has also completed a Slovak UI translation and updated the neglected Czech translation. Both genuine and cloned Apple II systems have had emulation updates this month, with a number of unique VTech Laser and Franklin ACE features now supported, and performance improvements for the Apple IIgs.
Diffstat (limited to 'emulators/mame/patches/patch-src_devices_bus_a2bus_cards.cpp')
-rw-r--r--emulators/mame/patches/patch-src_devices_bus_a2bus_cards.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/emulators/mame/patches/patch-src_devices_bus_a2bus_cards.cpp b/emulators/mame/patches/patch-src_devices_bus_a2bus_cards.cpp
new file mode 100644
index 00000000000..a9ca6ecb9f6
--- /dev/null
+++ b/emulators/mame/patches/patch-src_devices_bus_a2bus_cards.cpp
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_devices_bus_a2bus_cards.cpp,v 1.1 2021/12/30 11:18:34 wiz Exp $
+
+Add missing PCH.
+https://github.com/mamedev/mame/commit/0288a54ca21cb4e4d63e98507060af05abe59768
+
+--- src/devices/bus/a2bus/cards.cpp.orig 2021-12-28 15:17:03.000000000 +0000
++++ src/devices/bus/a2bus/cards.cpp
+@@ -9,6 +9,7 @@
+
+ ***************************************************************************/
+
++#include "emu.h"
+ #include "bus/a2bus/cards.h"
+
+ #include "bus/a2bus/4play.h"