mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 06:53:01 +00:00
version bump...
This commit is contained in:
parent
7c324ec39d
commit
006fe144ac
2 changed files with 3 additions and 3 deletions
|
@ -54,8 +54,8 @@ class DivWorkPool;
|
||||||
|
|
||||||
#define DIV_UNSTABLE
|
#define DIV_UNSTABLE
|
||||||
|
|
||||||
#define DIV_VERSION "Import Test"
|
#define DIV_VERSION "dev218"
|
||||||
#define DIV_ENGINE_VERSION 217
|
#define DIV_ENGINE_VERSION 218
|
||||||
// for imports
|
// for imports
|
||||||
#define DIV_VERSION_MOD 0xff01
|
#define DIV_VERSION_MOD 0xff01
|
||||||
#define DIV_VERSION_FC 0xff02
|
#define DIV_VERSION_FC 0xff02
|
||||||
|
|
|
@ -1741,7 +1741,7 @@ void DivInstrument::readFeature64(SafeReader& reader, bool& volIsCutoff, short v
|
||||||
next = (unsigned char)reader.readC();
|
next = (unsigned char)reader.readC();
|
||||||
c64.res|=(next & 0xf)<<4;
|
c64.res|=(next & 0xf)<<4;
|
||||||
|
|
||||||
if(version >= 217)
|
if(version >= 218)
|
||||||
{
|
{
|
||||||
c64.resetDuty = (next & 0x10) ? true : false;
|
c64.resetDuty = (next & 0x10) ? true : false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue