summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2012-09-06 15:16:03 +0000
committer Curt Coder <curtcoder@mail.com>2012-09-06 15:16:03 +0000
commit3722e8ff143bdb1125e3186b0a2eac4f63f34a1f (patch)
tree38d3ed35c38b1ae22b6078c419ee54b6459f99b7 /.gitattributes
parenta5f74861d4d36d77353c949239903887a914e167 (diff)
(MESS) vic20: Refactored VIC to a modern device. (nw)
(MESS) c64: Fixed IDE64 cartridge video corruption. (nw) (MESS) Added paddles and light pen VCS control devices. [Curt Coder]
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index ff2289e9951..5275837208b 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -7102,6 +7102,10 @@ src/mess/machine/vb_timeshare.c svneol=native#text/plain
src/mess/machine/vb_timeshare.h svneol=native#text/plain
src/mess/machine/vcs_joy.c svneol=native#text/plain
src/mess/machine/vcs_joy.h svneol=native#text/plain
+src/mess/machine/vcs_lightpen.c svneol=native#text/plain
+src/mess/machine/vcs_lightpen.h svneol=native#text/plain
+src/mess/machine/vcs_paddles.c svneol=native#text/plain
+src/mess/machine/vcs_paddles.h svneol=native#text/plain
src/mess/machine/vcsctrl.c svneol=native#text/plain
src/mess/machine/vcsctrl.h svneol=native#text/plain
src/mess/machine/vector06.c svneol=native#text/plain