diff options
author | 2015-05-07 10:45:57 +0200 | |
---|---|---|
committer | 2015-05-07 10:45:57 +0200 | |
commit | 6d902a08bdba8dfa08a2ad9298e7eab604df2dc0 (patch) | |
tree | 01f9c551aea1239d727bd685ef488aa6fdf75db1 /src/emu/sound/tms5110.c | |
parent | 9089ec243a7117bc6e487ecea8097f4b1979ff34 (diff) |
Added dummy license headers for EMU section (nw)
Diffstat (limited to 'src/emu/sound/tms5110.c')
-rw-r--r-- | src/emu/sound/tms5110.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/sound/tms5110.c b/src/emu/sound/tms5110.c index d66f753c157..3900068bd44 100644 --- a/src/emu/sound/tms5110.c +++ b/src/emu/sound/tms5110.c @@ -1,3 +1,5 @@ +// license:??? +// copyright-holders:??? /********************************************************************************************** TMS5110 simulator (modified from TMS5220 by Jarek Burczynski) |