Update to 2.6.2 press release.

This commit is contained in:
mjbudd77 2022-02-03 21:09:32 -05:00
parent c685033a13
commit 4a482d6133
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,9 @@ The 2.6.2 release is a maintenance update that adds a couple minor features and
<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).
@ -55,6 +58,7 @@ Added WRAM support for OneBus mapper (mapper 256).
<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>