| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| fceux-2.6.2-Darwin.dmg | 2022-02-04 | 50.8 MB | |
| fceux-2.6.2-win32.zip | 2022-02-04 | 3.9 MB | |
| qfceux-2.6.2-win64.zip | 2022-02-04 | 78.1 MB | |
| readme.md | 2022-02-04 | 1.7 kB | |
| Totals: 4 Items | 132.7 MB | 1 | |
2.6.2 has been released on 04 February 2022.
Windows users should download fceux-2.6.2-win32.zip for the conventional experience. qfceux-2.6.2-win64.zip will let you try a new portable experience.
See http://fceux.com/ for details
See https://github.com/TASEmulators/fceux/ for more details
The 2.6.2 release is a maintenance update that adds a couple minor features and fixes a few bugs for the Qt/SDL port.
Common Core Improvements and Bug Fixes:
�Added WRAM support for OneBus mapper (mapper 256).
�Fixed VROM size calculation error from NES header.
Qt/SDL GUI Improvements and Bug Fixes:
�Added an auto hide main menu on fullscreen option.
�Added an option to disable display of video overlayed GUI messages.
�Fixed default setting for max sprites per scanline to be 8 (matching win32 port).
Qt/SDL Hex Editor Improvements and Bug Fixes:
�Fixed logic to move cursor to next line when editing hits end of line.
�Fixed inconsistent display behavior of vertical scroll bar. Viewport line offset and vertical scroll position are now always synchronized.
�Fixed draw layering of cursor row/column coloring when in ROM view.
�Added protections to prevent crash when editing addresses past the end of a ROM file.
�Improved cursor blink rate to be consistent regardless of viewport refresh rate.
Qt/SDL Sound:
�Fixed sound issue on FreeBSD 13. Force audio sample size to always be a power of 2 per SDL documentation.
Qt/SDL Build Improvements:
�Fixed a build errors when compiling against Qt6 (6.2.2).
�Removed usage of a few Qt6 deprecated function calls.