summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2014-04-06 08:48:33 +0000
committer smf- <smf-@users.noreply.github.com>2014-04-06 08:48:33 +0000
commit37c2d0587d5c27ab699dad1e58a722d5e043b40f (patch)
treecb4325b36a8e67b386efbc6e2e4b5635a04e1cb9 /.gitattributes
parent487efaf26f8c3912b7f6742993c94491165e9b20 (diff)
added RS232 loopback [smf]
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 6592e49cf83..cd08a4b90b3 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1160,6 +1160,8 @@ src/emu/bus/plus4/user.c svneol=native#text/plain
src/emu/bus/plus4/user.h svneol=native#text/plain
src/emu/bus/rs232/keyboard.c svneol=native#text/plain
src/emu/bus/rs232/keyboard.h svneol=native#text/plain
+src/emu/bus/rs232/loopback.c svneol=native#text/plain
+src/emu/bus/rs232/loopback.h svneol=native#text/plain
src/emu/bus/rs232/null_modem.c svneol=native#text/plain
src/emu/bus/rs232/null_modem.h svneol=native#text/plain
src/emu/bus/rs232/rs232.c svneol=native#text/plain