PDA

View Full Version : Mednafen v0.9.34.1 WIP



wraggster
May 18th, 2014, 22:51
via http://www.aep-emu.de/

Mednafen (http://forum.fobby.net/index.php?t=msg&th=1037&start=0&) a multi-system emulator has been updated.

Quote:
Highlights of this release include:


Added setting "video.deinterlacer" to select which simple deinterlacer to use. Note that currently, all deinterlacers will result in double-height video internally(compared to non-interlaced modes), even when itīs not strictly necessary(such as with "bob" and "bob_offset"), due to internal design decisions.
Allow for negative ".scanlines" setting values, which when used with the "weave" deinterlacer(the default), will structure the scanlines to mask the previous fieldīs lines.
Added support for mapping joystick axes to lightgun screen coordinates(refer to full ChangeLog, April 28, for more details).
Updated internal copy of libmpcdec; fixes Musepack SV7 file reading/playback(with CD emulation).
New shared-mode WASAPI sound driver available(but not the default) for Windows Vista and newer, named "wasapish"(can be selected via the "sound.driver" setting).
GB: Added support for custom palettes that specify BGP, OBP0, and OBP1 colors independently.
GB: Fixed MBC7 support(tilt sensor is on virtual port 2).
GB: Disabled broken simulation of HDMA overhead.
GB: Fixed some problems in the memory-mapper code that allowed some games(like "Best of the Best Championship Karate") to crash Mednafen (http://mednafen.sourceforge.net/) itself.
PC-FX (http://www.pcenginefx.com/PC-FX/html/pc-fx_world_-_system_overview.html), VB: New FPU emulation code to replace SoftFloat(due to licensing concerns); game compatibility shouldnīt be affected.
PS1: Added settings to allow for scaling(and clamping) the analog stick axis values to work around issues caused by the range differences between PS1 analog sticks and modern PC gamepad analog sticks.


New settings:


video.deinterlacer
psx.input.port*.analogjoy.axis_scale
psx.input.port*.dualanalog.axis_scale
psx.input.port*.dualshock.axis_scale


Settings with changed semantics and/or default values:


sound.buffer_time
<system>.scanlines



0.9.34.1:


Fixed a bug in the sound format conversion code that caused garbled audio when using the new shared-mode WASAPI driver with a sound device configured with more than 2 speakers.


0.9.34:


CDPLAY: Optimized the visualization code.
Added a new shared-mode WASAPI sound driver named "wasapish".
For consistency, the "wasapi" and "sdl (http://www.libsdl.org/)" sound drivers no longer subtract the overhead latency from the desired buffer size when calculating the size of the buffer to use.
Changed the default value of setting "sound.buffer_time" to "0", to enable usage of partially-new code that calculates a buffer size automatically based on emulated system characteristics and the sound driver in use.
GB: Fixed tilt sensor emulation that was broken in the May 6 IDIT_BUTTON_ANALOG packing change.
Updated the embedded copy of libmpcdec to the latest SVN copy; fixes problems with playback of older SV7 format files(with the CD emulation code).
Wrote threading code to target Win32 APIs directly, rather than rely on SDL (http://www.libsdl.org/)īs threading support, for the Windows build.
GBA, NES: Resolved some compiler warnings.
No longer compile with -mstackrealign for the Windows build, instead using "__attribute__((force_align_arg_pointer))" where appropriate(e.g. Win32 and SDL (http://www.libsdl.org/) callbacks).
Updated the cheat console-interface code to use a condition variable instead of sleep-waiting.
Remove an erroneous extra mutex unlock around a driver-side message queue.
Pack "IDIT_BUTTON_ANALOG" and "IDIT_RUMBLE" type input device data more tightly(only aligning to a byte-boundary now, and packing as 16-bits rather than 32-bits).
Calculate and send a device type number for each emulated port with the netplay login data(the data is not used currently by mednafen-server, but will be in the future).
Reworked the multithreaded CD reading code to use condition variables, rather than repeatedly unlocking, sleeping, and locking mutexes. This should help with performance a bit, and will prevent a lot of unnecessary CPU/CPU core wakeups, especially after loading multiple disc images with M3U files(since a read thread is created for each disc image, at least when CD image memcaching is disabled, the default).
Moved common parts of the MDFNI_Load and MDFNI_LoadCD functions into a separate function to reduce code duplication.
Emulation modulesī LoadCD functions all now throw exceptions on error, so changed the function pointer prototype to remove the return type(void all the way!).
PCE, PCE_FAST, PC-FX (http://www.pcenginefx.com/PC-FX/html/pc-fx_world_-_system_overview.html), MD: Make better use of exceptions(and handle some that were not handled properly before) in the game loading and initialization code paths.
Emulation modulesī Load and LoadCD functions may now throw exceptions upwards instead of calling MDFN_PrintError() and returning 0.
Reworked IPS parsing and applying code to use exceptions, and Stream instead of stdio file access.
Reworked MDFNFILE to use exceptions to signal errors on file loading(the memory-stream functions provided primarily for the NES moduleīs use still donīt throw exceptions, however).
Lynx: Removed undocumented(and largely pointless) support for loading a gzip or ZIP-compressed "lynxboot.img" firmware file.
GB: Made game loading code more resilient to avoid leaking memory if an error occurs during game load.
Added a gcc format string check attribute to an MDFN_Error constructor, and fixed a few minor format string problems this checking exposed.
GBA: Reworked save file type parsing code to use FileStream instead of stdio.
GBA: Sanitize a few variables in the flash memory save state loading code to prevent malicious save states blah blah blah.
GBA: Added masks to array access in the EEPROM emulation code to prevent malicious save states from corrupting the heap.
GBA: EEPROM file loading code now errors out if thereīs an error opening or reading the file(but not if the error is that it simply does not exist), or the file is of an unexpected/incorrect size.
NES: The filename scanning to select region/video standard(NTSC or PAL), controlled via the "nes.fnscan" setting, now uses the filename and path stored in the ZIP file(when loading a NES game from a ZIP file) rather than the name of the ZIP file itself. Additionally, the filename scanning feature no longer is affected by strings in the file extension(though I doubt this will affect anyone, as youīd have to be pretty deranged to name a NES game file like that).
PSX: Made CD-DA playback position report code more correct and resilient in regards to Q subchannel checksum errors.
PSX: Added settings to allow for scaling the analog stick axis values, to work around the issue of different logical ranges of motion for PS1 DualShock and Dual Analog controllers versus more modern PC-compatible gamepads.
Added logic to gracefully fall back to other fullscreen stretch modes if the current fullscreen resolution is too low to support the stretch mode selected.
Added support for mapping joystick axes to lightgun screen coordinates; however, the configuration must be done manually by editing the configuration file. (Additionally, the translation will not function properly if the software-rotation feature(via ALT+O) is used.)

Example:
psx.input.port2.guncon.x_axis joystick 630f0eab74165481 00008000
psx.input.port2.guncon.y_axis joystick 630f0eab74165481 00008001

Alternate coordinate translation for fullscreen mode, intended for physical modern lightgun and pointer devices:
psx.input.port2.guncon.x_axis joystick 630f0eab74165481 00048000
psx.input.port2.guncon.y_axis joystick 630f0eab74165481 00048001
GB: Cleaned up the memory-mapper code, fixing a few bugs that allowed some games(like "Best of the Best Championship Karate") to cause Mednafen (http://mednafen.sourceforge.net/) itself to crash.
GB: Fixed MBC7 support(itīs been broken in Mednafen (http://mednafen.sourceforge.net/) for a loooong time).
GB: Disabled the broken simulation of HDMA overhead that seemed to be doing more harm than good; fixes problems with unstable framerates and inaccurate slowdown on some GBC games(such as "Shantae").
MD, NGP, WonderSwan: Fixed potential memory leaks(memory was not really leaked due to how Mednafen (http://mednafen.sourceforge.net/) is currently structured, but they could have become problematic leaks in the future).
Merge clamp.h into math_ops.h.
More #include statement changes in emulation module sources to use #include style instead of #include "../BLAH".
Fixed a bug that was causing the output image to be distorted when rotation(via ALT+O) was used in conjunction with a *.videoip setting value of "x" or "y".
Added a test/demo module to help work out bugs in the video processing code paths.
Reworked the build system and numerous source code and header files to allow for less sloppiness with -I include paths.
GB: Statically-allocate a 320-byte graphics buffer instead of malloc()īing it.
Fixed a problem with the configure script so it will (hopefully) no longer error out when cross-compiling.
MD: memset() line buffer padding areas to prevent sprite rendering from reading from uninitialized memory.
MD: Fixed violations of strict aliasing in the 68K CPU core.
PC-FX (http://www.pcenginefx.com/PC-FX/html/pc-fx_world_-_system_overview.html), VB: Replaced SoftFloat, used in FPU emulation, with newly-written-while-sleep-deprived code. Itīs possible this may cause regressions, since floating-point stuff is rather hairy...
Fixed an ancient bug that made iterative multibyte-value cheat searches extremely unreliable.
Fixed a bug that broke the output image when displaying a source image with multiple horizontal resolutions at a specific rotation angle(selected via ALT+O).
Added support for negative .scanlines setting values, which will change scanline behavior and size to overlay/obscure the previous fieldīs line data if "video.deinterlacer" is set to "weave".
Added setting "video.deinterlacer", default value of "weave".
NES: Align a temporary line buffer array to prevent the possibility of a CPU fault and/or poor performance on non-x86 platforms.
Simplified handling of muli-horizontal-resolution frames by changing "LineWidths"īs type from MDFN_Rect(representing x offset and width) to a simple int32(representing just width).
GB: Added support for custom palettes that specify BGP, OBP0, and OBP1 colors independently.
PC-FX (http://www.pcenginefx.com/PC-FX/html/pc-fx_world_-_system_overview.html), VB: Corrected the debuggerīs disassembly of the 5-bit sign-extended immediate form of "mov" (the disassembler was failing to sign-extend).