summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Andrew Gardner <andrew-gardner@users.noreply.github.com>2008-07-28 01:19:21 +0000
committer Andrew Gardner <andrew-gardner@users.noreply.github.com>2008-07-28 01:19:21 +0000
commit6e13a53ff71bc26efb446a15f2b6175cb7e34037 (patch)
tree844dd5849b335b709e24b0029995e93bc94f091c /.gitattributes
parent92bcd925f02dcf07ac44b8c6707b7ab2754dd7af (diff)
DSP56156 CPU Core updates.
- Rewrote core logic, communications, and interfaces. - Added three parallel memory moves to the disassembler. - Initial interrupt logic in place. Plygonet.c updates. - All communication hacks have been removed. - Memory maps have been temporarily reverted while new DSP56k cpu core catches up.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 08ce9602a06..fae577ffe6c 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -80,10 +80,13 @@ 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
src/emu/cpu/dsp32/dsp32ops.c svneol=native#text/plain
+src/emu/cpu/dsp56k/dsp56def.h svneol=native#text/plain
src/emu/cpu/dsp56k/dsp56dsm.c svneol=native#text/plain
src/emu/cpu/dsp56k/dsp56k.c svneol=native#text/plain
src/emu/cpu/dsp56k/dsp56k.h svneol=native#text/plain
+src/emu/cpu/dsp56k/dsp56mem.c svneol=native#text/plain
src/emu/cpu/dsp56k/dsp56ops.c svneol=native#text/plain
+src/emu/cpu/dsp56k/dsp56pcu.c svneol=native#text/plain
src/emu/cpu/e132xs/32xsdasm.c svneol=native#text/plain
src/emu/cpu/e132xs/e132xs.c svneol=native#text/plain
src/emu/cpu/e132xs/e132xs.h svneol=native#text/plain