diff options
| author | 2012-01-20 14:07:54 +0000 | |
|---|---|---|
| committer | 2012-01-20 14:07:54 +0000 | |
| commit | 2af25c4c7ef346cfbb41430bce8048577011aa66 (patch) | |
| tree | cec72b730e1563b4ddde9754a138a718c23b0a16 /.gitattributes | |
| parent | e8404e05a48cf6a3f11daead3967af67ed7fd3de (diff) | |
Added Intersil IM6402 UART emulation. [Curt Coder]
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 8189f237d70..c45c01d6cd3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -861,6 +861,8 @@ src/emu/machine/i8355.c svneol=native#text/plain src/emu/machine/i8355.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/im6402.c svneol=native#text/plain +src/emu/machine/im6402.h svneol=native#text/plain src/emu/machine/ins8154.c svneol=native#text/plain src/emu/machine/ins8154.h svneol=native#text/plain src/emu/machine/ins8250.c svneol=native#text/plain |
