dev193 - AY: fix wave macro

prior to this version, the wave macro was offset by 1
- 0 = square
- 1 = noise
- 2 = square + noise
- ...
due to Defle crap...

now it's no longer offset
- 0 = nothing
- 1 = square
- 2 = noise
- ...
This commit is contained in:
tildearrow 2024-02-19 18:58:50 -05:00
parent dbcd552811
commit b0be01146e
6 changed files with 34 additions and 10 deletions

View file

@ -54,8 +54,8 @@ class DivWorkPool;
#define DIV_UNSTABLE
#define DIV_VERSION "dev192 new osc"
#define DIV_ENGINE_VERSION 192
#define DIV_VERSION "dev193"
#define DIV_ENGINE_VERSION 193
// for imports
#define DIV_VERSION_MOD 0xff01
#define DIV_VERSION_FC 0xff02