summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/snesdsp2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/snesdsp2.c')
-rw-r--r--src/mame/machine/snesdsp2.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mame/machine/snesdsp2.c b/src/mame/machine/snesdsp2.c
index 5bb5889b9b8..b3b645b943d 100644
--- a/src/mame/machine/snesdsp2.c
+++ b/src/mame/machine/snesdsp2.c
@@ -4,9 +4,12 @@
File to handle emulation of the SNES "DSP-2" add-on chip.
- Original C++ code by byuu, based on research by Overload
-
- MAME/MESS C conversion by etabeta
+ Original C++ code by byuu, based on research by Overload.
+ Byuu's code is released under GNU General Public License
+ version 2 as published by the Free Software Foundation.
+ The implementation below is released under the MAME license
+ for use in MAME, MESS and derivatives by permission of the
+ author
***************************************************************************/