dev128 - prepare for SN noise and hard fix fp b

file picker bug...
This commit is contained in:
tildearrow 2022-11-25 14:33:56 -05:00
parent 7841c3d0b6
commit 7709a9c3f6
7 changed files with 40 additions and 3 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 "dev127"
#define DIV_ENGINE_VERSION 127
#define DIV_VERSION "dev128"
#define DIV_ENGINE_VERSION 128
// for imports
#define DIV_VERSION_MOD 0xff01
#define DIV_VERSION_FC 0xff02