91 lines
3.4 KiB
HTML
91 lines
3.4 KiB
HTML
<!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.6.2</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.6.2 Maintenance Release</h1>
|
|
<p>04 February 2022</p>
|
|
<p>
|
|
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.
|
|
</p>
|
|
|
|
<h2>Common</h2>
|
|
|
|
<h3>Core</h3>
|
|
Fixed VROM size calculation error from NES header.
|
|
|
|
<h3>Mappers</h3>
|
|
Added WRAM support for OneBus mapper (mapper 256).
|
|
|
|
<h2>Qt/SDL</h2>
|
|
|
|
<h3>GUI Improvements and Bug Fixes</h3>
|
|
Added an auto hide main menu on fullscreen option.<br>
|
|
Added an option to disable display of video overlayed GUI messages.<br>
|
|
Fixed default setting for max sprites per scanline to be 8 (matching win32 port).<br>
|
|
|
|
<h3>Hex Editor Improvements and Bug Fixes</h3>
|
|
Fixed logic to move cursor to next line when editing hits end of line.<br>
|
|
Fixed inconsistent display behavior of vertical scroll bar. Viewport line offset and vertical scroll position are now always synchronized.<br>
|
|
Fixed draw layering of cursor row/column coloring when in ROM view.<br>
|
|
Added protections to prevent crash when editing addresses past the end of a ROM file.<br>
|
|
Improved cursor blink rate to be consistent regardless of viewport refresh rate.<br>
|
|
|
|
<h3>SDL Sound</h3>
|
|
Fixed sound issue on FreeBSD 13. Force audio sample size to always be a power of 2 per SDL documentation.<br>
|
|
|
|
<h3>Build Improvements</h3>
|
|
Fixed a build errors when compiling against Qt6 (6.2.2).<br>
|
|
Removed usage of a few Qt6 deprecated function calls.<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>
|