summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/snes7110.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/snes7110.c')
-rw-r--r--src/mame/machine/snes7110.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/mame/machine/snes7110.c b/src/mame/machine/snes7110.c
index 32a918389c9..97037d6041b 100644
--- a/src/mame/machine/snes7110.c
+++ b/src/mame/machine/snes7110.c
@@ -1,3 +1,20 @@
+/***************************************************************************
+
+ snes7110.c
+
+ File to handle emulation of the SNES "SPC7110" add-on chip.
+
+ Based on C++ implementation by Byuu in BSNES.
+
+ 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
+
+***************************************************************************/
+
+
static const UINT32 spc7110_decomp_buffer_size = 64;
static const UINT8 spc7110_evolution_table[53][4] =