summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2011-10-21 04:05:44 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2011-10-21 04:05:44 +0000
commit509f2c1be5ee3a80425b9ee064aa2db3aaede4b8 (patch)
tree31e7c1d7c0cc9330010244c4d84dcf9e9b989cf9 /.gitattributes
parent31229c316f4cb6ce2f7850fd2b93cbd12a404ac4 (diff)
Preliminary emulation of the YMZ770 sound chip [R. Belmont, O. Galibert]
(not-for-whatsnew section) Note: extremely preliminary. No music, just sfx. No per-voice volume/panning. No attempts to optimize. Lots of hardcoding for how the CV1000 uses the chip. I will fix all of these later, but I gotta get to sleep now ;-)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 60e9718f57b..4bbfd484dd2 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1266,6 +1266,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/ymz770.c svneol=native#text/plain
+src/emu/sound/ymz770.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/speaker.c svneol=native#text/plain