prepare for new arp strategy

This commit is contained in:
tildearrow 2022-12-17 01:21:08 -05:00
parent 905329e1e4
commit 3eb3d8a6f1
54 changed files with 209 additions and 68 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 "dev129"
#define DIV_ENGINE_VERSION 129
#define DIV_VERSION "dev130"
#define DIV_ENGINE_VERSION 130
// for imports
#define DIV_VERSION_MOD 0xff01
#define DIV_VERSION_FC 0xff02