# HG changeset patch # User Laurens Holst # Date 1684425500 -7200 # Thu May 18 17:58:20 2023 +0200 # Node ID d8cc9b9139e0039e13be208c8802761dd19b2a49 # Parent e55f439679e340b6b3a821860745edf00d64487c Application: Increase version to 1.4. diff --git a/CHANGES.md b/CHANGES.md --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,13 @@ For the complete list of changes please refer to the [revision history](https://hg.sr.ht/~grauw/vgmplay-msx/log). +[1.4] — 2023-05-18 +------------------ + + * New chips: SAA1099 + * New sound expansions: SoundStar + * Fixed MSX-AUDIO muting + [1.3] — 2020-07-26 ------------------ @@ -64,6 +71,7 @@ Initial release. +[1.4]: https://hg.sr.ht/~grauw/vgmplay-msx/log?rev=release-1.4 [1.3]: https://hg.sr.ht/~grauw/vgmplay-msx/log?rev=release-1.3 [1.2]: https://hg.sr.ht/~grauw/vgmplay-msx/log?rev=release-1.2 [1.1]: https://hg.sr.ht/~grauw/vgmplay-msx/log?rev=release-1.1 diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -82,6 +82,8 @@ * Neotron + Makoto * YM2612 OPN2 x2 * Makoto + turboR PCM, Yamaha SFG + turboR PCM + * SAA1099 + * SoundStar Usage instructions diff --git a/src/Application.asm b/src/Application.asm --- a/src/Application.asm +++ b/src/Application.asm @@ -414,7 +414,7 @@ ENDS Application_welcome: - db "VGMPlay 1.3 by Grauw",13,10,10,0 + db "VGMPlay 1.4 by Grauw",13,10,10,0 Application_loadingFile: db "Loading ",0