fceux/web/pressrelease-2.2.3.html

153 lines
5.1 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.2.3</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 type="text/javascript"><!--
google_ad_client = "pub-0764229755985190";
/* 180x150, created 5/22/10 */
google_ad_slot = "7648866201";
google_ad_width = 180;
google_ad_height = 150;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<div id="page_content">
<h1>FCEUX 2.2.3 Release</h1>
<p>28 July 2016</p>
<p>
The 2.2.3 release fixes a number of emulation bugs, features overclocking (for lag reduction) and Dendy mode, and adds support for a bunch of new ROM dumps (mostly unlicensed). Reverse engineering tools and Lua scripting have got some updates, new input devices are supported, new palette files have beed added. The SDL port has been fixed and updated as well.
</p>
<h2>Common</h2>
Customizable overclocking<br>
Dendy mode<br>
Fixed rerecord counting broken outside taseditor<br>
<h3>Emulation</h3>
Added mappers: 29, 30<br>
Fixed mappers: 225, 119, 4, 35, 31, 69, 212, 45<br>
Fixed mmc5 IRQ handling<br>
Fixed mmc1 reg#3 masking<br>
Fixed vrc7 sound savestates<br>
Added CoolBoy, KS7010, SB200, UNIF 158B, UNIF DRAGONFIGHTER, UNIF BMC-10-24-C-A1, UNIF EH8813A, UNIF HP898F, UNIF F-15, UNIF RT-01, UNIF UNL-KS7017, UNIF BMC-81-01-31-C, UNIF UNL-8-IN-1<br>
NES 2.0 support<br>
Fixed UNIF BMC 12 IN 1, UNIF OneBus<br>
<h3>Movies</h3>
Fixed a bug with FDS flag being always set when converting a FCM<br>
<h3>Video</h3>
Prescale filter for 2x, 3x and 4x resolutions<br>
Made NTSC filter internal resolution closer to 4:3<br>
<h3>Palette</h3>
Support 512 color palettes<br>
Added external palettes: SONY_CXA2025AS_US.pal, RP2C03.pal (and its versions), Unsaturated-V6.pal</br>
Option to swap deemphasis bits</br>
<h3>Sound</h3>
Option to swap duty cycles<br>
NSF can be set to Dendy mode<br>
<h3>Input</h3>
Fix Mouse input implementation<br>
Support for SNES mouse<br>
PEC-586 russian keyboard support<br>
<h3>Lua</h3>
Removed speed notification per script reload, if it remained 100%<br>
Fixed lua drawings in NSF<br>
Proper halo for lua font<br>
Fixes to sound.get() region consistency and frequency/midikey detection for Noise and DPCM channels<br>
New Lua functions:
<ul>
<li>emu.getpath()</li>
<li>emu.loadrom()</li>
<li>rom.writebyte()</li>
<li>gethash()</li>
</ul>
<h2>Win32</h2>
Added -dumpinput and -playinput functions<br>
Support for SNES pad<br>
Added onscreen messages when region changes<br>
<h3>Debugger</h3>
Added debuggerPageSize config variable which lets you pick whether 8KB physical PRG pages are used, or 16KB (the original). It defaults to 14 (1<<14 == 16KB).<br>
Set symbolic debugger name entry dialog text limits when creating a new label<br>
Fixed new-PPU debug information (address and pixel)<br>
Step Into hotkey<br>
More granular accounting of scanline and dot<br>
<h3>Trace Logger</h3>
Fixed incorrect display of resolved address for (FF,x)<br>
<h3>Symbolic debugging</h3>
Optionally display register names<br>
<h3>CDLogger</h3>
Fix crash when attempting to open file picked as target for Save Stripped ROM operation<br>
<h3>PPU Viewer</h3>
8x16 sprite display mode<br>
<h3>Hex Editor</h3>
Added option to dump entire 64k memory space<br>
Don't forget to load the symbols, when hex editor is first launched before debugger<br>
Show values for registers $4000-$4017<br>
<h3>Cheats</h3>
mmc5 Akumajou Dracula crash fix<br>
More RAM available in search<br>
<h2>SDL</h2>
Added apply button to video config dialog<br>
Added link to libgd project download page in readme<br>
Noted optional libgd dependency in readme<br>
SCons: Fixed logic for LOGO and CREATE_AVI options<br>
Manpage updates<br>
Added hotkeys for volume up/down<br>
Menu toggling with the Alt key<br>
Print error when opengl/scalers are both enabled<br>
Fixed bug where lua open file gui would default to home directory<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>