diff options
author | 2014-10-19 00:57:44 +0000 | |
---|---|---|
committer | 2014-10-19 00:57:44 +0000 | |
commit | 1054225eca0414818b6fab516bcdbdf022924b7d (patch) | |
tree | 726aefcc113a67763e051ff0bbad45e22e65c8ab /.gitattributes | |
parent | 00d0c67a02a0bb416f83fe4111d3064434700dc0 (diff) |
(MESS) TRS-80 CoCo: implement virtual "Becker Port" for DriveWire support. [Richard Goedeken]
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 657337331b8..b2b27d94185 100644 --- a/.gitattributes +++ b/.gitattributes @@ -796,6 +796,8 @@ src/emu/bus/chanf/slot.c svneol=native#text/plain src/emu/bus/chanf/slot.h svneol=native#text/plain src/emu/bus/coco/coco_232.c svneol=native#text/plain src/emu/bus/coco/coco_232.h svneol=native#text/plain +src/emu/bus/coco/coco_dwsock.c svneol=native#text/plain +src/emu/bus/coco/coco_dwsock.h svneol=native#text/plain src/emu/bus/coco/coco_fdc.c svneol=native#text/plain src/emu/bus/coco/coco_fdc.h svneol=native#text/plain src/emu/bus/coco/coco_multi.c svneol=native#text/plain |