From 84cf82cb6a5b1d486523855e056ecebed34d7862 Mon Sep 17 00:00:00 2001 From: mjbudd77 Date: Mon, 7 Mar 2022 06:58:10 -0500 Subject: [PATCH] Added 2.6.3 web press release. --- README | 4 +- readme.md | 2 +- web/pressrelease-2.6.3.html | 92 +++++++++++++++++++++++++++++++++++++ web/version.html | 1 + 4 files changed, 96 insertions(+), 3 deletions(-) create mode 100644 web/pressrelease-2.6.3.html diff --git a/README b/README index 5a98642e..7d74017c 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -FCEUX SDL 2.6.2 SDL README +FCEUX SDL 2.6.3 SDL README ========================== Originally By Lukas Sabota (sf: punkrockguy318) Updated By mjbudd77 @@ -7,7 +7,7 @@ Updated By mjbudd77 http://www.fceux.com -Last Modified: February 4, 2022 +Last Modified: March 7, 2022 Table of Contents ----------------- diff --git a/readme.md b/readme.md index 13379856..e135f349 100644 --- a/readme.md +++ b/readme.md @@ -18,4 +18,4 @@ You should get releases from here: https://sourceforge.net/projects/fceultra/fil That's because github forces us to use tags we don't have for releases. -2.6.2 is the most recent release but most people are using the autobuilds. +2.6.3 is the most recent release but most people are using the autobuilds. diff --git a/web/pressrelease-2.6.3.html b/web/pressrelease-2.6.3.html new file mode 100644 index 00000000..364344f6 --- /dev/null +++ b/web/pressrelease-2.6.3.html @@ -0,0 +1,92 @@ + + + + + + +Press Release 2.6.3 + + + +
+ FCEUX
The all in one NES/Famicom/Dendy Emulator +
+
+ Home + Download + Documentation + Versions + Contact + Links +
+
+
+ + + + + + +
+
+

FCEUX 2.6.3 Maintenance Release

+

07 March 2022

+

+The 2.6.3 release is a maintenance update that fixes a few bugs for both the Win32 and Qt/SDL ports. +This release features significant family keyboard emulation improvements for the Qt GUI. +

+ +

Common

+ +

Core

+FDS IRQ emulation improvement.
+ +

Mappers

+Bug fix for mapper 16 submapper 4, allow writes to address range $6000 - $600D.
+Bug fix for mapper 3 bus conflict logic. Bus conflicts are now only enabled for submapper 2.
+Implemented extra RAM for mapper 225.
+ +

Win32

+ +

Debugger

+Fixed loading of saved debugger breakpoint data from previous sessions. This bug started occurring when the saved binary file format changed due to the address fields changing from 16 to 32 bit values.
+Fixed bug in address validation logic.
+ +

Input

+Fixed Meta keys combination issues.
+ +

Qt/SDL

+ +

Input

+Added a virtual family keyboard dialog window. This allows functionality such as emulating key presses via mouse and remapping keys to physical keyboard.
+Added code differentiate between left/right modifier key presses (shift, alt, ctrl, meta).
+Fixed keyboard bindings for Famicom family keyboard emulation.
+Fixed a couple bugs for some uncommonly used Qt to SDL key code conversions.
+ +

GUI

+Fixed keyboard menu accelerator functionality for Mac OSX (non-native menu bars only)
+ +
+ +

+


+ + +
+ + diff --git a/web/version.html b/web/version.html index e3ba3ae9..304bc7cb 100644 --- a/web/version.html +++ b/web/version.html @@ -55,6 +55,7 @@ FCEU rerecording, FCEUXD, and FCEUXDSP as well as many new mappers from FCEU-mm.

FCEUX version history

+
  • FCEUX 2.6.3 - 07 March 2022
  • FCEUX 2.6.2 - 04 February 2022
  • FCEUX 2.6.1 - 17 January 2022
  • FCEUX 2.6.0 - 12 January 2022