fceux/web/pressrelease-2.1.3.html

96 lines
4.4 KiB
HTML
Raw Permalink Normal View History

<!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">
2010-04-08 14:10:00 +00:00
<head>
<title>Press Release 2.1.3</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<link href="fceux.css" rel="stylesheet" type="text/css" />
2010-04-08 14:10:00 +00:00
</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">
2010-04-08 14:10:00 +00:00
<h1>FCEUX 2.1.3 Release</h1>
08 April 2010
<p>
The 2.1.3 release that fixes some bugs of 2.1.2, increases game compatibility, and adds usability enhancements to the windows port and adds a GUI to the SDL port
</p>
<h2>Common</h2>
Fixed mappers 82, 25, 21, and 18. Games such as SD Kiji Blader, Ganbare Goemon Gaiden, and Ganbare Goemon Gaiden 2, Jajamaru Gekimadden are now playable<br>
Fixes for mappers 253 & 226 - fixes games such as Fire Emblem (J) and Fire Emblem Gaiden (J)<br>
Fix crashing on game loading for any battery backed roms with mappers from MapInitTab (fixes Esper Dream 2 - Aratanaru Tatakai (J) <br>
FDS - show name of missing bios file in error message<br>
NewPPU - fixed sprite hit before 255 and for non transparent hits only, thanks to dwedit for providing the fix<br>
.fm2 file format header now has an FDS flag<br>
<h2>SDL</h2>
A GUI! A graphic user interface (using GTK) with many basic menu options<br>
ported to SDL 1.3; compatibility maintained with 1.2<br>
unix netplay is now functional; gtk network gui created<br>
now prints the name of the mapper on ROM load<br>
fixed dpad/joyhat support<br>
VS unisystem keys now configable<br>
changed default hotkeys and keys to match win32<br>
disallow --inputcfg gamepad0 and gamepad5<br>
<h2>Win32</h2>
Made savestate backups optional (config - enable - backup savestates)<br>
Made savestate compression togglable (config - enable - compress savestates)<br>
Cheats dialog - Pause while active checkbox<br>
Cheats dialog - Toggling a cheat in the cheats list now updates the active cheats count<br>
Debugger - added an auto-load feature<br>
Debugger - Fix so it doesn't crash if unminimized with no game loaded <br>
Closing minimized windows no longer moves them the next time they get opened<br>
Lua console - added a menu <br>
Lua console - filename updates when lua scripts are dragged to emulator or recent filenames invoked<br>
Name Table Viewer - Fix for use with New PPU<br>
Trace Logger - Trace logger now logs the values of the stack pointer register<br>
If a .fm2 file is drag and dropped with no ROM load, the open ROM dialog will appear <br>
disable movie messages menu item<br>
Added more window positions bounds checks. Accounts for -32000 positions and less out-of-range too<br>
TASEdit - Added interface functionality (save/load, running TASEdit mid-movie, etc.)<br>
<h2>Lua</h2>
New lua functions: gui.parsecolor(), joypad.getup(), joypad.getdown(), emu.emulating()<br>
Change gui.line, gui.box, joypad.get to function consistently with other lua emulators such as GENS rerecording<br>
fixed zapper.read() to read movie data if a movie is playing. Also changed the struct values to x,y,fire. This breaks lua scripts that used it previous, sorry<br>
gui.text() now has out of bounds checking<br>
Lua no longer unpauses the emulator when a script is loaded<br>
</div>
<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.
<br/>©2009 adelikat
</div>
</div>
2010-04-08 14:10:00 +00:00
</body>
2010-04-08 14:10:00 +00:00
</html>