summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Michael Zapf <michael.zapf@mizapf.de>2012-06-07 20:14:04 +0000
committer Michael Zapf <michael.zapf@mizapf.de>2012-06-07 20:14:04 +0000
commit93a03892728abab8479dd0bc872537d540ff375d (patch)
treedcd25508f7e14de0e3ec1447deccbea8451c8bc0 /.gitattributes
parent531a86f2726e8f5173fe8881fd754d2a2d0d243c (diff)
New TMS9900 and TMS9995 implementation with proper control line handling
and wait state generation. Previous implementation has been renamed to *l.{c,h} and drivers point to the old implementation until they are adapted to the new version. [Michael Zapf]
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 1e0b1481a79..09e9ef63858 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -557,10 +557,16 @@ src/emu/cpu/tms9900/9900dasm.c svneol=native#text/plain
src/emu/cpu/tms9900/99xxcore.h svneol=native#text/plain
src/emu/cpu/tms9900/99xxstat.h svneol=native#text/plain
src/emu/cpu/tms9900/ti990_10.c svneol=native#text/plain
+src/emu/cpu/tms9900/ti990_10l.c svneol=native#text/plain
src/emu/cpu/tms9900/tms9900.c svneol=native#text/plain
src/emu/cpu/tms9900/tms9900.h svneol=native#text/plain
+src/emu/cpu/tms9900/tms9900l.c svneol=native#text/plain
+src/emu/cpu/tms9900/tms9900l.h svneol=native#text/plain
src/emu/cpu/tms9900/tms9980a.c svneol=native#text/plain
+src/emu/cpu/tms9900/tms9980al.c svneol=native#text/plain
src/emu/cpu/tms9900/tms9995.c svneol=native#text/plain
+src/emu/cpu/tms9900/tms9995.h svneol=native#text/plain
+src/emu/cpu/tms9900/tms9995l.c svneol=native#text/plain
src/emu/cpu/uml.c svneol=native#text/plain
src/emu/cpu/uml.h svneol=native#text/plain
src/emu/cpu/unsp/unsp.c svneol=native#text/plain