diff options
author | 2014-08-08 14:35:40 +0000 | |
---|---|---|
committer | 2014-08-08 14:35:40 +0000 | |
commit | 9beb4b9dc32c00682224e415b37870202badb2e1 (patch) | |
tree | 458bd181f6229f85a0eaf4da7abe13724df0714e /.gitattributes | |
parent | b111c772510a7732e86f6fb44d9e146ea4a7a391 (diff) |
(MESS) msx.c: Added support for Philips VY-0010 external floppy interface and drive (nw)
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 1f0bfbe5fed..ee65d3543e0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1015,6 +1015,8 @@ src/emu/bus/msx_cart/cartridge.c svneol=native#text/plain src/emu/bus/msx_cart/cartridge.h svneol=native#text/plain src/emu/bus/msx_cart/crossblaim.c svneol=native#text/plain src/emu/bus/msx_cart/crossblaim.h svneol=native#text/plain +src/emu/bus/msx_cart/disk.c svneol=native#text/plain +src/emu/bus/msx_cart/disk.h svneol=native#text/plain src/emu/bus/msx_cart/dooly.c svneol=native#text/plain src/emu/bus/msx_cart/dooly.h svneol=native#text/plain src/emu/bus/msx_cart/fmpac.c svneol=native#text/plain |