From 144b125b51862952138c8deccf4c82d7dbe2ad8e Mon Sep 17 00:00:00 2001 From: Vitaly Novichkov Date: Sat, 23 Feb 2019 23:29:10 +0300 Subject: 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. --- src/chips/opal/README.old | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/chips/opal/README.old (limited to 'src/chips/opal/README.old') diff --git a/src/chips/opal/README.old b/src/chips/opal/README.old new file mode 100644 index 0000000..902dee5 --- /dev/null +++ b/src/chips/opal/README.old @@ -0,0 +1,9 @@ +Copy opal.cpp here to make this emulator available. +This is not distributed with the software while the license is undetermined. + +The opal.cpp file is part of REALITY ADLIB TRACKER V2. +SHA1: c034dd637887d81770cee92da309fc547ef5fe18 + +Configure the software with the option USE_OPAL_EMULATOR=ON. +To enable soft panning, it is needed to patch with the file `opal-pan.diff` provided. +for example: `patch -p0 -i opal-pan.diff` -- cgit v1.2.3