diff options
author | 2015-05-23 19:01:20 +0200 | |
---|---|---|
committer | 2015-05-23 19:01:20 +0200 | |
commit | d793c8802602dbb719e980329831f3cc65a2fcd4 (patch) | |
tree | 726823af89ff7de26712aea530d98229b7a89a95 /src/emu/sound | |
parent | 1f9b3537c982e1a0cf6b665e1595cf34248c75af (diff) |
Update license and email for Manuel Abadia (nw)
Diffstat (limited to 'src/emu/sound')
-rw-r--r-- | src/emu/sound/gaelco.c | 4 | ||||
-rw-r--r-- | src/emu/sound/gaelco.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/sound/gaelco.c b/src/emu/sound/gaelco.c index b96d5c93bfb..9a40796a1ac 100644 --- a/src/emu/sound/gaelco.c +++ b/src/emu/sound/gaelco.c @@ -1,9 +1,9 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Manuel Abadia /*************************************************************************** Gaelco Sound Hardware - By Manuel Abadia <manu@teleline.es> + By Manuel Abadia <emumanu+mame@gmail.com> CG-1V/GAE1 (Gaelco custom GFX & Sound chip): The CG-1V/GAE1 can handle up to 7 stereo channels. diff --git a/src/emu/sound/gaelco.h b/src/emu/sound/gaelco.h index 31d2246553d..25b8cb129d2 100644 --- a/src/emu/sound/gaelco.h +++ b/src/emu/sound/gaelco.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Manuel Abadia #pragma once |