Added missing HTML press release pages for versions 2.3.0 and 2.4.0 to web site.

This commit is contained in:
mjbudd77 2021-06-27 12:52:30 -04:00
parent a2d08f62ec
commit d74e14912d
3 changed files with 264 additions and 0 deletions

135
web/pressrelease-2.3.0.html Normal file
View File

@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<link href="fceux.css" rel="stylesheet" type="text/css" />
<title>Press Release 2.3.0</title>
</head>
<body>
<div id="masthead">
<span class="largerfont">FCEUX<br/></span>The all in one NES/Famicom/Dendy Emulator
</div>
<div id="top_nav">
<a href="home.html">Home</a>
<a href="download.html">Download</a>
<a href="documentation.html">Documentation</a>
<a href="version.html">Versions</a>
<a href="contact.html">Contact</a>
<a href="links.html">Links</a>
</div>
<div id="container">
<div id="left_col">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
style="display:inline-block;width:180px;height:150px"
data-ad-client="ca-pub-0764229755985190"
data-ad-slot="7648866201"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
style="display:inline-block;width:180px;height:150px"
data-ad-client="ca-pub-0764229755985190"
data-ad-slot="7648866201"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<div id="page_content">
<h1>FCEUX 2.3.0 Release</h1>
<p>02 January 2021</p>
<p>
The 2.3.0 release includes 4 years worth of improvements and bug fixes.
</p>
<h2>Common</h2>
64 bit build support<br>
<h3>Emulation</h3>
Added Mapper 111 cheapocabra<br>
Added Mapper 190<br>
Added RAM Init Options: default (00 00 00 00 FF FF FF FF as always), all FF, all 00, random<br>
New UNIF mappers<br>
Mapper 30 4-screen support<br>
Mapper 5 MMC5 large WRAM support<br>
VRC7 patch set finalized with correct values dumped by Nuke.YKT<br>
Fixed rendering and debugging of mirrored palette entries<br>
<h3>Lua</h3>
Various improvements and bug fixes to pre-existing functions<br>
Fix parsing of lua colors over 0x80000000 on 32bits systems<br>
Extra colors available to lua overlays<br>
Lua write callbacks: adding optional third parameter to retrieve the value written<br>
Added Sprites.lua script to visualize sprites<br>
Zapper control<br>
<h3>New Lua Functions</h3>
emu.exit()<br>
rom.getfilename()<br>
zapper.set(table input)<br>
<h3>Win32</h3>
Various GUI improvements and bug fixes<br>
Fixed font rescaling issue<br>
Relative position mouse support for better fullscreen mouse capture<br>
Left and right mouse buttons no longer conflict with each other<br>
Virtual boy controller<br>
Fixed silly quit message randomizer<br>
Fixed NTSC filter null pointer crash when closing, NTSC filter now supports emphasis<br>
Sound output is now 48000 Hz by default<br>
Improve error message for invalid ROM file<br>
<h3>Debugger</h3>
Added memory read/write conditional breakpoint capability<br>
Added illegal opcode support for breakpoints<br>
Support for 'S' register in conditional debugger breakpoints<br>
Syntax highlight of disassembly<br>
Fixed corruption of PPU reset while debugging<br>
Attribute mode for nametable viewer<br>
Greyscale palettes for PPU and nametable viewers<br>
Fixed transparent sprite palette display in PPU viewer<br>
Fixed accidental filtering of special symbols<br>
<h3>Trace Logger</h3>
Added bank number log option<br>
<h3>CD Logger</h3>
Fixed VRAM data logging glitch<br>
<h3>Hex Editor</h3>
Added OAM view feature<br>
Added Home/End key response<br>
Bookmark fixes for all view region types<br>
Fixed Find dialog to be able to find the first or last byte of the memory region<br>
Prevent middle mouse button from attempting to "FreezeRam" when not in RAM mode<br>
Added Load from file feature<br>
<h3>iNES Header Editor</h3>
A new tool which can edit the iNES header of ROM files<br>
<h3>TAS Editor</h3>
Fixed dialog height that kept increasing<br>
<h2>SDL</h2>
GUI completely rewritten using Qt5. Replaces old GTK GUI<br>
New Qt GUI now contains most of the debug tools that previously only existed in windows version<br>
Build setup migrated to cmake. Replaces scons build setup<br>
</div>
<p>
<hr>
<div id="footer">
<a href="home.html">Home</a> | <a href="download.html">Download</a> |
<a href="documentation.html">Documentation</a> | <a href="version.html">
Version History</a> | <a href="contact.html">Contact</a> | <a href="links.html">Links</a>
<br/>We are in no way affiliated or endorsed by Nintendo or Nintendo of America. "Nintendo" is a registered trademark of Nintendo of America Inc.
</div>
</div>
</body>
</html>

127
web/pressrelease-2.4.0.html Normal file
View File

