summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/rs232 (follow)
Commit message (Expand)AuthorAgeFilesLines
* HP9845: added synchronous I/O for RS232 port and HP98046 module (#7695) fulivi2021-03-073-0/+276
* rs232: HLE updates AJR2021-01-2611-41/+32
* bus/rs232: Add generic Radio Shack printer option (generates break condition ... tim lindner2021-01-243-5/+40
* -Switch to building MAME as C++17. Vas Crabb2020-11-152-4/+4
* Finished adding new mechanism for allowing parts of views to be hidden. Vas Crabb2020-09-071-1/+1
* -debug/debugcmd.cpp: Don't leak an open FILE when an argument is invalid and ... Vas Crabb2020-08-061-1/+0
* New machines added as WORKING 68bit2020-07-102-0/+127
* rs232 serial printer: initialize the data output high. 68bit2020-07-031-1/+1
* rs232 null_modem: XON/XOFF flow control (nw) Sergey Svishchev2020-05-242-4/+32
* Clean up odds and ends (nw) AJR2020-03-061-4/+1
* use C++ library includes (nw) firewave2020-01-221-1/+1
* Avoid some redundant PORT_CHANGED_MEMBER uses. 68bit2019-11-041-3/+3
* New working machines Vas Crabb2019-11-022-2/+4
* Spring cleaning: Vas Crabb2019-11-012-5/+5
* swtpc8212: get it running, and on the rs232 bus (#5729) 68bit2019-10-302-0/+127
* Merge pull request #5786 from ZoeB/grammar R. Belmont2019-10-231-1/+1
|\
| * Tidy grammar Zoë Blade2019-10-231-1/+1
* | rs232 null_modem: add DTR flow control 68bit2019-10-212-12/+20
|/
* RS232: move some initialization to a device_reset() function (#5748) 68bit2019-10-182-7/+11
* IE15 terminal: rework the RS232 interfaces 68bit2019-10-182-75/+23
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-13/+13
* -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... MooglyGuy2019-07-027-39/+40
* dual68: Do terminal I/O through USART (nw) AJR2019-05-141-1/+4
* (nw) Clean up the mess on master Vas Crabb2019-03-263-9/+12
* Revert "conflict resolution (nw)" andreasnaive2019-03-253-12/+9
* devices/bus: a few more MACHINE_CONFIG macros removed (nw) Ivan Vangelista2019-02-091-2/+3
* imagedev\printer: removed MCFG macro (nw) Ivan Vangelista2019-01-211-4/+5
* imagedev\bitbngr: removed MCFG macros (nw) Ivan Vangelista2019-01-191-3/+4
* fix build, nw mooglyguy2018-11-141-2/+0
* -hlemouse.cpp: Added support for the SGI Indigo mouse. [Ryan Holtz] mooglyguy2018-11-142-1/+51
* bus/rs232.cpp: completed removal of MCFG macros (nw) Ivan Vangelista2018-10-231-32/+0
* OS X has different ideas about mouse button numbering - see #4010 Vas Crabb2018-09-191-5/+5
* Re-write serial mouse support: Vas Crabb2018-09-194-351/+912
* remove more MCFG_ (nw) Vas Crabb2018-07-071-5/+6
* devcb3 Vas Crabb2018-07-071-8/+16
* 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