| Commit message (Expand) | Author | Age | Files | Lines |
* | -homebrew/linux4004.cpp: Emulated Linux/4004 board. |  Vas Crabb | 2024-10-04 | 1 | -4/+0 |
* | emu/diserial.cpp: Improved stop bit handling (fixes #12762). (#12770) |  Colin Leroy-Mira | 2024-09-23 | 1 | -1/+3 |
* | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 1 | -4/+4 |
* | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -4/+4 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -2/+2 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -2/+2 |
* | diserial: Make is_receiver_register_full and is_transmit_register_empty const... |  AJR | 2019-01-04 | 1 | -2/+2 |
* | Re-write serial mouse support: |  Vas Crabb | 2018-09-19 | 1 | -10/+14 |
* | More cleanup/streamlining of machine configuration and macros: |  Vas Crabb | 2018-05-15 | 1 | -0/+2 |
* | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 1 | -7/+3 |
* | Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces: |  Vas Crabb | 2017-07-11 | 1 | -15/+10 |
* | A round of spelling/typographical fixes to source comments (nw) |  Scott Stone | 2016-11-24 | 1 | -1/+1 |
* | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -27/+27 |
* | Reverting part of changes from previous commits as described in mail on list ... |  Miodrag Milanovic | 2016-10-23 | 1 | -1/+1 |
* | there you go (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -1/+1 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -27/+27 |
* | some bool <-> int not needed conversions, also cleaned drivenum.* was using m... |  Miodrag Milanovic | 2016-10-21 | 1 | -1/+1 |
* | make buffered serial a mixin to promote reuse [Vas Crabb] |  Vas Crabb | 2016-07-30 | 1 | -4/+85 |
* | Various cleanups suggested by static analyzer (nw) |  Miodrag Milanovic | 2016-04-24 | 1 | -5/+5 |
* | clang-modernize part 1 (nw) |  Miodrag Milanovic | 2015-12-03 | 1 | -1/+1 |
* | Added some for Nathan and some more for Nicola (nw) |  Miodrag Milanovic | 2015-05-11 | 1 | -2/+2 |
* | Added dummy license headers for EMU section (nw) |  Miodrag Milanovic | 2015-05-07 | 1 | -0/+2 |
* | Fix various typos and spelling mistakes |  Zoë Blade | 2015-04-11 | 1 | -1/+1 |
* | save: Give the device when available to the state save subsystem [O. Galibert] |  Olivier Galibert | 2015-02-14 | 1 | -1/+1 |
* | Added save state to keyboard.c, rs232/keyboard.c, and i8251.c (nw) |  Wilbert Pol | 2014-07-29 | 1 | -0/+2 |
* | more passing of attotime as const references (nw) |  Oliver Stöneberg | 2014-07-04 | 1 | -3/+3 |
* | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -1/+1 |
* | Removed diserial connect(). Converted thomson, mc1502 & wangpc to use DEVCB2 ... |  smf- | 2014-02-24 | 1 | -15/+0 |
* | diserial: Added framing error detection. [Curt Coder] |  Curt Coder | 2014-01-16 | 1 | -0/+5 |
* | diserial: Added some information getters for future use. (nw) |  Curt Coder | 2014-01-14 | 1 | -0/+21 |
* | Changed parity & stop bits to an enum (you can now pass in 1.5). I've updated... |  smf- | 2014-01-13 | 1 | -4/+16 |
* | Converted x68000 keyboard into a separate serial device. This allows the remo... |  smf- | 2013-12-28 | 1 | -0/+2 |
* | expose less of the diserial internals, which has meant adding i8251_device::w... |  smf- | 2013-12-27 | 1 | -8/+8 |
* | removed serial_source_device [smf] |  smf- | 2013-12-26 | 1 | -21/+0 |
* | Cleanups and version bumpmame0152 |  Miodrag Milanovic | 2013-12-24 | 1 | -2/+2 |
* | fixed compiling with MSVC, added enums for T10 commands, moved seek(6) from 2... |  smf- | 2013-11-19 | 1 | -1/+1 |
* | Windows headers are crap, let me count the ways (nw) |  Olivier Galibert | 2013-11-19 | 1 | -0/+7 |
* | diserial: Remove defines, cleanup clocks/timers, add sync support [O. Galibert] |  Olivier Galibert | 2013-11-18 | 1 | -76/+46 |
* | diserial: simplify (nw) |  cracyc | 2013-07-01 | 1 | -6/+10 |
* | diserial: add attotime and clock-div forms of set_rate and rename check_for_s... |  cracyc | 2013-06-30 | 1 | -3/+7 |
* | diserial: Added methods for clocking the receiver/transmitter outside of the ... |  Curt Coder | 2013-05-21 | 1 | -0/+2 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -17/+17 |
* | Sync with MESS, Curt changes related to Wang PC (no whatsnew) |  Miodrag Milanovic | 2012-05-29 | 1 | -1/+1 |
* | Clean-ups and version bumpmame0145u2 |  Angelo Salese | 2012-02-26 | 1 | -1/+1 |
* | Fixed order of timer init and save state by Sandro Ronco (no whatsnew) |  Miodrag Milanovic | 2012-02-26 | 1 | -0/+3 |
* | mc146818 - Set period even if timer is disabled, required for windows nt [Carl] |  Miodrag Milanovic | 2012-02-20 | 1 | -1/+16 |
* | Rewrite INS8250 to use diserial, updated Microtouch to modern and made it ser... |  Miodrag Milanovic | 2012-02-19 | 1 | -1/+3 |
* | Cleanups and version bumpmame0143u5 |  Angelo Salese | 2011-09-06 | 1 | -17/+17 |
* | Set more proper name to interface call (no whatsnew) |  Miodrag Milanovic | 2011-09-02 | 1 | -1/+1 |
* | - Created device_serial_interface that should be used by UART's (no whatsnew) |  Miodrag Milanovic | 2011-09-02 | 1 | -0/+174 |