summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diserial.cpp
Commit message (Expand)AuthorAgeFilesLines
* -homebrew/linux4004.cpp: Emulated Linux/4004 board. Vas Crabb2024-10-041-42/+20
* emu/diserial.cpp: Improved stop bit handling (fixes #12762). (#12770) Colin Leroy-Mira2024-09-231-6/+16
* diserial: change the rx start delay to more realistic 0.5 cycles hap2024-03-081-2/+2
* diserial: increase start delay from 0.25 to 0.33 cycle hap2024-03-071-1/+3
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-4/+4
* mcs51: implement serial input/output as bit stream (#11190) Patrick Mackinlay2023-05-081-1/+2
* diserial: Add machine time to bit logging messages AJR2023-04-221-4/+4
* Various devices: Correct placement of U integer suffix in definitions of shif... AJR2023-03-231-3/+3
* sega/mdioport.cpp: Added Mega Drive I/O port controller device. Vas Crabb2022-12-121-6/+5
* diserial: Use logmacro for optional logging and make the messages more useful AJR2020-08-231-7/+19
* i8251: Preliminary addition of synchronous support. Robbbert2019-09-061-4/+3
* diserial: Make received parity consistent with transmitted parity (nw) AJR2019-05-171-2/+2
* diserial: correct parity output (nw) Patrick Mackinlay2019-05-171-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-10/+0
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-0/+10
* diserial: Make is_receiver_register_full and is_transmit_register_empty const... AJR2019-01-041-10/+0
* diserial: Actually check parity of received bytes in modes other than PARITY_... AJR2018-12-281-30/+22
* hazl1420: Add interrupts and hook up DIP switches through I/O expanders (nw) AJR2018-09-241-0/+2
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+3
* mc68901: Improve USART behavior for polled operation AJR2017-11-021-1/+3
* Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces: Vas Crabb2017-07-111-36/+28
* i8251: Improve logging; restrict external command_w and mode_w access to V53 ... AJR2017-04-151-0/+1
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-3/+3
* Reverting part of changes from previous commits as described in mail on list ... Miodrag Milanovic2016-10-231-2/+2
* there you go (nw) Miodrag Milanovic2016-10-221-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* some bool <-> int not needed conversions, also cleaned drivenum.* was using m... Miodrag Milanovic2016-10-211-2/+2
* Added extra bit as delay between bytes to make 1 stop bit work Joakim Larsson Edstrom2016-04-101-2/+2
* reverting: Miodrag Milanovic2016-01-201-1/+1
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-2/+2
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-3/+3
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-2/+6
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+504