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_opl3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chips/opal_opl3.cpp') 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 #include -- cgit v1.2.3