summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/imagedev/midiin.h
Commit message (Collapse)AuthorAgeFilesLines
* Added some for Nathan and some more for Nicola (nw) Miodrag Milanovic2015-05-111-2/+2
|
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
|
* More cleanups, there is issue with srcclean that needs to be taken care as ↵ Miodrag Milanovic2014-07-221-1/+1
| | | | well, just doing now what we can
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-3/+3
|
* midiin_device: converted to devcb2 (nw) Ivan Vangelista2014-04-111-16/+6
|
* Removed diserial connect(). Converted thomson, mc1502 & wangpc to use DEVCB2 ↵ smf-2014-02-241-1/+0
| | | | instead. [smf]
* Some emu.h related redundant #include cleanup (nw) Scott Stone2013-07-171-1/+0
|
* MIDI: Fixed several bugs and bumped the input buffer sizes [R. Belmont] R. Belmont2013-01-151-1/+1
|
* MIDI: allow input port to work without a connected real device [R. Belmont] R. Belmont2013-01-131-1/+1
|
* MIDI core updates: [R. Belmont] R. Belmont2013-01-131-0/+89
- 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.