summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/rs232
Commit message (Expand)AuthorAgeFilesLines
* -emu/device.cpp: Allow flagging devices as not working or not supporting save... Vas Crabb2025-05-011-0/+2
* New sound infrastructure. Olivier Galibert2025-04-271-4/+3
* srcclean and cleanup Vas Crabb2024-12-221-2/+2
* bus/rs232/teletex800: Add front panel layout. [Curt Coder] Curt Coder2024-12-201-19/+77
* New software list items marked not working Curt Coder2024-12-191-1/+1
* Added a new modular JVS framework smf-2024-10-251-1/+1
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-185-20/+20
* addrmap: Allow ioport finders in portr/w/rw Olivier Galibert2024-10-131-3/+5
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2717-68/+68
* bus/rs232: Added Mouse Systems serial mouse to default RS-232 devices. (#12588) Brian Johnson2024-07-251-0/+2
* srcclean and cleanup Vas Crabb2024-05-261-43/+43
* luxor/abc80x: Added skeleton for Luxor Teletex 800. [robcfg, Curt Coder] Curt Coder2024-05-152-0/+116
* 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