From 34c66a44648ca3761a8a7b05caa780202c22b0cf Mon Sep 17 00:00:00 2001 From: tildearrow Date: Fri, 24 Feb 2023 05:15:19 -0500 Subject: [PATCH] FIRE!! (release v0.6pre4) --- README.md | 4 +++- android/app/build.gradle | 4 ++-- android/app/src/main/AndroidManifest.xml | 4 ++-- papers/format.md | 1 + src/engine/engine.h | 4 ++-- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1443c9ef0..4f94337a4 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ check out the [Releases](https://github.com/tildearrow/furnace/releases) page. a - OKI MSM6258 and MSM6295 - Konami K007232 - Irem GA20 + - Ensoniq ES5506 - wavetable chips: - HuC6280 used in PC Engine - Konami Bubble System WSG @@ -54,6 +55,7 @@ check out the [Releases](https://github.com/tildearrow/furnace/releases) page. a - Namco arcade chips (WSG/C15/C30) - WonderSwan - Seta/Allumer X1-010 + - Sharp SM8521 used in Tiger Game.com - NES (Ricoh 2A03/2A07), with additional expansion sound support: - Konami VRC6 - Konami VRC7 @@ -78,7 +80,7 @@ check out the [Releases](https://github.com/tildearrow/furnace/releases) page. a - over 200 ready to use presets from computers, game consoles and arcade boards... - ...or create your own - up to 32 of them or a total of 128 channels! - DefleMask compatibility - - loads .dmf modules from all versions (beta 1 to 1.1.5) + - loads .dmf modules from all versions (beta 1 to 1.1.7) - saves .dmf modules - both modern and legacy - Furnace doubles as a module downgrader - loads/saves .dmp instruments and .dmw wavetables as well diff --git a/android/app/build.gradle b/android/app/build.gradle index 9f0cb2594..3ceb1765e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -15,8 +15,8 @@ android { } minSdkVersion 21 targetSdkVersion 26 - versionCode 136 - versionName "dev136" + versionCode 143 + versionName "0.6pre4" externalNativeBuild { cmake { arguments "-DANDROID_APP_PLATFORM=android-21", "-DANDROID_STL=c++_static" diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 6c75c8e4b..8bad4fe2e 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,8 +1,8 @@ diff --git a/papers/format.md b/papers/format.md index f67504bf5..12d9a4563 100644 --- a/papers/format.md +++ b/papers/format.md @@ -32,6 +32,7 @@ these fields are 0 in format versions prior to 100 (0.6pre1). the format versions are: +- 143: Furnace 0.6pre4 - 142: Furnace dev142 - 141: Furnace Tournament Edition (for intro tune contest) - 140: Furnace dev140 diff --git a/src/engine/engine.h b/src/engine/engine.h index 55b999924..298ef958a 100644 --- a/src/engine/engine.h +++ b/src/engine/engine.h @@ -47,8 +47,8 @@ #define BUSY_BEGIN_SOFT softLocked=true; isBusy.lock(); #define BUSY_END isBusy.unlock(); softLocked=false; -#define DIV_VERSION "dev142" -#define DIV_ENGINE_VERSION 142 +#define DIV_VERSION "0.6pre4" +#define DIV_ENGINE_VERSION 143 // for imports #define DIV_VERSION_MOD 0xff01 #define DIV_VERSION_FC 0xff02