Skip to content

Commit

Permalink
Release v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Myself086 committed Sep 7, 2022
1 parent 58fb569 commit 73af90e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Assembly/Project/RomInfo.asm
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ RomInfo_InputMap:
// ---------------------------------------------------------------------------

// Version number
[80ffdB] = 0x06 // !
[80ffdB] = 0x07 // !
.macro RomInfo_VersionString
.string0 "1.6" // !
.string0 "1.7" // !
.endm

RomInfo_Title:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Dev build:
v1.7:
- Fixed "Header skipped file address format" from incrementing each time you press Ok
- Fixed some registers when using NMI at vblank with non-native return from interrupt (bug from v1.6)
- Fixed memory range emulation after returning from some interrupts
Expand Down
Binary file modified Project Nested/Project_Nested.smc
Binary file not shown.
4 changes: 2 additions & 2 deletions Project Nested/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.6.0")]
[assembly: AssemblyFileVersion("1.6.0")]
[assembly: AssemblyVersion("1.7.0")]
[assembly: AssemblyFileVersion("1.7.0")]

0 comments on commit 73af90e

Please sign in to comment.