summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2009-09-04 12:40:47 +0000
committer Curt Coder <curtcoder@mail.com>2009-09-04 12:40:47 +0000
commit1c56a127d53ad66ba1bb454650e1b37ceadd3da9 (patch)
treed7fb66a877902cc58f70bc06d5d51f8da7cea4ab /.gitattributes
parentf09c9059f9279c6eb1395183720a4cf652ae9947 (diff)
Added preliminary Zilog Z8 CPU core for MESS.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 73088f2a204..32ca904cc5d 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -492,6 +492,10 @@ src/emu/cpu/z180/z180op.c svneol=native#text/plain
src/emu/cpu/z180/z180ops.h svneol=native#text/plain
src/emu/cpu/z180/z180tbl.h svneol=native#text/plain
src/emu/cpu/z180/z180xy.c svneol=native#text/plain
+src/emu/cpu/z8/z8.c svneol=native#text/plain
+src/emu/cpu/z8/z8.h svneol=native#text/plain
+src/emu/cpu/z8/z8dasm.c svneol=native#text/plain
+src/emu/cpu/z8/z8ops.c svneol=native#text/plain
src/emu/cpu/z80/z80.c svneol=native#text/plain
src/emu/cpu/z80/z80.h svneol=native#text/plain
src/emu/cpu/z80/z80daisy.c svneol=native#text/plain