summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Sandro Ronco <sronco@users.noreply.github.com>2014-08-15 07:30:57 +0000
committer Sandro Ronco <sronco@users.noreply.github.com>2014-08-15 07:30:57 +0000
commit3655dc8ec8537ef32c7863f497ce55a6c2844a78 (patch)
tree8f2afe8bcfa4354b54c4fd7c8aac487538cb9dfa /.gitattributes
parent8bdfa2ed0497cb51847e4f01dc30ebde692a61be (diff)
(MESS) dmv: added expansions slot interface. [rfka01, Sandro Ronco]
(MESS) dmv: added boot ROMs from 4 different boards. [rfka01]
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 5412090b74d..b79b3ef5888 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -797,6 +797,18 @@ 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/dmv/dmv_dsk.c svneol=native#text/plain
+src/emu/bus/dmv/dmv_dsk.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
+src/emu/bus/dmv/k220.h svneol=native#text/plain
+src/emu/bus/dmv/k230.c svneol=native#text/plain
+src/emu/bus/dmv/k230.h svneol=native#text/plain
+src/emu/bus/dmv/k806.c svneol=native#text/plain
+src/emu/bus/dmv/k806.h svneol=native#text/plain
+src/emu/bus/dmv/ram.c svneol=native#text/plain
+src/emu/bus/dmv/ram.h svneol=native#text/plain
src/emu/bus/ecbbus/ecbbus.c svneol=native#text/plain
src/emu/bus/ecbbus/ecbbus.h svneol=native#text/plain
src/emu/bus/ecbbus/grip.c svneol=native#text/plain
@@ -3665,6 +3677,8 @@ src/lib/formats/dfi_dsk.c svneol=native#text/plain
src/lib/formats/dfi_dsk.h svneol=native#text/plain
src/lib/formats/dim_dsk.c svneol=native#text/plain
src/lib/formats/dim_dsk.h svneol=native#text/plain
+src/lib/formats/dmv_dsk.c svneol=native#text/plain
+src/lib/formats/dmv_dsk.h svneol=native#text/plain
src/lib/formats/dsk_dsk.c svneol=native#text/plain
src/lib/formats/dsk_dsk.h svneol=native#text/plain
src/lib/formats/ep64_dsk.c svneol=native#text/plain