summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2009-07-10 13:26:54 +0000
committer Curt Coder <curtcoder@mail.com>2009-07-10 13:26:54 +0000
commit3bf122986c612ac4655049fa073aa4f0703daa38 (patch)
treecc5a787fb85ec766b66112db41ceb4025988d9d3 /.gitattributes
parent9b72aa3bfa37d747dc71bec71e11dc601a3d1705 (diff)
Intel 8255A PPI:
- Added a new implementation of the I8255A device. Rewritten from scratch to properly support handshaking in modes 1 and 2. - Refactored sg1000a.c to use the new implementation.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 0ee43fd3024..5b8abf00a2e 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -637,6 +637,8 @@ src/emu/machine/i2cmemdev.c svneol=native#text/plain
src/emu/machine/i2cmemdev.h svneol=native#text/plain
src/emu/machine/i8243.c svneol=native#text/plain
src/emu/machine/i8243.h svneol=native#text/plain
+src/emu/machine/i8255a.c svneol=native#text/plain
+src/emu/machine/i8255a.h svneol=native#text/plain
src/emu/machine/idectrl.c svneol=native#text/plain
src/emu/machine/idectrl.h svneol=native#text/plain
src/emu/machine/intelfsh.c svneol=native#text/plain