summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Fabio Priuli <etabeta78@users.noreply.github.com>2014-10-10 15:28:46 +0000
committer Fabio Priuli <etabeta78@users.noreply.github.com>2014-10-10 15:28:46 +0000
commitf0fad04eb68b545e6075f3b65d6d4db8c03e4025 (patch)
treee1a52b526fd0a7e306fd5cfe9adac62976555823 /.gitattributes
parent4de494250b26fc201171ac3b2b3c24f25ac08aab (diff)
(MESS) converted vectrex and crvision to use slot devices for
their carts. nw. (with these, we are done for the moment with new slot devices for carts...)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 0dd0c89a4a2..371162cf5b4 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -850,6 +850,10 @@ src/emu/bus/cpc/mface2.c svneol=native#text/plain
src/emu/bus/cpc/mface2.h svneol=native#text/plain
src/emu/bus/cpc/symbfac2.c svneol=native#text/plain
src/emu/bus/cpc/symbfac2.h svneol=native#text/plain
+src/emu/bus/crvision/rom.c svneol=native#text/plain
+src/emu/bus/crvision/rom.h svneol=native#text/plain
+src/emu/bus/crvision/slot.c svneol=native#text/plain
+src/emu/bus/crvision/slot.h svneol=native#text/plain
src/emu/bus/dmv/dmvbus.c svneol=native#text/plain
src/emu/bus/dmv/dmvbus.h svneol=native#text/plain
src/emu/bus/dmv/k220.c svneol=native#text/plain
@@ -1649,6 +1653,10 @@ src/emu/bus/vcs_ctrl/paddles.c svneol=native#text/plain
src/emu/bus/vcs_ctrl/paddles.h svneol=native#text/plain
src/emu/bus/vcs_ctrl/wheel.c svneol=native#text/plain
src/emu/bus/vcs_ctrl/wheel.h svneol=native#text/plain
+src/emu/bus/vectrex/rom.c svneol=native#text/plain
+src/emu/bus/vectrex/rom.h svneol=native#text/plain
+src/emu/bus/vectrex/slot.c svneol=native#text/plain
+src/emu/bus/vectrex/slot.h svneol=native#text/plain
src/emu/bus/vic10/exp.c svneol=native#text/plain
src/emu/bus/vic10/exp.h svneol=native#text/plain
src/emu/bus/vic10/std.c svneol=native#text/plain