diff options
author | 2014-10-08 20:49:24 +0000 | |
---|---|---|
committer | 2014-10-08 20:49:24 +0000 | |
commit | 5e8c2a11b2c3b7b68e2e5cc2b92b145743b10986 (patch) | |
tree | 388737f68d2b49f43ef0cdd968a8d381dfda686e /.gitattributes | |
parent | d9330a96d62bde0e662fc13e36620e264d75b4ec (diff) |
(MESS) msx.c: Added support for DMK floppy images. [Wilbert Pol]
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index f05d4ad281e..e5848af7f54 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3798,6 +3798,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/dmk_dsk.c svneol=native#text/plain +src/lib/formats/dmk_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 |