| Commit message (Expand) | Author | Age | Files | Lines |
* | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 1 | -2/+2 |
* | diexec: remove vestigal execute_input_lines() |  hap | 2024-09-18 | 1 | -1/+0 |
* | arm, arm7: Use util::sext in execution of branch instructions |  AJR | 2023-11-08 | 1 | -8/+1 |
* | arm: Fix register-counted shifts in disassembly |  AJR | 2023-11-08 | 1 | -7/+2 |
* | Interrupt callback rationalization |  AJR | 2023-03-11 | 1 | -2/+2 |
* | cpu/arm: Use rotr_32 for handling unaligned reads |  AJR | 2022-10-29 | 1 | -3/+3 |
* | eminline.h: Additions |  AJR | 2022-09-25 | 2 | -13/+8 |
* | arm: Eliminate big-endian bus variant not actually implemented until ARM6 (wh... |  AJR | 2022-09-25 | 2 | -41/+12 |
* | 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 | -2/+15 |
* | arm: Disassembly improvements |  AJR | 2022-02-08 | 2 | -94/+141 |
* | risc2500/tasc: fixed high pitched sound problem |  hap | 2021-04-22 | 1 | -3/+6 |
* | ARM: fix carry flag in ADC instruction. [Sandro Ronco] |  Sandro Ronco | 2021-01-03 | 1 | -1/+1 |
* | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 1 | -0/+1 |
* | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 2 | -4/+6 |
* | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -3/+3 |
* | arm: use standard_irq_callback (nw) |  hap | 2019-05-31 | 2 | -27/+7 |
* | arm: disable nested irq hack again for testing (nw) |  hap | 2019-05-30 | 1 | -2/+2 |
* | arm: add back wrong interrupt handling and make it an option (nw) |  hap | 2019-05-30 | 2 | -4/+17 |
* | arm: blocking irq here isnt right, this fixes chessmachine isa card lockup (nw) |  hap | 2019-05-30 | 1 | -8/+2 |
* | arm: missing copyright holder (nw) |  hap | 2019-05-25 | 4 | -5/+7 |
* | -cpu/adsp2100, amis2000, apexc, arm, arm7, avr8, ccpu, esrip, hcd62121: Remov... |  mooglyguy | 2018-12-16 | 1 | -4/+0 |
* | (nw) fix lots of inadverently mutable static pointers |  Vas Crabb | 2018-09-20 | 1 | -1/+1 |
* | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 2 | -3/+10 |
* | Further ARM disassembly improvements |  AJR | 2018-04-07 | 2 | -45/+47 |
* | arm: Calculate R15-relative offsets in disassembly |  AJR | 2018-04-07 | 1 | -7/+12 |
* | arm: Eliminate spurious LSL #32 shifts from disassembly (nw) |  AJR | 2018-04-07 | 2 | -23/+31 |
* | 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 | -3/+3 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -2/+2 |
* | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 2 | -2/+2 |
* | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 4 | -36/+43 |
* | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 2 | -3/+3 |
* | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 2 | -1/+8 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 2 | -42/+37 |
* | Device validation fixes, invalid characters department (nw) |  AJR | 2017-03-03 | 1 | -1/+1 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -2/+2 |
* | arm: fixed STR! with rd == rn. (nw) |  Sandro Ronco | 2016-12-23 | 1 | -8/+14 |
* | srcclean (nw) |  Vas Crabb | 2016-11-27 | 1 | -1/+1 |
* | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 3 | -17/+8 |
* | arm: fixed carry for ROR and preserve IRQ_MASK in LDR R15,*** |  Sandro Ronco | 2016-11-12 | 1 | -2/+2 |
* | Changed the ARM disassembler to use 'std::ostream &' internally |  Nathan Woods | 2016-11-11 | 1 | -96/+100 |
* | arm: fixed register-base shift with a value >= 32, this fixes the RISC OS gra... |  Sandro Ronco | 2016-11-01 | 1 | -3/+10 |
* | arm: implemented Transfers to User Bank in LDM/STM and fixed flags corruption... |  Sandro Ronco | 2016-10-28 | 1 | -7/+47 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 3 | -143/+143 |
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-28 | 1 | -1/+2 |
* | Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... |  Lord-Nightmare | 2016-09-27 | 1 | -2/+1 |
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-27 | 1 | -1/+2 |
* | Fix build on MSVC thanks to Rene, also fix debug_break crashes |  therealmogminer@gmail.com | 2016-06-08 | 1 | -2/+2 |
* | Major refactoring of debugger core [Ryan Holtz] |  therealmogminer@gmail.com | 2016-06-08 | 1 | -2/+2 |