summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/rs232 (follow)
Commit message (Expand)AuthorAgeFilesLines
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-156-2/+9
* (nw) few more macros replaced with constructors Vas Crabb2018-05-071-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-063-6/+2
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-14/+23
* Sarayan made me do it. Vas Crabb2018-04-281-6/+4
* Add DEC 12-15336-00 RS232 loopback connector type (required for VT102 modem c... AJR2018-03-194-0/+77
* rs232: Add speed indicator to modem control (nw) AJR2018-03-193-0/+16
* rs232.cpp: Add V.24 cross reference (nw) AJR2018-03-111-25/+26
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-14/+14
* move devcb resolution to device_resolve_objects for RS232 and Sun keyboard po... Vas Crabb2018-03-042-9/+13
* RS-232 note (nw) AJR2018-01-211-0/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-174-4/+4
* rs232: Add DCE RxC/TxC callbacks (untested) and table of standard signals (nw) AJR2017-11-302-0/+58
* Remove 9615 baud setting (nw) AJR2017-10-301-7/+1
* rs232: Add 9615 baud rate actually used by a number of systems AJR2017-09-231-1/+7
* Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces: Vas Crabb2017-07-1111-79/+37
* finally got rid of machine_mconfig_additions (nw) Ivan Vangelista2017-06-148-36/+14
* general cleanup: Vas Crabb2017-05-231-0/+1
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-224-4/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1422-202/+201
* added missing line (nw) smf-2017-03-171-0/+1
* ie15: convert to a device with frontends (standalone driver and rs232 slot de... Sergey Svishchev2017-03-133-0/+134
* Self-registering devices prep: Vas Crabb2017-02-2710-11/+11
* Revert "ie15: convert to a device with frontends (standalone driver and rs232... Vas Crabb2017-02-273-134/+0
* ie15: convert to a device with frontends (standalone driver and rs232 slot de... Sergey Svishchev2017-02-273-0/+134
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1111-1/+10
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2220-54/+54
* make buffered serial a mixin to promote reuse [Vas Crabb] Vas Crabb2016-07-306-244/+54
* Keyboard/terminal improvements: [Vas Crabb] Vas Crabb2016-07-276-90/+277
* null_modem: make flow control optional (nw) cracyc2016-07-252-1/+7
* Add an emulated Sun keyboard to RS232 adaptor [Vas Crabb] Vas Crabb2016-07-223-1/+91
* Make Sun keyboard port its own bus [Vas Crabb] Vas Crabb2016-07-212-686/+0
* SPARC keyboard: remove transmit delay hack, emulate keyclick [Vas Crabb] Vas Crabb2016-07-212-28/+42
* Removed workaround for the problem with undetected baudrate change from 1200 ... Joakim Larsson Edstrom2016-07-191-1/+1
* i8251: RTS and DTR outputs now use negative logic (0 = active) fulivi2016-07-182-5/+5
* DIP switch fix (nw) Vas Crabb2016-07-181-33/+37
* HLE serial keybord compatible with Sun Type 4/5/6 connected to sun4/sun4c [Va... Vas Crabb2016-07-183-1/+669
* null_modem: rtscts flow control + relevant fix to i8251 Sergey Svishchev2016-07-132-2/+7
* reverting: Miodrag Milanovic2016-01-2018-26/+26
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-206-6/+6
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-166-6/+6
* tags are now strings (nw) Miodrag Milanovic2016-01-1618-26/+26
* cleanups (nw) Miodrag Milanovic2015-12-252-4/+0
* override for for macros that could not be auto recognized by tools (nw) Miodrag Milanovic2015-12-061-3/+3
* override part 1 (nw) Miodrag Milanovic2015-12-059-70/+70
* clang-modernize part 2 Miodrag Milanovic2015-12-043-4/+4
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-257-22/+22
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-147-9/+32
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-089-0/+0
* Cleanup and version bumpmame0167 Miodrag Milanovic2015-10-283-106/+106