summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2013-12-06 13:57:52 +0000
committer smf- <smf-@users.noreply.github.com>2013-12-06 13:57:52 +0000
commitd43eccd0d26e48515323434fd0636c59b71b79eb (patch)
treef20d67c51f4e21e46ac1430c00c8574d58a40aa1 /.gitattributes
parent1b83e5018ae646d6593dce51b0395d8dc6322dbb (diff)
Created DS1204 device & switched megatouch to use it instead of it's own local version (driver could do with some more tidying up as not all games use a key but currently it is hooked up to all games). Default data comes from a region instead of coded in driver, commands & security match are now compared, data is clocked on the correct edge, key can be written to and is saved to nvram. [smf]
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index afddd496e01..f8735ccebf6 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1814,6 +1814,8 @@ src/emu/machine/com8116.c svneol=native#text/plain
src/emu/machine/com8116.h svneol=native#text/plain
src/emu/machine/cr589.c svneol=native#text/plain
src/emu/machine/cr589.h svneol=native#text/plain
+src/emu/machine/ds1204.c svneol=native#text/plain
+src/emu/machine/ds1204.h svneol=native#text/plain
src/emu/machine/ds128x.c svneol=native#text/plain
src/emu/machine/ds128x.h svneol=native#text/plain
src/emu/machine/ds1302.c svneol=native#text/plain