FCEUmm Next is a fork of libretro-fceumm which itself is a fork of FCEUmm.
FCEUmm is a Nintendo Entertainment System / Famicom emulator. It currently supports a wide number of carts, including support for Family Computer Disk System and Vs. Unisystem. It is a fork of FCEU "mappers modified", an unofficial build of FCEU Ultra by CaH4e3, which supports a lot of new mappers including some obscure mappers such as one for unlicensed NES ROM's using the Libretro API.
What this fork is
FCEUmm Next purpose is to have faster updates and features. Other than a rewrite for the mapper interface codebase and some code sections that requires it, also tries to have a more seamless integration into the libretro api amongst other changes. These changes and updates are supposed to be pushed into main fork, libretro-fceumm, but when i tried to start moving some sections, some third party confirmation disagrees with the changes, claiming A LOT IS BROKEN. ALL multicarts are broken yada yada yada and yet no descriptions or details of the issue are being posted. They claimed that those things were working before, so regressions are fixable and yet they refuse to give details. So i assumed they dont want codebase to be touched. Hence this fork.
Changes/Differences
-
additional mappers support
-
mapper fixes and updates
-
additional input options (SNES Mouse, SNES Gamepad, PowerPad A/B, VirtualBoy Controller etc)
-
variable overscan cropping options, including separate top, bottom, left, right overscan cropping
-
replaced on/off audio options to volume controls
-
add volume controls for expansion audio (FDS, MMC5, VRC6, VRC7, Namco163, Sunsoft5B)
-
fix to audio controls not muting some channels when in low quality mode
-
Fix low volume issue
-
update VRC7 sound code (emu2413)
-
replace Sunsoft 5B sound code with emu2149 for better accuracy (including envelop and noise emulation)
-
rewrite Namco 163 sound code
-
rewrite VRC6 sound code
-
rewrite FDS sound code
-
add missing state variables, fixing runahead compatibility
-
Assign F12 as Hard Reset (PowerNES) hotkey
-
Write instructions now update the databus (backport TASEmulators/fceux#659)
-
Apply bisqwit's deemphasis method
-
Add support for 512-palettes and apply bisqwit's deemphasis (fceux)
-
Fix possible buffer overflow caused by emphasis buffer not initialized to zero
-
Vs. System rework, fixes input issues and missing palettes, reworked inputs, update preexisting database and other updates.
-
Use NES 2.0 info for supported input types (when available)
-
Propagate FCEU_MemoryRand() to initialize mapper WRAM,CHRRAM and other cartridge memory types.
-
FCEU_gmalloc default init state is based on FCEU_MemoryRand() settings.
-
NSF: Fix waveform visualizer
-
NSF: add support for multiple audio chip (wip)
-
Add NSFE support
-
use 32 bpp color format by default, with optional 16 if one desires on compile time. PSP/3DS targets by default uses 16 bpp. PS2 remains to use ARGB1555.
-
misc changes under the hood (libretro, sound, etc)
Button/Key Changes/Additions:
- F12 - Hard-Reset
- L1 - Change Disk Side in FDS
- R1 - Insert/Eject Disk in FDS
- L2/R2 - Insert Coins for slot 1/2 respectively in Vs. Unisystem and some coin-operated mappers.
- holding L2 and pressing LEFT/RIGHT will change internal palette
- L3 - simulate Famicom Player 2 Microphone (probably)
Compiling:
-
Linux: make clean && make
-
Windows (MSYS2): make clean && make
Input Devices
- Standard Joypad (4-players)
- NES Zapper
- SNES Pad
- SNES Mouse
- Virtual Boy Controller
- Power Pad A/B Mat
- Family Trainer A/B Mat
- Arkanoid Paddle
- Hyper Shot Gun
- Hyper Shot Mat
- Party Tap
- Exciting Boxing Punching Bag
Additional Notes:
This core is a work-in-progress! Expect breakage or regressions. With the massive changes, savestates will not be compatible between versions or commits. SRAM or battery saves are mostly compatible. NES 2.0 headered rom is prefered in most cases.
PS2/PSP targets are special cases and may not include some enhancements and/or maybe break in future (unless someone wants to step in to maintain them) since i dont have a way to test it on my own.
emu2413 - https://github.com/digital-sound-antiques/emu2413 emu2149 - https://github.com/digital-sound-antiques/emu2149
24.10.04
- Add option to disable ppu color emphasis
- Fix allocation and deallocation of CHR-RAM
24.10.03
- mmc3: Fix regression in handling 4-screen mirroring (fix Rad Racer 2)
- m064: Rework irq (fix Skull and Bones)
24.10.01
- Add mapper 470 (backport fceumm)
24.09.30
- Add mapper 515
- ps2: Update upload-artifacts to v4
- make x24c02 only read/write state if I2C address match, backport from fceux (fix SD Gundam Gaiden 2)
24.03.15
- Add mapper 284 (UNL-DRIPGAME, only works in newppu for now)
24.03.06
- Rewrite mapper 6 / 8 / 12.1 / 17
24.03.03
- Add mapper 561
- Add mapper 562
24.02.26
- Add New PPU support (backport from FCEUX)
- Fixed mapper 124
24.02.25
- Fix mapper 156
- Fix support for Ys Definitive Edition (romhack)