summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/rs232
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into time-experiments2 Aaron Giles2021-09-101-6/+6
|\
| * -Reworked device type definition macros a little and added more Doxygen. Vas Crabb2021-09-071-6/+6
* | Since I already had to touch all device_timer signatures, bite the bullet and... Aaron Giles2021-08-208-12/+12
* | Merge branch 'master' into time-experiments2 Aaron Giles2021-06-043-0/+152
|\|
| * srcclean for release Vas Crabb2021-05-231-9/+9
| * bus/rs232: Preliminary emulation of the Mockingboard D "sound card" for the A... arbee2021-04-253-0/+152
* | Major timer object reshuffling. timer_expired_delegate wraps the various call... Aaron Giles2021-03-2610-12/+12
* | Add scheduler object and accessor to device_t. Upgrade all 3 timer parameters... Aaron Giles2021-03-248-8/+8
* | First round of global synchronize removals. Aaron Giles2021-03-232-2/+6
|/
* 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