summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/imagedev/midiout.c
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+1
* MIDI: Fixed several bugs and bumped the input buffer sizes [R. Belmont] R. Belmont2013-01-151-2/+9
* First pass on MIDI out support [R. Belmont] R. Belmont2013-01-141-0/+90