diff options
author | 2015-05-14 13:32:34 -0400 | |
---|---|---|
committer | 2015-05-14 13:32:34 -0400 | |
commit | d539e005bdd7c1d5b7226dad4702af080ff8957d (patch) | |
tree | 7fee1a84321822383bb9dfdc2af16813992200f6 /src/emu/sound | |
parent | 934b7e5e3f271d6a7ae624ed4a8a283a33973c58 (diff) |
Ownership fix (nw)
Diffstat (limited to 'src/emu/sound')
-rw-r--r-- | src/emu/sound/k053260.c | 2 | ||||
-rw-r--r-- | src/emu/sound/k053260.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/k053260.c b/src/emu/sound/k053260.c index 776c0b89716..86054000829 100644 --- a/src/emu/sound/k053260.c +++ b/src/emu/sound/k053260.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Ernesto Corvi +// copyright-holders:Ernesto Corvi, Alex W. Jackson /********************************************************* Konami 053260 KDSC diff --git a/src/emu/sound/k053260.h b/src/emu/sound/k053260.h index 2652bb09e91..4a6e6353d08 100644 --- a/src/emu/sound/k053260.h +++ b/src/emu/sound/k053260.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Ernesto Corvi +// copyright-holders:Ernesto Corvi, Alex W. Jackson /********************************************************* Konami 053260 KDSC |