dev229 - VERA: emulated noise freq was double that of real hardware (#2488)

* VERA: emulated noise freq was double that of real hardware

* fulfill req changes: version/engine version, revert SDL submodule
This commit is contained in:
mooinglemur 2025-04-26 08:38:20 -10:00 committed by GitHub
parent 35fe3679f2
commit b1814a8337
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 16 additions and 6 deletions

View file

@ -52,10 +52,10 @@ class DivWorkPool;
#define EXTERN_BUSY_BEGIN_SOFT e->softLocked=true; e->isBusy.lock();
#define EXTERN_BUSY_END e->isBusy.unlock(); e->softLocked=false;
//#define DIV_UNSTABLE
#define DIV_UNSTABLE
#define DIV_VERSION "0.6.8.1"
#define DIV_ENGINE_VERSION 228
#define DIV_VERSION "dev229"
#define DIV_ENGINE_VERSION 229
// for imports
#define DIV_VERSION_MOD 0xff01
#define DIV_VERSION_FC 0xff02