diff options
author | 2014-08-06 01:44:07 +0000 | |
---|---|---|
committer | 2014-08-06 01:44:07 +0000 | |
commit | 06b51f4e8e05c51adcea02e55c1ef3b9b5242a59 (patch) | |
tree | 172489ef7df99ab917f16f4ef6d5c8e20fb54e8d /.gitattributes | |
parent | ec0a11fb91a7131f81a9b4d2e51553ebf0d4c4c5 (diff) |
amstrad: added support for 64k, 320k, and 576k RAM sizes
added preliminary support for the SYMBiFACE II board [Barry Rodewald]
idehd: added Read Native Max Address IDE command
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index e253c015b8f..1f0bfbe5fed 100644 --- a/.gitattributes +++ b/.gitattributes @@ -795,6 +795,8 @@ src/emu/bus/cpc/cpcexp.c svneol=native#text/plain src/emu/bus/cpc/cpcexp.h svneol=native#text/plain src/emu/bus/cpc/mface2.c svneol=native#text/plain src/emu/bus/cpc/mface2.h svneol=native#text/plain +src/emu/bus/cpc/symbfac2.c svneol=native#text/plain +src/emu/bus/cpc/symbfac2.h svneol=native#text/plain src/emu/bus/ecbbus/ecbbus.c svneol=native#text/plain src/emu/bus/ecbbus/ecbbus.h svneol=native#text/plain src/emu/bus/ecbbus/grip.c svneol=native#text/plain |