summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2010-10-18 12:13:58 +0000
committer Curt Coder <curtcoder@mail.com>2010-10-18 12:13:58 +0000
commit3c3f26a66ff25f34487261cfa67a79788881af8d (patch)
tree2e8586bd8d91d8e7fefecb0f618b7632b3b9a418 /.gitattributes
parent40910ec4a6b3a725f65699765e9f0a0c9a85c125 (diff)
Converted the RCA CDP1802 CPU into a C++ device. Refactored cidelsa.c to use the new RCA COSMAC CPU. [Curt Coder]
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 15ef1f792dd..7226ac76423 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -65,6 +65,9 @@ src/emu/cpu/cop400/cop400op.c svneol=native#text/plain
src/emu/cpu/cop400/cop410ds.c svneol=native#text/plain
src/emu/cpu/cop400/cop420ds.c svneol=native#text/plain
src/emu/cpu/cop400/cop440ds.c svneol=native#text/plain
+src/emu/cpu/cosmac/cosdasm.c svneol=native#text/plain
+src/emu/cpu/cosmac/cosmac.c svneol=native#text/plain
+src/emu/cpu/cosmac/cosmac.h svneol=native#text/plain
src/emu/cpu/cp1610/1610dasm.c svneol=native#text/plain
src/emu/cpu/cp1610/cp1610.c svneol=native#text/plain
src/emu/cpu/cp1610/cp1610.h svneol=native#text/plain