dev123 - store sample loop mode

This commit is contained in:
tildearrow 2022-11-07 17:22:13 -05:00
parent 15df2ed6bf
commit 184a6bd6b2
4 changed files with 18 additions and 9 deletions

View file

@ -47,8 +47,8 @@
#define BUSY_BEGIN_SOFT softLocked=true; isBusy.lock();
#define BUSY_END isBusy.unlock(); softLocked=false;
#define DIV_VERSION "dev122"
#define DIV_ENGINE_VERSION 122
#define DIV_VERSION "dev123"
#define DIV_ENGINE_VERSION 123
// for imports
#define DIV_VERSION_MOD 0xff01
#define DIV_VERSION_FC 0xff02