dev155 - fix broken macro after note off in some

FM chips

issue #1017
This commit is contained in:
tildearrow 2023-05-05 02:14:53 -05:00
parent 2ad258823f
commit 565f67dd0f
9 changed files with 27 additions and 9 deletions

View file

@ -53,8 +53,8 @@
#define EXTERN_BUSY_BEGIN_SOFT e->softLocked=true; e->isBusy.lock();
#define EXTERN_BUSY_END e->isBusy.unlock(); e->softLocked=false;
#define DIV_VERSION "dev154"
#define DIV_ENGINE_VERSION 154
#define DIV_VERSION "dev155"
#define DIV_ENGINE_VERSION 155
// for imports
#define DIV_VERSION_MOD 0xff01
#define DIV_VERSION_FC 0xff02