diff options
author | 2014-10-11 15:49:56 +0000 | |
---|---|---|
committer | 2014-10-11 15:49:56 +0000 | |
commit | b9ba2fc331cf0c1909659afa2b5e93d9cc34ad91 (patch) | |
tree | debdfe0bf60b076aa0c07caf5ba06887217087a2 /.gitattributes | |
parent | b67e8155b68e3f6346d4419960dca7a274ac298d (diff) |
given to another couple of sound devices their own include. nw.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index 6727b6c7526..c6e588d4dee 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8034,7 +8034,8 @@ src/mess/audio/arcadia.c svneol=native#text/plain src/mess/audio/arcadia.h svneol=native#text/plain src/mess/audio/channelf.c svneol=native#text/plain src/mess/audio/channelf.h svneol=native#text/plain -src/mess/audio/dai.c svneol=native#text/plain +src/mess/audio/dai_snd.c svneol=native#text/plain +src/mess/audio/dai_snd.h svneol=native#text/plain src/mess/audio/dave.c svneol=native#text/plain src/mess/audio/dave.h svneol=native#text/plain src/mess/audio/gb.c svneol=native#text/plain @@ -8046,7 +8047,8 @@ src/mess/audio/mea8000.c svneol=native#text/plain src/mess/audio/mea8000.h svneol=native#text/plain src/mess/audio/socrates.c svneol=native#text/plain src/mess/audio/socrates.h svneol=native#text/plain -src/mess/audio/special.c svneol=native#text/plain +src/mess/audio/specimx_snd.c svneol=native#text/plain +src/mess/audio/specimx_snd.h svneol=native#text/plain src/mess/audio/svision.c svneol=native#text/plain src/mess/audio/tvc_snd.c svneol=native#text/plain src/mess/audio/tvc_snd.h svneol=native#text/plain |