diff options
author | 2014-10-10 19:28:34 +0000 | |
---|---|---|
committer | 2014-10-10 19:28:34 +0000 | |
commit | 54047d6b53a1762c2be6f189dabc59f53a58df32 (patch) | |
tree | 37676195e0e6403b4b13b5a814c38442df4eed9e /.gitattributes | |
parent | 3c596fcb494c51d334e4ee59936aded0f35bd98e (diff) |
(MESS) dmv: added floppy softlist. [Sandro Ronco]
(MESS) floppy: added read-only support for CopyQM images. (nw)
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index b74fb3fb6e3..7e6c1bdb8ab 100644 --- a/.gitattributes +++ b/.gitattributes @@ -96,6 +96,7 @@ hash/cpc_cass.xml svneol=native#text/xml hash/cpc_flop.xml svneol=native#text/xml hash/crvision.xml svneol=native#text/xml hash/dim68k.xml svneol=native#text/xml +hash/dmv.xml svneol=native#text/xml hash/dps1.xml svneol=native#text/xml hash/ec1841.xml svneol=native#text/xml hash/einstein.xml svneol=native#text/xml @@ -3788,6 +3789,7 @@ src/lib/formats/coupedsk.h svneol=native#text/plain src/lib/formats/cpis_dsk.c svneol=native#text/plain src/lib/formats/cpis_dsk.h svneol=native#text/plain src/lib/formats/cqm_dsk.c svneol=native#text/plain +src/lib/formats/cqm_dsk.h svneol=native#text/plain src/lib/formats/csw_cas.c svneol=native#text/plain src/lib/formats/csw_cas.h svneol=native#text/plain src/lib/formats/d64_dsk.c svneol=native#text/plain |