| Commit message (Expand) | Author | Age | Files | Lines |
* | diexec: Add callback to allow debugger to break into the middle of wait-type ... |  AJR | 2024-11-17 | 1 | -0/+1 |
* | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 1 | -6/+6 |
* | diexec: remove vestigal execute_input_lines() |  hap | 2024-09-18 | 1 | -1/+0 |
* | cpu/tms34010: Implemented TMS34020 cvdxyl_b instruction. (#12670) |  Priit Laes | 2024-08-28 | 1 | -3/+37 |
* | cpu/tms34010/tms34010.cpp: Suppress side effects for debugger reads. (#12287) |  cam900 | 2024-04-22 | 1 | -9/+15 |
* | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -20/+6 |
* | Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] |  MooglyGuy | 2023-05-23 | 1 | -1/+0 |
* | Interrupt callback rationalization |  AJR | 2023-03-11 | 1 | -4/+4 |
* | New working systems |  hap | 2022-12-30 | 1 | -6/+6 |
* | tms34010: remove really old disassembler makefile |  hap | 2022-12-29 | 1 | -6/+0 |
* | coretmpl.h: Add utility function for sign-extending values of arbitrary width |  AJR | 2022-11-01 | 1 | -29/+29 |
* | osdcomm.h: Remove a few unimportant 64-bit functions |  AJR | 2022-06-15 | 1 | -7/+6 |
* | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -1/+1 |
* | src/devices/cpu: Remove #include "debugger.h" where no longer necessary |  AJR | 2022-04-06 | 1 | -1/+0 |
* | Debugger feature improvements |  AJR | 2022-03-27 | 1 | -4/+6 |
* | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -1/+1 |
* | tms34010: Clarify that not all illegal opcodes are actually trapped; separate... |  AJR | 2021-11-06 | 4 | -947/+1693 |
* | Debugger-related feature removals and cleanup |  AJR | 2021-08-15 | 1 | -1/+0 |
* | Added helpers for 64-bit count leading zeroes/ones. |  Vas Crabb | 2021-06-13 | 1 | -3/+3 |
* | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -1/+1 |
* | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 1 | -2/+2 |
* | TMS340X0 updates |  AJR | 2020-08-19 | 6 | -127/+229 |
* | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 5 | -83/+81 |
* | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -7/+7 |
* | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 2 | -59/+23 |
* | srcclean (nw) |  Vas Crabb | 2019-10-26 | 1 | -1/+1 |
* | tms34020: implement CLIP opcode (#5716) |  Priit Laes | 2019-10-06 | 2 | -2/+58 |
* | tms34020: Implement SETCDP opcode |  Priit Laes | 2019-10-03 | 1 | -1/+30 |
* | srcclean (nw) |  Vas Crabb | 2019-09-22 | 1 | -3/+3 |
* | tms34020: Fix BLMOVE aligment handling |  Priit Laes | 2019-08-25 | 1 | -32/+25 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 2 | -30/+87 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 2 | -87/+30 |
* | tms34010.cpp : Internalize io register, Add notes, Remove register_po… (#4602) |  cam900 | 2019-02-06 | 2 | -30/+87 |
* | tms34010: Removed MCFG. [Ryan Holtz] |  mooglyguy | 2018-12-05 | 1 | -31/+0 |
* | Initial attempt at device-ifying midtunit video, only midtunit.cpp compiles r... |  mooglyguy | 2018-12-05 | 1 | -11/+76 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -1/+1 |
* | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 3 | -11/+11 |
* | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 1 | -2/+2 |
* | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 2 | -6/+6 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -17/+17 |
* | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 1 | -0/+1 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -4/+4 |
* | Privatize m_screen and other variables of device_video_interface (nw) |  AJR | 2018-01-05 | 2 | -23/+23 |
* | Remove a bunch of space.device().safe_pc() from devices (nw) |  Olivier Galibert | 2017-12-30 | 1 | -2/+2 |
* | srcclean and manual cleanups (nw) |  Vas Crabb | 2017-12-24 | 2 | -2/+2 |
* | Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" |  Firehawke | 2017-12-13 | 1 | -2/+2 |
* | Revert "Merge branch 'master' of https://github.com/mamedev/mame" |  Firehawke | 2017-12-13 | 1 | -2/+2 |
* | xtheball: Add addressable latches (nw) |  AJR | 2017-12-06 | 1 | -2/+2 |
* | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 6 | -127/+123 |
* | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 6 | -341/+219 |