| Commit message (Expand) | Author | Age | Files | Lines |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -13/+7 |
| * | Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] |  MooglyGuy | 2023-05-23 | 1 | -1/+0 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -9/+6 |
| * | srcclean in preparation for 0.243 |  Vas Crabb | 2022-04-24 | 1 | -1/+1 |
| * | ti99: Added the S0-triggered clock update to TMS9901. |  Michael Zapf | 2022-04-23 | 1 | -20/+44 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -1/+1 |
| * | devices/machine: simplified handlers for various devices (nw) |  Ivan Vangelista | 2020-03-24 | 1 | -4/+4 |
| * | ti99: Added CorComp disk controller cards. |  Michael Zapf | 2020-03-14 | 1 | -8/+17 |
| * | devcb.cpp: syntactic sugar for constructing/resolving arrays of callbacks (nw) |  Vas Crabb | 2020-02-05 | 1 | -3/+2 |
| * | use C++ library includes (nw) |  firewave | 2020-01-22 | 1 | -1/+1 |
| * | tms9901: Ensure that the INT3 input is disabled when the clock is enabled. |  Michael Zapf | 2019-05-15 | 1 | -4/+11 |
| * | tms9901: Changed input line reading from 8-bit units to single bits, adapted ... |  Michael Zapf | 2019-05-15 | 1 | -388/+366 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -34/+77 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -77/+34 |
| * | bus/ti99, geneve, ti99_[various]: Eliminate address space and mem_mask argume... |  AJR | 2019-03-07 | 1 | -2/+2 |
| * | tms9900, tms9980a, tms9995: CRU addressing change |  AJR | 2019-03-01 | 1 | -3/+3 |
| * | ti99: Fixed cassette instabilities, caused by improper timer usage; introduce... |  Michael Zapf | 2019-02-12 | 1 | -29/+72 |
| * | tms9901: Add output state accessor; undo some search-and-replace corruption (nw) |  AJR | 2018-10-12 | 1 | -2/+2 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -177/+98 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -1/+1 |
| * | ti99: Fixed save state, declared MACHINE_SUPPORTS_SAVE |  Michael Zapf | 2016-11-04 | 1 | -0/+14 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -3/+3 |
| * | gcc 6.1.1 warning fixes (nw) |  Olivier Galibert | 2016-06-16 | 1 | -16/+32 |
| * | Add RST1 reset line |  Michael Zapf | 2016-03-30 | 1 | -0/+13 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -15/+15 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -15/+15 |
| * | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+630 |