summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Mirko Buffoni <mirbuf@users.noreply.github.com>2009-01-12 09:25:00 +0000
committer Mirko Buffoni <mirbuf@users.noreply.github.com>2009-01-12 09:25:00 +0000
commit25abe62db465defd7db348c9eb4cbe968dedff9a (patch)
tree993139bb6d1437c10b691ed749349d0d691c9967 /.gitattributes
parent19818f1f5eafaa66d69a88f5e3abefbfe6ce619b (diff)
Added OKIM6376 emulation ADPCM Speech Synthesizer [Mirko Buffoni]
* At the moment only the ADPCM part is implemented, while it's missing the BEEP generator and the 2nd channel handling, used mainly for echoing or continuous speech. Added OKIM6376 sound emulation to High Video games [Mirko Buffoni] * Removed GAME_NO_SOUND from newmcard, brasil and fashion * Sound frequency may be incorrect * Although the manual says OKIM6376 is straight ADPCM, generated sound is distorted (over-clamped?)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 4dc04206dad..198cd9c9e10 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -832,6 +832,8 @@ src/emu/sound/okim6258.c svneol=native#text/plain
src/emu/sound/okim6258.h svneol=native#text/plain
src/emu/sound/okim6295.c svneol=native#text/plain
src/emu/sound/okim6295.h svneol=native#text/plain
+src/emu/sound/okim6376.c svneol=native#text/plain
+src/emu/sound/okim6376.h svneol=native#text/plain
src/emu/sound/pokey.c svneol=native#text/plain
src/emu/sound/pokey.h svneol=native#text/plain
src/emu/sound/pokey.txt svneol=native#text/plain