summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2013-01-13 03:48:10 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2013-01-13 03:48:10 +0000
commitf6c44c6e9bbf1720d481707cbee73aadbae21572 (patch)
tree93d48913f4afee3080c2aca425119f0840b74276 /.gitattributes
parentfa807d8a30cd94a3f4f283db378f47312271d61f (diff)
MIDI core updates: [R. Belmont]
- Add MIDI in and out ports as image device types - Add OSD calls to check for and read MIDI input - Add MIDI in image device which reads input and converts it to a serial bitstream nw section: Note that the MIDI In device uses the new image device override to prevent the core from attempting to fopen() the "file" name and instead it handles open/close itself in call_load/call_unload. This allows greater flexibilty than the hack used for sockets/ptys/named pipes where the OSD file layer has to know about them.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index a3b8686991f..18b18b6c4ab 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1041,6 +1041,8 @@ src/emu/imagedev/floppy.c svneol=native#text/plain
src/emu/imagedev/floppy.h svneol=native#text/plain
src/emu/imagedev/harddriv.c svneol=native#text/plain
src/emu/imagedev/harddriv.h svneol=native#text/plain
+src/emu/imagedev/midiin.c svneol=native#text/plain
+src/emu/imagedev/midiin.h svneol=native#text/plain
src/emu/imagedev/printer.c svneol=native#text/plain
src/emu/imagedev/printer.h svneol=native#text/plain
src/emu/imagedev/serial.c svneol=native#text/plain