diff options
author | 2015-05-25 12:38:52 +0200 | |
---|---|---|
committer | 2015-05-25 12:38:52 +0200 | |
commit | 3165d460a7739c1af91a6fbe596dbf439625329a (patch) | |
tree | 7661815e97bd5d39b2bbf696de23af41d952a21f /src/emu/sound | |
parent | 1983554aeb8f87073188d07a2b38c89e82093b42 (diff) |
Update for Zsolt Vasvari (nw)
Diffstat (limited to 'src/emu/sound')
-rw-r--r-- | src/emu/sound/sn76477.c | 2 | ||||
-rw-r--r-- | src/emu/sound/sn76477.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/sn76477.c b/src/emu/sound/sn76477.c index 7f30aa9fcff..ea90e03b185 100644 --- a/src/emu/sound/sn76477.c +++ b/src/emu/sound/sn76477.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Zsolt Vasvari /***************************************************************************** diff --git a/src/emu/sound/sn76477.h b/src/emu/sound/sn76477.h index cc0cea9b23f..392beb13489 100644 --- a/src/emu/sound/sn76477.h +++ b/src/emu/sound/sn76477.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Zsolt Vasvari /***************************************************************************** |