diff options
author | 2010-02-07 04:59:42 +0000 | |
---|---|---|
committer | 2010-02-07 04:59:42 +0000 | |
commit | 49e9851b24f4e606e1bf55b20beeed21caafb719 (patch) | |
tree | e39848748a747a935ead6d9d1198c0d85be76102 /.gitattributes | |
parent | 1f76758746511c2e742ca525d36f29d02a1a521a (diff) |
Add and hook up ZOOM ZSG-2 skeleton [Olivier Galibert]
Doesn't do much at the moment, but the increase in documentation value is
significant (we're documenting the sample compression format, for one thing).
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index ba4e89dc818..5bd06e41a29 100644 --- a/.gitattributes +++ b/.gitattributes @@ -999,6 +999,8 @@ src/emu/sound/ymf278b.c svneol=native#text/plain src/emu/sound/ymf278b.h svneol=native#text/plain src/emu/sound/ymz280b.c svneol=native#text/plain src/emu/sound/ymz280b.h svneol=native#text/plain +src/emu/sound/zsg2.c svneol=native#text/plain +src/emu/sound/zsg2.h svneol=native#text/plain src/emu/state.c svneol=native#text/plain src/emu/state.h svneol=native#text/plain src/emu/streams.c svneol=native#text/plain |