summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ins8250.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ds8874: move to video folder (led driver chip), hap13 days1-1/+1
* Removed some unnecessary backslash line continuations. (#12047) amameuser2024-02-211-1/+1
* ins8250.cpp: Remove scratchpad register access to 8250 class chips. (#11669) Mark Garlanger2023-11-011-3/+9
* machine/ins8250.cpp: Implement transmit Break functionality. (#11665) Mark Garlanger2023-10-301-4/+32
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-6/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-6/+6
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-7/+4
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* Remove a few outdated references to MESS Dirk Best2021-12-021-1/+1
* Uninitialized variable fixes (#7406) Sven Schnelle2020-10-271-0/+1
* hp80: HP82939 serial I/O module added (#6366) fulivi2020-03-011-17/+15
* ins8250: ignore fifo bits when clearing interrupt (nw) Patrick Mackinlay2020-01-071-1/+1
* ins8250: reverted BAUDOUT pin support and documented findings in eispc.cpp Joakim Larsson Edstrom2019-11-181-39/+7
* ins8250.cpp: fixed regression caused by local BRG used for baudout pin support Joakim Larsson Edstrom2019-11-161-5/+6
* ins8250 support for BAUDOUT pin (#5858) and Joakim Larsson Edström2019-11-151-6/+37
* ins8250: fix cleared pending THRE interrupt 68bit2019-10-161-2/+5
* devices/machine/ins8250.cpp : Simplify handlers, Use shorter type values cam9002019-03-301-34/+34
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+2
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-2/+0
* ins8250: Allow writes to MSR with lower 4 bits zero to clear the associated i... AJR2019-01-211-0/+2
* ins8250: Detect framing and parity errors; allow side effects of reads to be ... AJR2018-12-281-21/+58
* hazl1420: Add interrupts and hook up DIP switches through I/O expanders (nw) AJR2018-09-241-0/+4
* mcs48: Eliminate now-unneeded arguments from p1_r and p2_r handlers (nw) AJR2018-09-231-0/+5
* ins8250.cpp: Notes on Intel variants (nw) AJR2018-04-111-0/+10
* ins8250: Add hack to reset transmitter when baud rate is changed AJR2018-03-111-2/+13
* ins8250: unbreak the pcjr (nw) cracyc2018-02-031-1/+1
* Fix macOS build. constexpr considered harmful, etc. (nw) arbee2017-08-271-7/+7
* add and use INS8250 register defines (#2601) Sven Schnelle2017-08-271-37/+60
* Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces: Vas Crabb2017-07-111-9/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-29/+27
* Self-registering devices prep: Vas Crabb2017-02-271-4/+4
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-10/+10
* ins8250: be a bit more careful (nw) cracyc2016-07-261-1/+1
* atapicdr: unbreak firebeat (nw) cracyc2016-07-261-0/+2
* ins8250: don't clear THRE on write to the line status register Dirk Best2016-03-171-1/+1
* reverting: Miodrag Milanovic2016-01-201-5/+5
* Revert "some additional (nw)" Miodrag Milanovic2016-01-201-1/+1
* some additional (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-5/+5
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+705