summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Andrew Gardner <andrew-gardner@users.noreply.github.com>2011-02-10 15:52:50 +0000
committer Andrew Gardner <andrew-gardner@users.noreply.github.com>2011-02-10 15:52:50 +0000
commit545f57a04cc829118d664e3705cded53b8bc3fe7 (patch)
treef6ae1d2dacc4b812c71d46a14a8ff1944d3bd9bb /.gitattributes
parent297d177dc0ef2bed0ceadcb4871600904b43d507 (diff)
Added a new sound device: Oki MSM9810. Emulation is not yet perfect.
[out of whatsnew] It sounds ~60% correct, and appears to play the right stuff, but there is still much to do. I'm not respecting the volume command. I'm not taking sample rate into account. I'm not doing anything with stereo yet (though funcube doesn't tickle that functionality). The ADPCM(2?) decoding clearly isn't perfect (I've made a local copy of the oki_adpcm class to mess around with). The way i set the clock in the seta2 driver should show I don't know what I'm doing :). None of the channel flags are being interpreted yet. I haven't hooked up Luca's sigma98 games yet.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index e981fb8068f..6a6257301aa 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1049,6 +1049,8 @@ 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/okim9810.c svneol=native#text/plain
+src/emu/sound/okim9810.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