diff options
author | 2015-05-22 21:25:29 +0200 | |
---|---|---|
committer | 2015-05-22 21:27:03 +0200 | |
commit | d7c78460b64135fea8e33e01c0126f87738a27f3 (patch) | |
tree | 62cd71076995a04ff7995e2dfadd9474fd704fba /src/emu/sound | |
parent | 3deab48d09ef0eb06b5f5029d7d2d5328a14df03 (diff) |
fixes (nw)
Diffstat (limited to 'src/emu/sound')
-rw-r--r-- | src/emu/sound/sidw6581.h | 2 | ||||
-rw-r--r-- | src/emu/sound/sidw8580.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/sidw6581.h b/src/emu/sound/sidw6581.h index f7cc6fe5cd5..b37f7693c54 100644 --- a/src/emu/sound/sidw6581.h +++ b/src/emu/sound/sidw6581.h @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Dag Lem #ifndef WAVE6581_h #define WAVE6581_h diff --git a/src/emu/sound/sidw8580.h b/src/emu/sound/sidw8580.h index a4d2fc643f7..e1f0c10ec8e 100644 --- a/src/emu/sound/sidw8580.h +++ b/src/emu/sound/sidw8580.h @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Dag Lem #pragma once |