Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed diserial connect(). Converted thomson, mc1502 & wangpc to use DEVCB2 ↵ | 2014-02-24 | 1 | -4/+0 | |
| | | | | instead. [smf] | ||||
* | Changed parity & stop bits to an enum (you can now pass in 1.5). I've ↵ | 2014-01-13 | 1 | -1/+1 | |
| | | | | updated the uarts that were testing for 1.5 stop bits to pass that in, but there are probably others & 1.5 stop bits is converted to 2 by diserial. However the 68681 requires stop bits to be specified in clocks, so this will change in the future. Replaced synchronous flag with start bit count, as some uarts can use a start bit in synchronous mode & that whether there is a start bit is all the flag is currently controlling. Updated rs232 terminal to allow startbits, stop bits 1.5 to be specified (although that is currently not supported by diserial) and individual transmit and receive baud rates. [smf] | ||||
* | Call set_data_frame() before stc_rcv_rate() in a few more places, as since ↵ | 2014-01-10 | 1 | -1/+1 | |
| | | | | r26274 there is random behaviour if you don't [smf] | ||||
* | diserial: Remove defines, cleanup clocks/timers, add sync support [O. Galibert] | 2013-11-18 | 1 | -1/+6 | |
| | |||||
* | changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) | 2013-06-21 | 1 | -1/+1 | |
| | |||||
* | Cleanups and version bumpmame0148u1 | 2013-02-11 | 1 | -2/+1 | |
| | |||||
* | MIDI: Fixed several bugs and bumped the input buffer sizes [R. Belmont] | 2013-01-15 | 1 | -2/+9 | |
| | |||||
* | First pass on MIDI out support [R. Belmont] | 2013-01-14 | 1 | -0/+90 | |