summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/rs232 (follow)
Commit message (Expand)AuthorAgeFilesLines
* ti1000/lilprof: small correction to input matrix hap2024-03-301-0/+3
* added novag tv interface peripheral [hap, Achim] hap2024-03-233-0/+266
* misc: small cleanups hap2024-03-234-5/+5
* bus/rs232: Added the Micro-Robotics Scorpion Intelligent Controller device. Nigel Barnes2024-02-173-0/+214
* rs232/pty: remove unused constexpr hap2023-12-193-12/+11
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-9/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-0126-101/+101
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-1/+1
* sinclair/sprinter.cpp: Added Sprinter Sp2000 enhanced Spectrum clone. (#11018) holub2023-05-121-1/+1
* Trivial cleanup. Vas Crabb2023-04-292-14/+9
* bus/rs232/pty.cpp: Copied flow control code from null_modem.cpp (#11158) Carl Drougge2023-04-292-9/+52
* misc/nabupc.cpp, bus/nabupc: Added support for NABU PC and simulated host. (#... Brian Johnson2023-01-241-1/+4
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-048-117/+60
* Don't forget the current state of dsr & rts when changing serial settings in ... smf-2022-05-192-2/+2
* xvd701, twinkle: Implemented commands required for Twinkle DVD player. (#9114) 9871238791132022-04-102-35/+235
* Revert initialisation of device members in headers. Vas Crabb2022-04-031-2/+2
* init vars for coverity (bus/l-w) Robbbert2022-04-021-2/+2
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-268-8/+8
* More low-effort cleanup. Vas Crabb2021-10-053-33/+40
* bus/a2bus, bus/a2gameio: Moved many class declarations out of headers. Vas Crabb2021-10-041-16/+20
* rs232/patchbox.cpp: GCC may allow this syntax, but clang doesn't AJR2021-10-021-8/+8
* bus/rs232: Added patchbox device source. Vas Crabb2021-10-032-0/+223
* bus/rs232: Added a configurable patch box device, and various cleanups. Vas Crabb2021-10-038-169/+160
* -Reworked device type definition macros a little and added more Doxygen. Vas Crabb2021-09-071-6/+6
* 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
* 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