diff options
author | 2011-09-02 14:53:41 +0000 | |
---|---|---|
committer | 2011-09-02 14:53:41 +0000 | |
commit | b764156f07218d6ae9701d0ac771b5f96304b482 (patch) | |
tree | d5a48461e71bb334af0b3e93406afff0b8d04f25 /.gitattributes | |
parent | ac2ff71b0cb85063fd0c9f0c4ede4178cc3691ee (diff) |
- Created device_serial_interface that should be used by UART's (no whatsnew)
- It is used by MESS side i8251 and 6551 are using it now
- Also created simple serial source devices (used by some cassette interface)
This will be optimized and rechecked after new chips are converted to use it
No whatsnew for now, but there will be info for the release.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index f451f79a5a1..1fcaad0707a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -661,6 +661,8 @@ src/emu/dinvram.c svneol=native#text/plain src/emu/dinvram.h svneol=native#text/plain src/emu/dirtc.c svneol=native#text/plain src/emu/dirtc.h svneol=native#text/plain +src/emu/diserial.c svneol=native#text/plain +src/emu/diserial.h svneol=native#text/plain src/emu/dislot.c svneol=native#text/plain src/emu/dislot.h svneol=native#text/plain src/emu/disound.c svneol=native#text/plain |