Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all devices into separate part of src tree (nw) | 2015-09-13 | 1 | -788/+0 | |
| | |||||
* | Cleanups and version bumpmame0165 | 2015-08-26 | 1 | -3/+2 | |
| | |||||
* | i8251: rx and tx data buffers separated | 2015-08-17 | 1 | -8/+10 | |
| | |||||
* | resolved some by looking into history (nw) | 2015-05-14 | 1 | -2/+2 | |
| | |||||
* | Added dummy license headers for EMU section (nw) | 2015-05-07 | 1 | -0/+2 | |
| | |||||
* | Cleanups and version bumpmame0160 | 2015-03-25 | 1 | -66/+66 | |
| | |||||
* | the V53 SCU is a i8251 clone, but with the command / mode registers ↵ | 2015-03-10 | 1 | -251/+291 | |
| | | | | separated, and only Asynchronous transfer mode available, this splits the function into something we can use for that purpose (nw) | ||||
* | save: Give the device when available to the state save subsystem [O. Galibert] | 2015-02-14 | 1 | -1/+1 | |
| | |||||
* | Added save state to keyboard.c, rs232/keyboard.c, and i8251.c (nw) | 2014-07-29 | 1 | -0/+19 | |
| | |||||
* | (MESS) fb01.c: Fixed communication between midi-in and 8251. (nw) | 2014-06-12 | 1 | -0/+1 | |
| | |||||
* | fixed usage of uninitialized member in i8251_device (nw) | 2014-04-25 | 1 | -0/+1 | |
| | |||||
* | fixed usage of uninitialized member in i8251_device (nw) | 2014-04-23 | 1 | -0/+1 | |
| | |||||
* | fixed usage of uninitialized member in i8251_device (nw) | 2014-04-23 | 1 | -1/+2 | |
| | |||||
* | Some changes/corrections to device descriptions from MASH and Tafoid (nw) | 2014-04-10 | 1 | -1/+1 | |
| | |||||
* | Cleanups and version bumpmame0153 | 2014-04-07 | 1 | -1/+1 | |
| | |||||
* | i8251: Fixed DSR status bit. (nw) | 2014-03-21 | 1 | -1/+1 | |
| | |||||
* | i8089: channel priorities [Carl] | 2014-03-12 | 1 | -1/+1 | |
| | | | | | | i8251: fix rx (nw) z80dart: fix rx (nw) imd_dsk: fix free array crash (nw) (mess) isbc_215g: hdd seeks (nw) | ||||
* | Removed diserial connect(). Converted thomson, mc1502 & wangpc to use DEVCB2 ↵ | 2014-02-24 | 1 | -87/+33 | |
| | | | | instead. [smf] | ||||
* | fixed write_txc (nw) | 2014-02-21 | 1 | -9/+2 | |
| | |||||
* | Converted i8251 to DEVCB2 [smf] | 2014-02-15 | 1 | -51/+47 | |
| | |||||
* | Changed parity & stop bits to an enum (you can now pass in 1.5). I've ↵ | 2014-01-13 | 1 | -48/+27 | |
| | | | | 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] | ||||
* | i8251: as per the manual, disabling Tx mid-byte should wait for transmission ↵ | 2014-01-10 | 1 | -15/+44 | |
| | | | | to finish [R. Belmont] | ||||
* | expose less of the diserial internals, which has meant adding ↵ | 2013-12-27 | 1 | -0/+12 | |
| | | | | i8251_device::write_cts (nw) | ||||
* | replaced read rx/cts/dcd callbacks in I8251 with write handlers, which ↵ | 2013-12-22 | 1 | -10/+28 | |
| | | | | allows multiple chips to be connected together without using glue methods. [smf] | ||||
* | diserial: Remove defines, cleanup clocks/timers, add sync support [O. Galibert] | 2013-11-18 | 1 | -12/+18 | |
| | |||||
* | changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) | 2013-06-21 | 1 | -1/+1 | |
| | |||||
* | i8251: Implemented 16X/64X clock modes. [Curt Coder] | 2013-05-17 | 1 | -0/+25 | |
| | | | (MESS) xor100: Refactored to use serial terminal. [Curt Coder] | ||||
* | (MESS) softbox: Fixed terminal. (nw) | 2013-05-17 | 1 | -10/+15 | |
| | |||||
* | fixed uninitialized members in src/emu/machine/i8251.c (nw) | 2013-03-09 | 1 | -0/+2 | |
| | |||||
* | i8251: Disabled spam. (nw) | 2013-01-24 | 1 | -3/+3 | |
| | |||||
* | output of new srcclean changes that are relatively small [smf] | 2013-01-11 | 1 | -1/+0 | |
| | |||||
* | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -74/+74 | |
| | |||||
* | i8251: "reset" bit is only documented to revert to looking for a mode byte, ↵ | 2012-05-09 | 1 | -1/+4 | |
| | | | | not reset the entire chip. [R. Belmont] | ||||
* | i8251 - Added /DSR input readback | 2012-02-05 | 1 | -2/+6 | |
| | | | Added XTAL_11_8MHz | ||||
* | i8251: Implemented transmit and receive data callbacks [Barry Rodewald] | 2011-12-30 | 1 | -2/+13 | |
| | |||||
* | Cleanups and version bumpmame0143u5 | 2011-09-06 | 1 | -2/+2 | |
| | |||||
* | Import 6551acia and i8251 from MESS and hooked up i8251 in ecoinfr (no whatsnew) | 2011-09-03 | 1 | -0/+694 | |