dev106 - Game Boy: implement hw seq

and prepare for software envelope maybe
This commit is contained in:
tildearrow 2022-08-10 01:55:44 -05:00
parent da8f7dabd5
commit 28698beaf3
8 changed files with 93 additions and 13 deletions

View file

@ -45,8 +45,8 @@
#define BUSY_BEGIN_SOFT softLocked=true; isBusy.lock();
#define BUSY_END isBusy.unlock(); softLocked=false;
#define DIV_VERSION "dev105"
#define DIV_ENGINE_VERSION 105
#define DIV_VERSION "dev106"
#define DIV_ENGINE_VERSION 106
// for imports
#define DIV_VERSION_MOD 0xff01