summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author mahlemiut <mahlemiut@users.noreply.github.com>2013-12-21 08:24:04 +0000
committer mahlemiut <mahlemiut@users.noreply.github.com>2013-12-21 08:24:04 +0000
commitfa26a13b8a3c870e0a5759dcc66f4fd9a0312ad2 (patch)
treedcbadc40e0fead93d4ac5ac977a7144cf48a86f7 /.gitattributes
parentb867663d4ce12f9e5f3764614309010e493644b6 (diff)
Added Signetics 8X300 microcontroller core, updated Wicat driver to use
it. [Barry Rodewald]
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index eb5315f9c96..490aaaf0159 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -919,6 +919,9 @@ src/emu/clifront.c svneol=native#text/plain
src/emu/clifront.h svneol=native#text/plain
src/emu/config.c svneol=native#text/plain
src/emu/config.h svneol=native#text/plain
+src/emu/cpu/8x300/8x300.c svneol=native#text/plain
+src/emu/cpu/8x300/8x300.h svneol=native#text/plain
+src/emu/cpu/8x300/8x300dasm.c svneol=native#text/plain
src/emu/cpu/adsp2100/2100dasm.c svneol=native#text/plain
src/emu/cpu/adsp2100/2100ops.c svneol=native#text/plain
src/emu/cpu/adsp2100/adsp2100.c svneol=native#text/plain