aboutsummaryrefslogtreecommitdiff
path: root/src/chips/opal_opl3.cpp
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2019-02-23 23:29:10 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2019-02-23 23:29:10 +0300
commit144b125b51862952138c8deccf4c82d7dbe2ad8e (patch)
tree45426768880fb700589d5e2239ec14bdb971ab11 /src/chips/opal_opl3.cpp
parent59ed941c12f2ffafd09ea64ecd7e492830d513e6 (diff)
downloadlibADLMIDI-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 'src/chips/opal_opl3.cpp')
-rw-r--r--src/chips/opal_opl3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chips/opal_opl3.cpp b/src/chips/opal_opl3.cpp
index 27afa64..4a17c5c 100644
--- a/src/chips/opal_opl3.cpp
+++ b/src/chips/opal_opl3.cpp
@@ -19,7 +19,7 @@
*/
#include "opal_opl3.h"
-#include "opal/opal.cpp"
+#include "opal/opal.hpp"
#include <new>
#include <cstring>