diff --git a/download.html b/download.html index d14dc5e5..47c8747d 100644 --- a/download.html +++ b/download.html @@ -59,8 +59,8 @@

Win32

@@ -76,8 +76,8 @@

Download

If you are working with a developer to fix an issue affecting you then this is where you will find your fixed build. It may potentially be out of date.

@@ -99,6 +99,13 @@ + + + + + + + diff --git a/home.html b/home.html index 9a361c53..dc7e5bfe 100644 --- a/home.html +++ b/home.html @@ -59,27 +59,24 @@

 

Latest Release

-

FCEUX 2.2.0
- 27 November 2012

-

The 2.2.0 release fixes a lot of bugs and adds many new features to prior releases, increasing game compatibility and enhancing usability of both Windows and SDL ports. The Windows version also includes major improvement of debugging tools and introduces the new powerful toolset - TAS Editor v1.0 - created to boost efficiency and ease of Tool-Assisted Speedrunning.

-

Full changelog

+

FCEUX 2.2.1
+ 10 March 2012

+

The 2.2.1 release fixes many bugs and adds a couple of new features. The most notable feature is "Auto-resume old play session", which is similar to "Suspending Play". Enable this option in the Config menu and now you can close ROMs or emulator anytime, next time the game state will be resumed from the closing point.

+

Full changelog

Notable changes

-

FCEUX as a debugging environment

+


FCEUX as a debugging environment

diff --git a/pressrelease-2.2.0.html b/pressrelease-2.2.0.html index 26a2e669..10d5a57a 100644 --- a/pressrelease-2.2.0.html +++ b/pressrelease-2.2.0.html @@ -160,7 +160,7 @@ Now can log VROM access (CHR banks of the ROM) when NewPPU is enabled
Display 0x5000-0x5FFF contents
Ctrl+F opens Find dialog
-

Ram Watch / Ram Search

+

RAM Watch / RAM Search

Updating list when emulator is paused (on Power or when resetting search)
Fixed loading Data Size and Data Type from a .wch, now corrupted .wch won't crash
diff --git a/pressrelease-2.2.1.html b/pressrelease-2.2.1.html new file mode 100644 index 00000000..0c40a9e5 --- /dev/null +++ b/pressrelease-2.2.1.html @@ -0,0 +1,136 @@ + + + + + + + +Press Release 2.2.1 + + + +
+ FCEUX
The all in one NES/Famicom Emulator +
+
+ Home + Download + Documentation + Versions + Contact + Links +
+
+
+ + +
+
+

FCEUX 2.2.1 Release

+

10 March 2013

+

+The 2.2.1 release fixes many bugs and adds a couple of new features. The most notable feature is "Auto-resume old play session", which is similar to "Suspending Play". Enable this option in the Config menu and now you can close ROMs or emulator anytime, next time the game state will be resumed from the closing point. +

+ +

Common

+Speed up HUD text drawing
+ +

Emulation

+Finished mappers to boards conversion
+Fixed mappers 99, 228, 18, 198, 24, 26, 69, 19
+Mapper 115 - redesign according to the hardware tests
+Fixed "you ling xing dong" by assigning to mapper 192
+Fixed crash when four-screen bit is set after CRC check
+UNIF: verbose/safe chunk loading, fixes some crashes
+ +

Lua

+removed "shadow pixels" from gui.text()
+New Lua functions: + +New scripts: + + +

Win32

+Fixed "Enter New Input" dialog (Hotkeys mapping)
+Fixed zapper and mouse positioning in fullscreen
+Remodel "Video config" dialog
+Added "TV Aspect (4:3)"
+Holding Shift when resizing FCEUX window inverts "Force integral factors" meaning
+Fixed window regions redrawing
+Added the option to define custom emulation speed (NES->Emulation Speed->Set Custom Speed)
+Now Frame Advance timings (initial delay and speed) can be tweaked by user
+Added Config->Enable->Auto-resume old play session
+Moved "Config->Game Genie" to "Config->Enable->Game Genie ROM"
+Play movie dialog shows New PPU in red if the required setting does not match
+Fixed NameTable Viewer crash when the corresponding nametable RAM is not available on the cart
+The number of active cheats is displayed on screen when a ROM is loaded
+PPU/PAL/Input type changing is disabled when a movie is playing
+ +

TAS Editor

+Fixed keyboard accelerators when editing Notes
+Fixed Greenzone saving while emulator is unpaused
+Fixed drawing bugs when the Playback cursor moves more than once within one update
+Changed "Compact save" dialog, added 4 options of Greenzone saving
+Added "Config->Project file saving options"
+Changed "Follow cursor" logic, now the Piano Roll doesn't follow Playback cursor while seeking
+No "Autopause at the end of the Movie" when Recording
+Fixed bug when adding new item to History Log
+Fixed Bookmarks List height on Windows 7
+ +

Trace Logger

+Fixed RAM-located code logging when CDLogger options are enabled
+Fixed automatic window update when a breakpoint is hit
+Fixed RTS padding
+ +

Code/Data Logger

+Added current CDL filename field and default CDL naming
+Added "Auto-save .CDL when closing ROMs" option
+Added "Auto-load .CDL when opening the window" option
+Added "Auto-resume logging when loading ROMs" option
+Improved CHR logging, now it also logs the data when using Old PPU
+ +

Hex Editor

+Show symbolic names in the window caption when "Symbolic debug" is enabled
+Fixed crash when trying to save ROM to an invalid path
+Fixed ROM coloring when using CDLogger data
+ +

RAM Search

+Added "Search ROM" option
+ +

Cheats

+Added "Add from CHT file..." button
+Update the list of cheats when ROM is changed
+ +

SDL

+Use desktop resolution for fullscreen by setting SDL.XResolution and SDL.YResolution to 0 (new default is 0)
+Fixed bug where "quit" hotkey would do nothing in '--nogui' mode
+Fixed fullscreen zapper issues
+Display a message dialog on errors in addition to printing to stderr
+Added "Options->Auto-Resume Play"
+Fixed build issues on various versions of OS X
+ +
+ + +
+ + diff --git a/version.html b/version.html index a7555af1..c40123d6 100644 --- a/version.html +++ b/version.html @@ -69,6 +69,7 @@ FCEU rerecording, FCEUXD, and FCEUXDSP as well as many new mappers from FCEU-mm.

FCEUX version history

+
  • FCEUX 2.2.1 - 10 March 2013
  • FCEUX 2.2.0 - 27 November 2012
  • FCEUX 2.1.5 - 04 June 2011
  • FCEUX 2.1.4 - 31 May 2010
  • Win32 BinarySRCDeb Binary
    FCEUX 2.2.0FCEUX 2.2.0 src
    FCEUX 2.1.5 Win2000/98