summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2009-01-12 13:18:32 +0000
committer Curt Coder <curtcoder@mail.com>2009-01-12 13:18:32 +0000
commitde81d24aabab83a32d3ee724845b5e53d0108b69 (patch)
tree78d42c35470aa47666e50d5b76c73abfee48a05e /.gitattributes
parentac0abd17066f0b9c95a64430be86c451c6ae6f32 (diff)
COP400 cpu core refactoring:
- added state table for the debugger - grouped all cpu types under a single makefile entry - removed duplicate code
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes8
1 files changed, 2 insertions, 6 deletions
diff --git a/.gitattributes b/.gitattributes
index 88d7f4fe20e..f71360633cd 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -49,15 +49,11 @@ src/emu/cpu/ccpu/ccpudasm.c svneol=native#text/plain
src/emu/cpu/cdp1802/1802dasm.c svneol=native#text/plain
src/emu/cpu/cdp1802/cdp1802.c svneol=native#text/plain
src/emu/cpu/cdp1802/cdp1802.h svneol=native#text/plain
-src/emu/cpu/cop400/410ops.c svneol=native#text/plain
-src/emu/cpu/cop400/420ops.c svneol=native#text/plain
-src/emu/cpu/cop400/440ops.c svneol=native#text/plain
+src/emu/cpu/cop400/cop400.c svneol=native#text/plain
src/emu/cpu/cop400/cop400.h svneol=native#text/plain
-src/emu/cpu/cop400/cop410.c svneol=native#text/plain
+src/emu/cpu/cop400/cop400op.c svneol=native#text/plain
src/emu/cpu/cop400/cop410ds.c svneol=native#text/plain
-src/emu/cpu/cop400/cop420.c svneol=native#text/plain
src/emu/cpu/cop400/cop420ds.c svneol=native#text/plain
-src/emu/cpu/cop400/cop440.c svneol=native#text/plain
src/emu/cpu/cop400/cop440ds.c svneol=native#text/plain
src/emu/cpu/cp1610/1610dasm.c svneol=native#text/plain
src/emu/cpu/cp1610/cp1610.c svneol=native#text/plain