summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2012-10-04 12:49:00 +0000
committer smf- <smf-@users.noreply.github.com>2012-10-04 12:49:00 +0000
commit56e3c23328fda7010657f65dcd11bf46a73a1be4 (patch)
treef754f74bca075ca054c3b06ed6960595bae80a3b /.gitattributes
parent22ab437a659f2c0109c207299c3ebafbd35aed03 (diff)
created new base class for scsi devices which scsihle derives from (nw)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 1a09220183d..32476409619 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1208,6 +1208,8 @@ src/emu/machine/scsicb.c svneol=native#text/plain
src/emu/machine/scsicb.h svneol=native#text/plain
src/emu/machine/scsicd.c svneol=native#text/plain
src/emu/machine/scsicd.h svneol=native#text/plain
+src/emu/machine/scsidev.c svneol=native#text/plain
+src/emu/machine/scsidev.h svneol=native#text/plain
src/emu/machine/scsihd.c svneol=native#text/plain
src/emu/machine/scsihd.h svneol=native#text/plain
src/emu/machine/scsihle.c svneol=native#text/plain