summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/tms9901.cpp
Commit message (Expand)AuthorAgeFilesLines
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-9/+6
* srcclean in preparation for 0.243 Vas Crabb2022-04-241-1/+1
* ti99: Added the S0-triggered clock update to TMS9901. Michael Zapf2022-04-231-20/+44
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* devices/machine: simplified handlers for various devices (nw) Ivan Vangelista2020-03-241-4/+4
* ti99: Added CorComp disk controller cards. Michael Zapf2020-03-141-8/+17
* devcb.cpp: syntactic sugar for constructing/resolving arrays of callbacks (nw) Vas Crabb2020-02-051-3/+2
* use C++ library includes (nw) firewave2020-01-221-1/+1
* tms9901: Ensure that the INT3 input is disabled when the clock is enabled. Michael Zapf2019-05-151-4/+11
* tms9901: Changed input line reading from 8-bit units to single bits, adapted ... Michael Zapf2019-05-151-388/+366
* (nw) Clean up the mess on master Vas Crabb2019-03-261-34/+77
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-77/+34
* bus/ti99, geneve, ti99_[various]: Eliminate address space and mem_mask argume... AJR2019-03-071-2/+2
* tms9900, tms9980a, tms9995: CRU addressing change AJR2019-03-011-3/+3
* ti99: Fixed cassette instabilities, caused by improper timer usage; introduce... Michael Zapf2019-02-121-29/+72
* tms9901: Add output state accessor; undo some search-and-replace corruption (nw) AJR2018-10-121-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-177/+98
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* ti99: Fixed save state, declared MACHINE_SUPPORTS_SAVE Michael Zapf2016-11-041-0/+14
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* gcc 6.1.1 warning fixes (nw) Olivier Galibert2016-06-161-16/+32
* Add RST1 reset line Michael Zapf2016-03-301-0/+13
* reverting: Miodrag Milanovic2016-01-201-15/+15
* tags are now strings (nw) Miodrag Milanovic2016-01-161-15/+15
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+630