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 /README.md | |
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 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -90,6 +90,7 @@ The library is licensed under in it's parts LGPL 2.1+, GPL v2+, GPL v3+, and MIT * **WITH_XMI_SUPPORT** - (ON/OFF, default ON) Build with support for AIL XMI files) * **USE_DOSBOX_EMULATOR** - (ON/OFF, default ON) Enable support for DosBox 0.74 emulator. (Well-accurate and fast) * **USE_NUKED_EMULATOR** - (ON/OFF, default ON) Enable support for Nuked OPL3 emulator. (Very-accurate, needs more CPU power) +* **USE_OPAL_EMULATOR** - (ON/OFF, default ON) Enable support for Opal emulator by Reality (Taken from RAD v2 release package). (Inaccurate) ### Utils and extras |