summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2010-12-23 02:46:39 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2010-12-23 02:46:39 +0000
commite8cfb9e5133e9185b5c7c44ecf80d2d85b6a29ff (patch)
tree4c2a540435b2f8c2d82975e41393ae878bbbec5e /.gitattributes
parent855636d33ce6bb57583679c572d0eb7fb28ecd77 (diff)
Implemented a preliminary V25/V35 CPU core [Alex Jackson]
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 6ccd6325e79..0ca98b62ccc 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -319,13 +319,19 @@ src/emu/cpu/mn10200/mn10200.c svneol=native#text/plain
src/emu/cpu/mn10200/mn10200.h svneol=native#text/plain
src/emu/cpu/mn10200/mn102dis.c svneol=native#text/plain
src/emu/cpu/nec/nec.c svneol=native#text/plain
-src/emu/cpu/nec/nec.h -text svneol=native#text/plain
+src/emu/cpu/nec/nec.h svneol=native#text/plain
src/emu/cpu/nec/necdasm.c svneol=native#text/plain
src/emu/cpu/nec/necea.h svneol=native#text/plain
src/emu/cpu/nec/nechost.h svneol=native#text/plain
+src/emu/cpu/nec/necinstr.c svneol=native#text/plain
src/emu/cpu/nec/necinstr.h svneol=native#text/plain
src/emu/cpu/nec/necmodrm.h svneol=native#text/plain
src/emu/cpu/nec/necpriv.h svneol=native#text/plain
+src/emu/cpu/nec/v25.c svneol=native#text/plain
+src/emu/cpu/nec/v25instr.c svneol=native#text/plain
+src/emu/cpu/nec/v25instr.h svneol=native#text/plain
+src/emu/cpu/nec/v25priv.h svneol=native#text/plain
+src/emu/cpu/nec/v25sfr.c svneol=native#text/plain
src/emu/cpu/pdp1/pdp1.c svneol=native#text/plain
src/emu/cpu/pdp1/pdp1.h svneol=native#text/plain
src/emu/cpu/pdp1/pdp1dasm.c svneol=native#text/plain