@ -0,0 +1,127 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<link href="fceux.css" rel="stylesheet" type="text/css" />
<title>Press Release 2.4.0</title>
</head>
<body>
<div id="masthead">
<span class="largerfont">FCEUX<br/></span>The all in one NES/Famicom/Dendy Emulator
</div>
<div id="top_nav">
<a href="home.html">Home</a>
<a href="download.html">Download</a>
<a href="documentation.html">Documentation</a>
<a href="version.html">Versions</a>
<a href="contact.html">Contact</a>
<a href="links.html">Links</a>
</div>
<div id="container">
<div id="left_col">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
style="display:inline-block;width:180px;height:150px"
data-ad-client="ca-pub-0764229755985190"
data-ad-slot="7648866201"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
style="display:inline-block;width:180px;height:150px"
data-ad-client="ca-pub-0764229755985190"
data-ad-slot="7648866201"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<div id="page_content">
<h1>FCEUX 2.4.0 Release</h1>
<p>24 June 2021</p>
<p>
The 2.4.0 release primarily focuses on improving stablity and capabilities of the Qt/SDL GUI port.
</p>
<h2>Qt/SDL</h2>
<h3>Build Improvements</h3>
Added Windows to supported operating systems.<br>
Now buildable against both Qt5 and Qt6.<br>
Unix OS build fixes.<br>
<h3>New Tools</h3>
Added a pattern table tile editor to the PPU viewer.<br>
Added a sprite table viewer window.<br>
Added an NES palette color editor tool. Can now edit palette RGB values in realtime.<br>
<h3>Nametable Viewer</h3>
Added tile and attribute gridlines visibility feature.<br>
Rearranged window layout.<br>
Viewport now has zoom levels.<br>
Viewport now has context menu functionality.<br>
<h3>PPU Viewer</h3>
Added tile gridlines visibility feature<br>
Improved active palette display.<br>
Added pattern table tile viewer context menu options.<br>
Added a click or hover focus policy option to select tile via mouse.<br>
<h3>Movies</h3>
Added AVI and WAV recording capability.<br>
<h3>Trace Logger</h3>
Fixed buffer overrun issue.<br>
Improved disk write performance.<br>
<h3>Hex Editor</h3>
Improved editor responsiveness.<br>
Added a font selection option for text customization.<br>
Added row / column coloring options.<br>
<h3>GUI Improvements and Bug Fixes</h3>
Added main menu hide feature.<br>
Accelerators added to main menu.<br>
Hot key interface re-worked to better integrate with main menu shortcuts.<br>
Added menu preset options for autofire pattern and fixed timing issues.<br>
Added an quick access link to fceux online documentation.<br>
Added a recent ROMs list to the main menu.<br>
Added TBL support to hex editor.<br>
Bug fixes for using native OS QFileDialog option.<br>
Added RAM init menu options<br>
Added Qt style plugin and stylesheet selection/load options to UI config window.<br>
Added feature that allows the binding of gamepad buttons to key sequences that can trigger GUI shortcuts.<br>
Added PPU overclocking feature to timing config window.<br>
<h3>Video Improvements and Bug Fixes</h3>
Added aspect ratio selection support.<br>
Added viewport cursor and draw input aids options.<br>
Added visible scanline entry fields to video config window.<br>
Fixed crash issues when switching between OpenGL and SDL drivers.<br>
Fixed New PPU selection via video config window.<br>
Fixed image distortion issues when using various video scalers and clipping.<br>
Screen shot function now captures raw window pixels to allow for higher resolution, aspect ratio and scaler effects to be seen in image.<br>
Added NTSC/PAL/dendy auto detection at ROM load.<br>
<h3>Stability Fixes</h3>
Fixed various segmentation faults<br>
Fixed various memory leaks caught by valgrind.<br>
Cleaned up many compiler and cppcheck warnings.<br>
</div>
<p>
<hr>
<div id="footer">
<a href="home.html">Home</a> | <a href="download.html">Download</a> |
<a href="documentation.html">Documentation</a> | <a href="version.html">
Version History</a> | <a href="contact.html">Contact</a> | <a href="links.html">Links</a>
<br/>We are in no way affiliated or endorsed by Nintendo or Nintendo of America. "Nintendo" is a registered trademark of Nintendo of America Inc.
</div>
</div>
</body>
</html>

View File

@ -55,6 +55,8 @@
FCEU rerecording, FCEUXD, and FCEUXDSP as well as many new mappers from FCEU rerecording, FCEUXD, and FCEUXDSP as well as many new mappers from
FCEU-mm.</p> FCEU-mm.</p>
<h3>FCEUX version history</h3> <h3>FCEUX version history</h3>
<dd><li><a href="pressrelease-2.4.0.html">FCEUX 2.4.0</a> - 24 June 2021</li></dd>
<dd><li><a href="pressrelease-2.3.0.html">FCEUX 2.3.0</a> - 02 January 2021</li></dd>
<dd><li><a href="pressrelease-2.2.3.html">FCEUX 2.2.3</a> - 28 July 2016</li></dd> <dd><li><a href="pressrelease-2.2.3.html">FCEUX 2.2.3</a> - 28 July 2016</li></dd>
<dd><li><a href="pressrelease-2.2.2.html">FCEUX 2.2.2</a> - 23 September 2013</li></dd> <dd><li><a href="pressrelease-2.2.2.html">FCEUX 2.2.2</a> - 23 September 2013</li></dd>
<dd><li><a href="pressrelease-2.2.1.html">FCEUX 2.2.1</a> - 10 March 2013</li></dd> <dd><li><a href="pressrelease-2.2.1.html">FCEUX 2.2.1</a> - 10 March 2013</li></dd>