summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Andrew Gardner <andrew-gardner@users.noreply.github.com>2013-01-05 01:40:33 +0000
committer Andrew Gardner <andrew-gardner@users.noreply.github.com>2013-01-05 01:40:33 +0000
commita33f00ff556dc807e995a5935669ac8195c941c9 (patch)
treed7d1b912063b69657c97335a7b8c1628250fea9f /.gitattributes
parentb547e0ac7b58b2e0c68edb71d10d1073b916c604 (diff)
dsp16: Added 16-bit immediate load opcode. [Andrew Gardner]
Fixed reset behavior. Code reorganization.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index b3054bac399..982694d160a 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -346,6 +346,7 @@ src/emu/cpu/drcumlsh.h svneol=native#text/plain
src/emu/cpu/dsp16/dsp16.c svneol=native#text/plain
src/emu/cpu/dsp16/dsp16.h svneol=native#text/plain
src/emu/cpu/dsp16/dsp16dis.c svneol=native#text/plain
+src/emu/cpu/dsp16/dsp16ops.c svneol=native#text/plain
src/emu/cpu/dsp32/dsp32.c svneol=native#text/plain
src/emu/cpu/dsp32/dsp32.h svneol=native#text/plain
src/emu/cpu/dsp32/dsp32dis.c svneol=native#text/plain