diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2019-02-23 23:29:10 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2019-02-23 23:29:10 +0300 |
commit | 144b125b51862952138c8deccf4c82d7dbe2ad8e (patch) | |
tree | 45426768880fb700589d5e2239ec14bdb971ab11 /CMakeLists.txt | |
parent | 59ed941c12f2ffafd09ea64ecd7e492830d513e6 (diff) | |
download | libADLMIDI-144b125b51862952138c8deccf4c82d7dbe2ad8e.tar.gz libADLMIDI-144b125b51862952138c8deccf4c82d7dbe2ad8e.tar.bz2 libADLMIDI-144b125b51862952138c8deccf4c82d7dbe2ad8e.zip |
Opal OPL3 emulator is licensed under public domain
I have got a confirmation letter from Reality team who is a creator of Opal emulator where was clarified that all example codes in the RAD are public domain.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 03960e0..3bbc24e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -108,7 +108,7 @@ option(WITH_MUS_SUPPORT "Build with support for DMX MUS files" ON) option(WITH_XMI_SUPPORT "Build with support for AIL XMI files" ON) option(USE_DOSBOX_EMULATOR "Use DosBox 0.74 OPL3 emulator (semi-accurate, suggested for slow or mobile platforms)" ON) option(USE_NUKED_EMULATOR "Use Nuked OPL3 emulator (most accurate, powerful)" ON) -option(USE_OPAL_EMULATOR "Use Opal emulator" OFF) +option(USE_OPAL_EMULATOR "Use Opal emulator (inaccurate)" ON) option(WITH_GENADLDATA "Build and run full rebuild of embedded banks cache" OFF) option(WITH_GENADLDATA_COMMENTS "Enable comments in generated ADLDATA cache file" OFF) |