summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2008-02-17 18:28:36 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2008-02-17 18:28:36 +0000
commit8877f5321b3108eb8cf9402253ac12c71a264939 (patch)
tree07bdd73df0f660e539259656121a60538f531362 /.gitattributes
parentb469de6db7d6f578b75abe75fdb477ed0438e545 (diff)
[NAOMI] Added and hooked up AICA (sound chip). Naomi boot sounds now play.
Since it's an SCSPx2 with ADPCM instead of FM it's already feature-complete except filter envelopes. A bug in the ARM7 core causes incorrect pan/level values to be computed in e.g. the Naomi SOUND TEST menu (I've also been seeing this in DSF playback). This is not a defect in the AICA. Please credit ElSemi, Deunan Knute, kingshriek, and myself.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index cd8b23ffd91..3b22cce7a58 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -700,6 +700,11 @@ src/emu/sound/5110intf.c svneol=native#text/plain
src/emu/sound/5110intf.h svneol=native#text/plain
src/emu/sound/5220intf.c svneol=native#text/plain
src/emu/sound/5220intf.h svneol=native#text/plain
+src/emu/sound/aica.c svneol=native#text/plain
+src/emu/sound/aica.h svneol=native#text/plain
+src/emu/sound/aicadsp.c svneol=native#text/plain
+src/emu/sound/aicadsp.h svneol=native#text/plain
+src/emu/sound/aicalfo.c svneol=native#text/plain
src/emu/sound/astrocde.c svneol=native#text/plain
src/emu/sound/astrocde.h svneol=native#text/plain
src/emu/sound/ay8910.c svneol=native#text/plain