diff options
author | 2014-10-12 06:37:59 +0000 | |
---|---|---|
committer | 2014-10-12 06:37:59 +0000 | |
commit | 5654fcee2bfaf95b31e0a8ae23284ed55aec3111 (patch) | |
tree | 3ceb052cfd62855eabbe7bbae2e85cb451d60cbe /.gitattributes | |
parent | 1281a5a7fd9bcf293ba905680788753235887fa9 (diff) |
(MESS) svision: handling sound IRQ via a device delegate allows
to finally untangle the sound device from the main state. also given
the sound device its own .h file. nw.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 1b2384f8062..c7d0fe450da 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8048,7 +8048,8 @@ src/mess/audio/socrates.c svneol=native#text/plain src/mess/audio/socrates.h 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/svis_snd.c svneol=native#text/plain +src/mess/audio/svis_snd.h svneol=native#text/plain src/mess/audio/tvc_snd.c svneol=native#text/plain src/mess/audio/tvc_snd.h svneol=native#text/plain src/mess/audio/upd1771.c svneol=native#text/plain |