summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mc68901.cpp
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-53/+38
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-13/+13
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-1/+0
* Various devices: Correct placement of U integer suffix in definitions of shif... AJR2023-03-211-3/+3
* 68901: record the timer input level always, even if the timer is off Olivier Galibert2023-02-221-3/+2
* Fixed some misspelling occurrences here and there. (#10605) 0kmg2022-12-031-1/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-46/+26
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* mc68901: Automatic turnaround is only done once (nw) AJR2020-01-251-0/+3
* mc68901: Sweeping rewrite of USART emulation (no longer based on device_seria... AJR2020-01-021-164/+509
* mc68901: Preliminary cleanup (nw) AJR2020-01-021-121/+115
* Various changes related to 68000 interrupts (nw) AJR2019-04-041-2/+7
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-12/+13
* mc68681: Detect framing and parity errors, storing flags with FIFO characters AJR2018-12-281-1/+15
* Grammar police (nw) Olivier Galibert2018-02-241-3/+3
* mc68901: Improve USART behavior for polled operation AJR2017-11-021-19/+39
* mc68901 : fix TCDCR register Nicolas PLANEL2017-10-061-1/+1
* Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces: Vas Crabb2017-07-111-2/+0
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-75/+76
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-5/+5
* reverting: Miodrag Milanovic2016-01-201-62/+62
* tags are now strings (nw) Miodrag Milanovic2016-01-161-62/+62
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1134