diff options
author | 2014-08-23 01:01:26 +0000 | |
---|---|---|
committer | 2014-08-23 01:01:26 +0000 | |
commit | fdedeade699c7807c0750810ecfd9506fb89c752 (patch) | |
tree | 810263d2f9d93959086f140caa2b5248d3827d01 /.gitattributes | |
parent | a64c34384330df29192f62bf99bf87a604e55e5c (diff) |
amstrad: added Amdrum expansion card [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 652895d7b4a..4c607b7bf50 100644 --- a/.gitattributes +++ b/.gitattributes @@ -785,6 +785,8 @@ src/emu/bus/comx35/ram.c svneol=native#text/plain src/emu/bus/comx35/ram.h svneol=native#text/plain src/emu/bus/comx35/thermal.c svneol=native#text/plain src/emu/bus/comx35/thermal.h svneol=native#text/plain +src/emu/bus/cpc/amdrum.c svneol=native#text/plain +src/emu/bus/cpc/amdrum.h svneol=native#text/plain src/emu/bus/cpc/cpc_pds.c svneol=native#text/plain src/emu/bus/cpc/cpc_pds.h svneol=native#text/plain src/emu/bus/cpc/cpc_rom.c svneol=native#text/plain |