dev170 - YM2151: fix noise frequency on ymfm

issue #1441
raising ver num to allow possible compat change
This commit is contained in:
tildearrow 2023-08-30 13:35:22 -05:00
parent 426d4b44f0
commit 63dcacf33d
4 changed files with 12 additions and 6 deletions

View file

@ -56,8 +56,8 @@
#define DIV_UNSTABLE
#define DIV_VERSION "dev169"
#define DIV_ENGINE_VERSION 169
#define DIV_VERSION "dev170"
#define DIV_ENGINE_VERSION 170
// for imports
#define DIV_VERSION_MOD 0xff01
#define DIV_VERSION_FC 0xff02