summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/imagedev/midiin.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-176/+0
* 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
* Converted midi into a module. (nw) couriersud2015-01-311-5/+9
* midiin_device: converted to devcb2 (nw) Ivan Vangelista2014-04-111-12/+4
* Removed diserial connect(). Converted thomson, mc1502 & wangpc to use DEVCB2 ... smf-2014-02-241-4/+0
* Changed parity & stop bits to an enum (you can now pass in 1.5). I've updated... smf-2014-01-131-1/+1
* Call set_data_frame() before stc_rcv_rate() in a few more places, as since r2... smf-2014-01-101-1/+1
* diserial: Remove defines, cleanup clocks/timers, add sync support [O. Galibert] Olivier Galibert2013-11-181-1/+6
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-8/+7
* Initial implementation of Ensoniq ES5510 DSP [Christian Brunschen] R. Belmont2013-02-031-3/+10
* MIDI: Fixed several bugs and bumped the input buffer sizes [R. Belmont] R. Belmont2013-01-151-3/+7
* MIDI: allow input port to work without a connected real device [R. Belmont] R. Belmont2013-01-131-1/+2
* MIDI core updates: [R. Belmont] R. Belmont2013-01-131-0/+166