summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Andrew Gardner <andrew-gardner@users.noreply.github.com>2008-12-25 03:03:30 +0000
committer Andrew Gardner <andrew-gardner@users.noreply.github.com>2008-12-25 03:03:30 +0000
commite7ec9c0df679c02b0fc07893046143b96ea68a7f (patch)
tree3a67481a6fdd493809466ea62d6c622139c83914 /.gitattributes
parentd02bbcbfb696b22b14e37bb72026b4a52231bf71 (diff)
Adds extremely preliminary i860 disassembler and hooks it up to the vcombat driver. [Jason Eckhardt, Andrew Gardner]
(We're not even decoding args yet, but it's on its way).
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index dfd4fbcb50e..4e9820b938e 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -163,6 +163,9 @@ src/emu/cpu/i86/modrm.h svneol=native#text/plain
src/emu/cpu/i86/table186.h svneol=native#text/plain
src/emu/cpu/i86/table286.h svneol=native#text/plain
src/emu/cpu/i86/table86.h svneol=native#text/plain
+src/emu/cpu/i860/i860.c svneol=native#text/plain
+src/emu/cpu/i860/i860.h svneol=native#text/plain
+src/emu/cpu/i860/i860dasm.c svneol=native#text/plain
src/emu/cpu/i8x41/8x41dasm.c svneol=native#text/plain
src/emu/cpu/i8x41/i8x41.c svneol=native#text/plain
src/emu/cpu/i8x41/i8x41.h svneol=native#text/plain