diff options
author | 2015-05-22 15:23:41 +0200 | |
---|---|---|
committer | 2015-05-22 15:23:41 +0200 | |
commit | cb414b84bcdc0ed54e07da585cb2ac015f254c63 (patch) | |
tree | 8e9c09bd46233be7e7fc204c15b142a1900bfb7c /src/emu/sound | |
parent | ede2a7f0d7fea2d172a846d5207b2a448723d201 (diff) |
Update for Frank Palazzolo (nw)
Diffstat (limited to 'src/emu/sound')
-rw-r--r-- | src/emu/sound/tms5110.c | 2 | ||||
-rw-r--r-- | src/emu/sound/tms5110.h | 2 | ||||
-rw-r--r-- | src/emu/sound/tms5110r.inc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/sound/tms5110.c b/src/emu/sound/tms5110.c index 03729598737..c1595b1caa7 100644 --- a/src/emu/sound/tms5110.c +++ b/src/emu/sound/tms5110.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Frank Palazzolo, Jarek Burczynski, Aaron Giles, Jonathan Gevaryahu, Couriersud /********************************************************************************************** diff --git a/src/emu/sound/tms5110.h b/src/emu/sound/tms5110.h index 6196834a24a..5addc3d967e 100644 --- a/src/emu/sound/tms5110.h +++ b/src/emu/sound/tms5110.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Frank Palazzolo, Jarek Burczynski, Aaron Giles, Jonathan Gevaryahu, Couriersud #pragma once diff --git a/src/emu/sound/tms5110r.inc b/src/emu/sound/tms5110r.inc index 0bf46a8ba24..4e20ef96e2d 100644 --- a/src/emu/sound/tms5110r.inc +++ b/src/emu/sound/tms5110r.inc @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Frank Palazzolo, Couriersud, Jonathan Gevaryahu /* TMS51xx and TMS52xx ROM Tables */ |