diff options
author | 2015-05-14 10:23:28 +0200 | |
---|---|---|
committer | 2015-05-14 10:23:46 +0200 | |
commit | e7610e03d6b1edf0516fc0443192eb68f163ba59 (patch) | |
tree | 99b9103a22f77cbb7468968dcb65d0ece62c506c /src/emu/sound | |
parent | 5f457c49acb4e5677773c8b567a655ea829679a4 (diff) |
Update for ElSemi (nw)
Diffstat (limited to 'src/emu/sound')
-rw-r--r-- | src/emu/sound/aica.c | 2 | ||||
-rw-r--r-- | src/emu/sound/aica.h | 2 | ||||
-rw-r--r-- | src/emu/sound/aicadsp.c | 2 | ||||
-rw-r--r-- | src/emu/sound/aicadsp.h | 2 | ||||
-rw-r--r-- | src/emu/sound/multipcm.c | 2 | ||||
-rw-r--r-- | src/emu/sound/multipcm.h | 2 | ||||
-rw-r--r-- | src/emu/sound/qsound.c | 2 | ||||
-rw-r--r-- | src/emu/sound/qsound.h | 2 | ||||
-rw-r--r-- | src/emu/sound/scsp.c | 2 | ||||
-rw-r--r-- | src/emu/sound/scsp.h | 2 | ||||
-rw-r--r-- | src/emu/sound/scspdsp.c | 2 | ||||
-rw-r--r-- | src/emu/sound/scspdsp.h | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/src/emu/sound/aica.c b/src/emu/sound/aica.c index e52f44388d5..f7751a89e93 100644 --- a/src/emu/sound/aica.c +++ b/src/emu/sound/aica.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:ElSemi, kingshriek, Deunan Knute, R. Belmont /* Sega/Yamaha AICA emulation diff --git a/src/emu/sound/aica.h b/src/emu/sound/aica.h index 0c7d5caf4f4..25c6cb54fd1 100644 --- a/src/emu/sound/aica.h +++ b/src/emu/sound/aica.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:ElSemi, kingshriek, Deunan Knute, R. Belmont /* diff --git a/src/emu/sound/aicadsp.c b/src/emu/sound/aicadsp.c index 4f533125825..7e8d4914171 100644 --- a/src/emu/sound/aicadsp.c +++ b/src/emu/sound/aicadsp.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:ElSemi, kingshriek, Deunan Knute, R. Belmont #include "emu.h" #include "aicadsp.h" diff --git a/src/emu/sound/aicadsp.h b/src/emu/sound/aicadsp.h index e28301a6100..f5672e3dbd3 100644 --- a/src/emu/sound/aicadsp.h +++ b/src/emu/sound/aicadsp.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:ElSemi, kingshriek, Deunan Knute, R. Belmont #pragma once diff --git a/src/emu/sound/multipcm.c b/src/emu/sound/multipcm.c index 0d2fbe18b7d..a1a340972c9 100644 --- a/src/emu/sound/multipcm.c +++ b/src/emu/sound/multipcm.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Miguel Angel Horna /* * Sega System 32 Multi/Model 1/Model 2 custom PCM chip (315-5560) emulation. diff --git a/src/emu/sound/multipcm.h b/src/emu/sound/multipcm.h index 325f23c2b9a..18854902ef1 100644 --- a/src/emu/sound/multipcm.h +++ b/src/emu/sound/multipcm.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Miguel Angel Horna #pragma once diff --git a/src/emu/sound/qsound.c b/src/emu/sound/qsound.c index c519da454a5..a3bbb1210f6 100644 --- a/src/emu/sound/qsound.c +++ b/src/emu/sound/qsound.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Paul Leaman, Miguel Angel Horna /*************************************************************************** diff --git a/src/emu/sound/qsound.h b/src/emu/sound/qsound.h index 208fdac41e9..9d0697f406a 100644 --- a/src/emu/sound/qsound.h +++ b/src/emu/sound/qsound.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Paul Leaman, Miguel Angel Horna /********************************************************* diff --git a/src/emu/sound/scsp.c b/src/emu/sound/scsp.c index 8c241ddc92f..9c9a9dce102 100644 --- a/src/emu/sound/scsp.c +++ b/src/emu/sound/scsp.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:ElSemi, R.Belmont /* Sega/Yamaha YMF292-F (SCSP = Saturn Custom Sound Processor) emulation diff --git a/src/emu/sound/scsp.h b/src/emu/sound/scsp.h index 150dd103b6a..1d01559e4bd 100644 --- a/src/emu/sound/scsp.h +++ b/src/emu/sound/scsp.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:ElSemi, R.Belmont /* SCSP (YMF292-F) header diff --git a/src/emu/sound/scspdsp.c b/src/emu/sound/scspdsp.c index cb0fc0ba027..68e810cb953 100644 --- a/src/emu/sound/scspdsp.c +++ b/src/emu/sound/scspdsp.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:ElSemi, R.Belmont #include "emu.h" #include "scspdsp.h" diff --git a/src/emu/sound/scspdsp.h b/src/emu/sound/scspdsp.h index 6cca993c2ba..06cd1602a09 100644 --- a/src/emu/sound/scspdsp.h +++ b/src/emu/sound/scspdsp.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:ElSemi, R.Belmont #pragma once |