diff --git a/Assembly/Project/RomInfo.asm b/Assembly/Project/RomInfo.asm index c007f53..8f316a3 100644 --- a/Assembly/Project/RomInfo.asm +++ b/Assembly/Project/RomInfo.asm @@ -171,9 +171,9 @@ RomInfo_InputMap: // --------------------------------------------------------------------------- // Version number - [80ffdB] = 0x04 + [80ffdB] = 0x06 // ! .macro RomInfo_VersionString - .string0 "1.5" + .string0 "1.6" // ! .endm RomInfo_Title: @@ -288,25 +288,25 @@ RomInfo_Description: RomInfo_SummaryMac "Defines ROM range 0x8000-0x9fff as static." RomInfo_SummaryMac "May improve compatibility." RomInfo_SummaryMac "" - RomInfo_SummaryMac "Improves performance slightly since v1.5.1" + RomInfo_SummaryMac "Improves performance slightly since v1.6" RomInfo_DefineMac "public bool MemoryEmulation.StaticRange_80 : Static range 8000", RomInfo_StaticRanges, 0x10 RomInfo_SummaryMac "Defines ROM range 0xa000-0xbfff as static." RomInfo_SummaryMac "May improve compatibility." RomInfo_SummaryMac "" - RomInfo_SummaryMac "Improves performance slightly since v1.5.1" + RomInfo_SummaryMac "Improves performance slightly since v1.6" RomInfo_DefineMac "public bool MemoryEmulation.StaticRange_a0 : Static range a000", RomInfo_StaticRanges, 0x20 RomInfo_SummaryMac "Defines ROM range 0xc000-0xdfff as static." RomInfo_SummaryMac "May improve compatibility." RomInfo_SummaryMac "" - RomInfo_SummaryMac "Improves performance slightly since v1.5.1" + RomInfo_SummaryMac "Improves performance slightly since v1.6" RomInfo_DefineMac "public bool MemoryEmulation.StaticRange_c0 : Static range c000", RomInfo_StaticRanges, 0x40 RomInfo_SummaryMac "Defines ROM range 0xe000-0xffff as static." RomInfo_SummaryMac "May improve compatibility." RomInfo_SummaryMac "" - RomInfo_SummaryMac "Improves performance slightly since v1.5.1" + RomInfo_SummaryMac "Improves performance slightly since v1.6" RomInfo_DefineMac "public bool MemoryEmulation.StaticRange_e0 : Static range e000", RomInfo_StaticRanges, 0x80 RomInfo_DefineMac "public void Tab_Cartridge : Cartridge settings.", 0, 0 diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 50f26ba..b9db792 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,5 @@ -Dev build: +v1.6: - Added support for .pal file for custom palette - Added support for Game Genie codes - Added AOT inline for game code (must enable "AOT optimization") diff --git a/Project Nested/Project_Nested.smc b/Project Nested/Project_Nested.smc index eca4f2d..951a8e3 100644 Binary files a/Project Nested/Project_Nested.smc and b/Project Nested/Project_Nested.smc differ diff --git a/Project Nested/Properties/AssemblyInfo.cs b/Project Nested/Properties/AssemblyInfo.cs index 1319780..f873afa 100644 --- a/Project Nested/Properties/AssemblyInfo.cs +++ b/Project Nested/Properties/AssemblyInfo.cs @@ -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.5.0")] -[assembly: AssemblyFileVersion("1.5.0")] +[assembly: AssemblyVersion("1.6.0")] +[assembly: AssemblyFileVersion("1.6.0")]