Commit Graph

40 Commits

Author SHA1 Message Date
mestre
46d3aaf4e2 update to 1.31.0-UNSTABLE
Notable changes since 1.29.0:
- MD: Fixed glitches and hang in the Europe release of "Donald in Maui Mallard".
- PC-FX: Expanded external backup memory from 32KiB to 128KiB, to match the
amount of memory in an FX-BMP.
- PC-FX: External backup memory will now be saved to/loaded from its own file,
instead of being appended to the internal backup memory in the same file. For
backwards compatibility, there is support for initially loading data from a
combined 32KiB+32KiB file; however, the additional 96KiB of external backup
memory will be unusable by the game in this case due to existing filesystem
structures.
- SASPlay: Added support for "Air Walkers".
- SNES-Faust: Added mouse emulation.
- SNES-Faust: Fixed color math glitch in "Final Fantasy V" when Exdeath is
holding the opaque white sphere party hostage.
- SNES-Faust: Fixed broken ExLoROM support, used by a "Heartthrob Memorial"
translation patch.
- SS: Added experimental support for ST-V games that don't require decryption
chips or special hardware. Refer to the ST-V section of the documentation for
more details and a list of explicitly supported games.
- SS: Fixed missing and glitchy graphics in "Houkago Ren'ai Club: Koi no Etude".
- SS: Fixed graphical glitches in "Radiant Silvergun" at the start of a new game
begun after interrupting the attract mode, or game over, while a fancy rotating
background was present, such as during the AKA-O battle.
2022-08-29 10:27:40 +00:00
mestre
e4cb7fc20b fix typo to make mednafen compile on powerpc
from brad
2022-07-18 08:45:32 +00:00
naddy
06ebc532ac drop RCS Ids 2022-03-11 18:59:33 +00:00
mestre
1753ca28ca update to 1.29.0
Notable changes since 1.28.0-UNSTABLE:
Added support for playing the SCSP-generated music from most Sega Model 2A, 2B,
2C, and 3 arcade games.
PCE: Fixed a memory initialization bug that could cause graphics glitches after
the explosion of the first boss in "R-Type".
PCE, PCE-Fast: Fixed unreadable black letters in "Order of the Griffon"'s
password entry screen.
SNES: Fixed broken emulation on little-endian PPC64 due to endianness
misdetection.
SNES-Faust: Fixed S-DSP pitch modulation being half as strong as it should be.
VB: Fixed a VSU modulation emulation inaccuracy that severely distorted some
sound effects in "Virtual Boy Wario Land".
2022-01-19 14:36:36 +00:00
op
57a6426056 update mednafen to 1.28.0, diff from mestre@ (maintainer) 2021-11-30 12:46:05 +00:00
mestre
19ba8ca828 update to 1.27.1
dropped dependency on libsndfile since this version uses libFLAC only, also
removed a few other libs from WANTLIB since they are also not necessary
according to `make lib-depends-check'

tested by Micah Muer < micah at fastmail.net >
2021-07-16 07:49:39 +00:00
jasper
da53cd023f only disable altivec on powerpc as it is actually required to build this
on powerpc64
2021-01-09 18:25:37 +00:00
mestre
b1a8764d0d update to 1.26.1 and set myself as maintainer
OK jeremy@ (former maintainer)
2020-11-20 23:39:02 +00:00
mestre
c281a40954 update to 1.24.3
OK jeremy@
2020-08-09 13:44:56 +00:00
solene
ce412418ea Add headers include in the snes patch to fix i386 compilation issue
compilation issue reported by sthen@
2020-03-31 11:47:01 +00:00
solene
ffda64f7ea Update to mednafen-1.24.1
ok jeremy@

update include libco patches to repair snes module which was crashing
clues from bentley@ for importing patches from emulators/higan
2020-03-29 10:10:29 +00:00
jeremy
640abc9fe8 Update to mednafen 1.22.2
From Micah Muer <micah@fastmail.net>
2019-06-19 04:01:21 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
jeremy
818544737e Update to mednafen 1.12.3
Upstream now requires SDL2, so make the necessary adjustments.

Upstream added an openbsd sound driver, but it doesn't use
the sndio API, so switch the default sound driver to sdl which
does use sndio.  Make the openbsd driver still work by default
by defaulting the audio device to /dev/audio0 in that case.

Both the sound driver and sound device are configurable in the
mednafen configuration file.

Based on a patch from anthk@disroot.org
Sound issues pointed out by Bryan Linton <bl@shoshoni.info>
Feedback from ratchov@
OK bentley@
2018-09-08 23:08:39 +00:00
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
naddy
11e3dd67b3 switch COMPILER from the old, confusing shortcuts to the more explicit format 2017-11-16 23:20:37 +00:00
jeremy
6279877af2 Update to mednafen-0.9.48. 2017-11-14 06:46:20 +00:00
jeremy
741194a472 Update to mednafen 0.9.46. 2017-09-02 21:42:41 +00:00
brynet
bf97cfc158 Fix mednafen link with clang builds, not thoroughly tested yet.
ok jeremy@
2017-07-31 21:26:12 +00:00
jeremy
af2524e7ee Switch to COMPILER = gcc-only for force gcc
OK espie@
2017-07-31 19:39:26 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
espie
cc5bc426ed switch everything to new COMPILER idiom, even stuff that won't build with clang
yet, but at least that part is done.
2017-05-31 08:08:15 +00:00
espie
315d850650 don't compare pointer, not enough to fully fix with clang 2017-05-25 23:40:06 +00:00
jeremy
3e3473226e Update to mednafen 0.9.39.2 and set USE_WXNEEDED 2016-10-24 01:53:37 +00:00
jeremy
48705ddc66 Update to mednafen 0.9.38.7
DESCR update from sthen@
Rest from Micah Muer
2016-01-17 21:12:14 +00:00
landry
5711f896ef Mark BROKEN-hppa for reliable BROKEN-ness (gcc ICEs, undefined refs to
atomics, various horrors)
2015-12-04 20:47:52 +00:00
jeremy
850eae4241 Update to mednafen 0.9.38.5
OK jca@
2015-07-26 06:08:15 +00:00
jeremy
2b7d2d6087 Update to mednafen 0.9.35.1. 2014-06-28 04:08:48 +00:00
sthen
701c91e413 kill VMEM_WARNING 2013-11-25 14:16:22 +00:00
espie
9cd014a3ca PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:02:49 +00:00
bcallah
63eeca4c3e Remove --disable-external-libs from audio/libsndfile. Needed for the import of audio/mscore.
Bump all dependent ports that need a bump.
Assign MAINTAINER of audio/libsamplerate and audio/libsndfile to Jan Stary.

ok landry@ sthen@ aja@ jasper@ jeremy@ Jan Stary (MAINTAINER)
2013-01-26 15:53:20 +00:00
benoit
0b049f1e10 - update mednafen to 0.9.28
ok jeremy@
2013-01-23 21:36:06 +00:00
sthen
6d9238010b Unbreak emulators/mednafen build - previous commit broke this on LP32 machines.
Fortunately we build on i386 and vax which help us pick up portability problems.

ok jeremy@ (maintainer). no bump, doesn't affect machines where it did build.
2012-10-26 10:32:55 +00:00
edd
958e2ae8a2 Update to mednafen-0.9.26.
OK jeremy@
2012-10-20 17:35:18 +00:00
ajacoutot
6a636a6723 Disable Altivec. Our old GCC cannot cope with it... 2012-10-15 08:53:11 +00:00
jeremy
9f39336d71 Drop dependency on devel/sdl-net, no longer used. Pointed out by edd@. 2012-09-28 16:21:03 +00:00
jeremy
d9aaf2d089 Update to mednafen 0.9.24. The distfile is marked WIP, but according
to upstream it's more stable than the 0.8.D.3 release.  Adds support
for SNES and Genesis emulation.

diff from bentley@
OK edd@
2012-09-27 04:13:17 +00:00
jasper
3b4f0dfbc7 - add VMEM_WARNING 2011-09-06 19:21:52 +00:00
jeremy
38cdc1891b Import mednafen 0.8.D.3 as 0.8.3.
Mednafen is a portable, utilizing OpenGL and SDL,
argument(command-line)-driven multi-system emulator with many advanced
features. The Atari Lynx, GameBoy (Color), GameBoy Advance, NES, PC
Engine(TurboGrafx 16), SuperGrafx, Neo Geo Pocket (Color), PC-FX, and
WonderSwan (Color) are emulated. Mednafen has the ability to remap
hotkey functions and virtual system inputs to a keyboard, a joystick, or
both simultaneously. Save states are supported, as is real-time game
rewinding. Screen snapshots may be taken at the press of a button, and
are saved in the popular PNG file format.

OK landry@
2011-03-14 21:04:51 +00:00