summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/rs232/rs232.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-29/+29
* misc/nabupc.cpp, bus/nabupc: Added support for NABU PC and simulated host. (#... Brian Johnson2023-01-241-1/+4
* bus/rs232: Added a configurable patch box device, and various cleanups. Vas Crabb2021-10-031-14/+14
* rs232: HLE updates AJR2021-01-261-21/+27
* Clean up odds and ends (nw) AJR2020-03-061-4/+1
* Spring cleaning: Vas Crabb2019-11-011-2/+2
* RS232: move some initialization to a device_reset() function (#5748) 68bit2019-10-181-0/+1
* -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... MooglyGuy2019-07-021-5/+5
* dual68: Do terminal I/O through USART (nw) AJR2019-05-141-1/+4
* bus/rs232.cpp: completed removal of MCFG macros (nw) Ivan Vangelista2018-10-231-32/+0
* devcb3 Vas Crabb2018-07-071-8/+16
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-0/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-4/+0
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+11
* Add DEC 12-15336-00 RS232 loopback connector type (required for VT102 modem c... AJR2018-03-191-0/+2
* rs232: Add speed indicator to modem control (nw) AJR2018-03-191-0/+8
* 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-041-0/+1
* rs232: Add DCE RxC/TxC callbacks (untested) and table of standard signals (nw) AJR2017-11-301-0/+16
* 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-111-3/+0
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-17/+19
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-9/+9
* make buffered serial a mixin to promote reuse [Vas Crabb] Vas Crabb2016-07-301-17/+20
* Keyboard/terminal improvements: [Vas Crabb] Vas Crabb2016-07-271-4/+31
* reverting: Miodrag Milanovic2016-01-201-2/+2
* 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-2/+2
* override part 1 (nw) Miodrag Milanovic2015-12-051-2/+2
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+263