dev131 - SNES: add more sustain modes and D2

This commit is contained in:
tildearrow 2022-12-24 18:03:57 -05:00
parent 3bea6ee891
commit 0914359063
7 changed files with 125 additions and 67 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 "dev130"
#define DIV_ENGINE_VERSION 130
#define DIV_VERSION "dev131"
#define DIV_ENGINE_VERSION 131
// for imports
#define DIV_VERSION_MOD 0xff01
#define DIV_VERSION_FC 0xff02