| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow saving members of structures in n-dimensional arrays, even if the membe... |  Vas Crabb | 2019-12-09 | 1 | -1/+1 |
* | tms9995: Make address visible on address bus during on-chip operations. |  Michael Zapf | 2019-12-07 | 1 | -8/+26 |
* | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 8 | -28/+28 |
* | tms99xx: Fix some comments. (nw) |  Michael Zapf | 2019-04-18 | 1 | -7/+12 |
* | tms99xx: Change setaddress method signature to (address,buslines); treating a... |  Michael Zapf | 2019-04-17 | 3 | -48/+69 |
* | tms99xx: Checked min/max cycles, reverted tms9980a clock change. |  Michael Zapf | 2019-04-15 | 4 | -9/+31 |
* | Revert "tms9980a: Added missing clock divider." |  AJR | 2019-04-14 | 1 | -2/+1 |
* | tms9980a: Added missing clock divider. |  Michael Zapf | 2019-04-15 | 1 | -1/+2 |
* | tms9900: Remove forgotten LOG flag. (nw) |  Michael Zapf | 2019-04-15 | 1 | -1/+1 |
* | tms99xx: Combine DBIN/IAQ operation with setaddress, no need for separate cal... |  Michael Zapf | 2019-04-13 | 6 | -57/+39 |
* | tms99xx: Added missing initialization of m_ready_bufd; modernized logging. (nw) |  Michael Zapf | 2019-04-06 | 2 | -22/+20 |
* | tms9900: Modernized logging, fixed LDCR/STCR handling of reg indirect/auto-in... |  Michael Zapf | 2019-04-05 | 2 | -118/+120 |
* | tms99xx/ti99: Change setaddress handling (write operation, including DBIN sta... |  Michael Zapf | 2019-04-01 | 5 | -37/+37 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 3 | -107/+90 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 3 | -90/+107 |
* | tms99xx: Fixed handling of C and OV status bits for INV and SLA instructions. |  Michael Zapf | 2019-03-21 | 2 | -4/+12 |
* | geneve: Fix GPL mode lockup, caused by prior interrupt latch modifications. |  Michael Zapf | 2019-03-07 | 1 | -4/+7 |
* | tms9900: Notes on CRU addressing (nw) |  AJR | 2019-03-02 | 1 | -1/+14 |
* | tms9900, tms9980a, tms9995: CRU addressing change |  AJR | 2019-03-01 | 3 | -87/+42 |
* | tms9995: Fixed double-triggered INT1/4 by clearing the INT1/4 latch |  Michael Zapf | 2019-02-06 | 1 | -11/+15 |
* | tms9980a: Internalize clock divider |  AJR | 2018-10-13 | 2 | -0/+7 |
* | tms9980a: Add TMS9981 type (nw) |  AJR | 2018-10-12 | 2 | -1/+25 |
* | (nw) fix lots of inadverently mutable static pointers |  Vas Crabb | 2018-09-20 | 4 | -6/+6 |
* | tms99xx: devcb3 changes, removing MCFG macros for 9900, 9901, 9980A, 9995. |  Michael Zapf | 2018-08-14 | 3 | -57/+12 |
* | ti99_2: Fixed cassette loading by fixing a glitch of tms9995 reading the decr... |  Michael Zapf | 2018-08-10 | 1 | -4/+5 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 2 | -12/+12 |
* | emumem: Backend modernization [O. Galibert] |  Olivier Galibert | 2018-06-29 | 5 | -19/+60 |
* | tms9995: Fixed latching of pulsed interrupts |  Michael Zapf | 2018-05-01 | 2 | -22/+32 |
* | ti99: Hexbus floppy system; logging updates |  Michael Zapf | 2018-03-31 | 1 | -158/+143 |
* | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 4 | -6/+6 |
* | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 8 | -12/+12 |
* | More cases or CPUs named after machines etc. (nw) |  Vas Crabb | 2018-03-16 | 1 | -1/+1 |
* | Blind faith fixed long names for almost all CPUs (nw) |  angelosa | 2018-03-15 | 4 | -5/+5 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 3 | -24/+24 |
* | Grammar police (nw) |  Olivier Galibert | 2018-02-24 | 2 | -4/+4 |
* | srcclean and manual cleanups (nw) |  Vas Crabb | 2017-12-24 | 1 | -1/+1 |
* | tms9995: Fixed READY check on RESET (auto-waitstate) |  Michael Zapf | 2017-12-23 | 2 | -30/+14 |
* | Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" |  Firehawke | 2017-12-13 | 1 | -4/+4 |
* | Revert "Merge branch 'master' of https://github.com/mamedev/mame" |  Firehawke | 2017-12-13 | 1 | -4/+4 |
* | TMS9995: fixed debugger do command (Thanks to Ryan Holtz) |  Robbbert | 2017-12-09 | 1 | -4/+4 |
* | Pet peeving with extreme prejudice (nw) |  Olivier Galibert | 2017-11-30 | 2 | -3/+3 |
* | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 10 | -239/+230 |
* | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 6 | -9/+9 |
* | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 6 | -39/+18 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 8 | -36/+46 |
* | Device validation fixes: all the rest (nw) |  AJR | 2017-03-03 | 1 | -18/+2 |
* | debugger_access: Refactor [O. Galibert] |  Olivier Galibert | 2017-03-02 | 2 | -8/+4 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 4 | -5/+5 |
* | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 8 | -4/+4 |
* | srcclean (nw) |  Vas Crabb | 2016-11-27 | 1 | -4/+4 |