Skip to content

Commit

Permalink
Release 061
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-hoffman committed Feb 17, 2016
1 parent facab1d commit 465e550
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- The Basics -->
<groupId>com.grapeshot</groupId>
<artifactId>halfnes</artifactId>
<version>061-SNAPSHOT</version>
<version>061</version>
<dependencies>
<!-- Controller input -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/grapeshot/halfnes/NES.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class NES {
private PPU ppu;
private GUIInterface gui;
private ControllerInterface controller1, controller2;
final public static String VERSION = "060";
final public static String VERSION = "061";
public boolean runEmulation = false;
private boolean dontSleep = false;
public long frameStartTime, framecount, frameDoneTime;
Expand Down
8 changes: 8 additions & 0 deletions src/main/resources/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
HalfNES Version Notes:
061 (2/16/2016)
-Minor speed improvements and code cleanups
-Improved VRC7 Envelopes again with values properly calculated from docs
-Audio output is done in stereo now (though no interface to pan channels)
-Build system changed to Maven
-Framework for unit tests is begun (incl work on headless mode)
-JavaFX UI for the RetroPi is included but not used by default.
(It needs more work for desktop use.)
060 (8/29/2015)
-Fixed Battletoads and Battletoads: Double Dragon freezes on certain levels
-Reduced jerkiness of scrolling in 50 fps games
Expand Down

0 comments on commit 465e550

Please sign in to comment.