diff options
author | 2014-08-23 03:11:34 +0000 | |
---|---|---|
committer | 2014-08-23 03:11:34 +0000 | |
commit | 4836359c17928aa4b84b76549df8d36be8f0eb51 (patch) | |
tree | 1d206cb3f256151ecece0944665a2330844987ee /.gitattributes | |
parent | fdedeade699c7807c0750810ecfd9506fb89c752 (diff) |
amstrad: added Digiblaster printer-port device [Barry Rodewald]
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 4c607b7bf50..717a07c3aa2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -735,6 +735,8 @@ src/emu/bus/centronics/covox.c svneol=native#text/plain src/emu/bus/centronics/covox.h svneol=native#text/plain src/emu/bus/centronics/ctronics.c svneol=native#text/plain src/emu/bus/centronics/ctronics.h svneol=native#text/plain +src/emu/bus/centronics/digiblst.c svneol=native#text/plain +src/emu/bus/centronics/digiblst.h svneol=native#text/plain src/emu/bus/centronics/dsjoy.c svneol=native#text/plain src/emu/bus/centronics/dsjoy.h svneol=native#text/plain src/emu/bus/centronics/epson_ex800.c svneol=native#text/plain |