summaryrefslogtreecommitdiff
path: root/emulators/libretro-fceumm
AgeCommit message (Collapse)AuthorFilesLines
2019-02-01libretro-fceumm: Update to 20190106nia3-8/+23
Changes: * FDS: Fix pointers are not freed when closing rom * update FDS to use retro_get_memory_data/size for handling modified disks * FDS: Fix IRQ timing * state.c: minor update and try to fix big-endian save state issues. * Updates the apu pulse' sweep unit based on latest sources * fix irq inhibit flag on frame counter * fix Dragon Warrior 4 not starting after irq inhibit flag is fixed * fix typo in dmc irq * pulse channel, now clocks the length counters when silenced (backport from mednafen-nes) * minor pulse channel fixes/clean up * fixes crash, audio states and comments * Remove space in core option * C89 compliance * Add on/off toggle for NES apu channels - backported from FCEUX. Enabled when only compiled with DEBUG=1. * Fix runahead audio issues in high/very high quality * Fix missing sound state variables for some mappers with expansion audio * Minor cleanup and libretro.h update * An additional check is added to RETRO_MEMORY_SAVE_RAM in some cases where a rom has a battery flag enabled while the mapper assumes it does not. This causes libretro to initialize an unallocated RAM causing errors at startup. A check to see if the save ram pointer exist and if the size is not empty. Adding these checks would also allow libretro to not create a blank .srm file in some cases. Issue originally is from MMC5. * 9d9c480, Add core option: RAM power up state * e07255c , Remove redundant memset() calls * palette:Labeling and index changes * Fix autodetection of NES controllers * Update input settings, allow multi-player without matching CRC * Use lightgun API for Zapper.
2018-08-08emulators/libretro-fceumm: Improve description slightly.nia1-2/+2
Try to explain why you might want to use this (e.g. instead of libretro-nestopia).
2018-08-08emulators/libretro-fceumm: Update to 20180621. Handle big endian systems.nia2-13/+18
No changelog, unfortunately.
2015-11-03Add SHA512 digests for distfiles for emulators categoryagc1-1/+2
Problems found with existing digests: Package suse131_libSDL 1c4d17a53bece6243cb3e6dd11c36d50f851a4f4 [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Package suse131_libdbus de99fcfa8e2c7ced28caf38c24d217d6037aaa56 [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Package suse131_qt4 94daff738912c96ed8878ce1a131cd49fb379206 [recorded] 886206018431aee9f8a01e1fb7e46973e8dca9d9 [calculated] Problems found locating distfiles for atari800, compat12, compat 13, compat14, compat15, compat20, compat30, compat40, compat50, compat50-x11, compat51, compat51-x11, compat60, compat61, compat61-x11, fmsx, osf1_lib, vice, xbeeb, xm7. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-02-04Import libretro-fceumm-20150204 as emulators/libretro-fceumm.jmcneill4-0/+41
Libretro is a simple but powerful development interface that allows for the easy creation of emulators, games and multimedia applications that can plug straight into any libretro-compatible frontend. This development interface is open to others so that they can run these pluggable emulator and game cores also in their own programs or devices. FCEUmm (FCEUltra mappers modified) is a NES/Famicom emulator that specializes in extensive mapper support.