You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rewritten WRAM, VRAM, PRGROM, CHROM and Nametebles management.
Rewritten FDS support.
Furthermore, an option has been added to select the mode for write operations. Until now, all writes were stored on an external file (diff file) to preserve the integrity of the disk image, now it's possible to choose to write them directly to the FDS/QD file (making it portable to other emulators as well).
Changed the format of the diff file, now I use the IPS format (which can always be applied to the original image).
Rewritten the format and management of save states.
WARNING save states of version 0.110 or earlier are no longer compatible.
Rewritten the audio of the VRC7.
Implemented the project "A YM2413 emulator written in C" of okaxaki :
Added full support for the Detach Barcode Reader of mapper 157.
Added support for FFmpeg 6.x libraries.
Added support for nes20db.xml and dip.cfg (many thx to NewRisingSun for his immense work).
Both files will be distributed together with the emulator and will be located in the following directories:
Linux/BSD - {default system datadir}/puNES
Windows - directory where the executable is placed.
if you want to use a more updated version than the one distributed with the emulator, just copy it either in the executable directory or in the working directory of the emulator, which can also be opened from the "File -> Open working directory" menu.
Added full support for Vs System (UniSystem and DualSystem).
Added a screen icon that shows when Fast Forwarding is active.
In Fullscreen the menu bar can be accessed by moving the mouse over the top of the screen.
Updated Italian, Chinese, French, Hungarian, Portuguese and Russian translation (thx to Alex Timonin, FlameMan, stgapr29, tch_oscomp, Matheus Scattolin Anselmo, owomomo, shinyoyo, githubsilver and Benjamin Siskoo).