summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Michael Zapf <michael.zapf@mizapf.de>2012-06-14 15:52:32 +0000
committer Michael Zapf <michael.zapf@mizapf.de>2012-06-14 15:52:32 +0000
commitca025ce099a345f9c52aa0835a375f002e2e726d (patch)
treeda432e279d6b9b9e82943873aa87cab276dac097 /.gitattributes
parent86dfb473944d5107542b3151baab898f888175ef (diff)
Added cycle-precise implementation of tms9980a; changed tms9900.c to allow for subclassing tms9900 and tms9980a from a common parent. [Michael Zapf]
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 4eece18ba66..44fbfe27c26 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -563,6 +563,7 @@ 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/tms9980a.h 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