| Commit message (Expand) | Author | Age | Files | Lines |
* | src/devices/cpu: Remove #include "debugger.h" where no longer necessary |  AJR | 2022-04-06 | 7 | -9/+0 |
* | Debugger feature improvements |  AJR | 2022-03-27 | 1 | -4/+4 |
* | devices/*: Removed extra semicolons after function bodies in headers. (#9275) |  0kmg | 2022-02-06 | 1 | -1/+1 |
* | srcclean in preparation for 0.240 |  Vas Crabb | 2022-01-23 | 1 | -9/+9 |
* | Fix several issues in DC-based HW (#9150) |  Angelo Salese | 2022-01-17 | 3 | -34/+29 |
* | Make debugger 'out' command step over return delay slots on SH architectures |  AJR | 2021-09-22 | 1 | -4/+4 |
* | Debugger-related feature removals and cleanup |  AJR | 2021-08-15 | 2 | -2/+2 |
* | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -4/+4 |
* | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 2 | -1/+2 |
* | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 10 | -241/+241 |
* | finished removing read* and write* macros from the mame part of the tree. the... |  Ivan Vangelista | 2020-06-16 | 2 | -12/+12 |
* | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 4 | -18/+23 |
* | devices/cpu: simplified some handlers (nw) |  Ivan Vangelista | 2020-03-31 | 2 | -28/+28 |
* | remove unnecessary SuperH 3/4 timers restarts |  MetalliC | 2020-02-25 | 1 | -34/+32 |
* | srcclean, manual adjustments (nw) |  Vas Crabb | 2020-01-26 | 1 | -1/+1 |
* | sh4.cpp: disable timers at reset (nw) |  yz70s | 2020-01-14 | 1 | -0/+14 |
* | sh3: handle INTEVT register |  MetalliC | 2019-12-22 | 3 | -27/+35 |
* | cpu\sh2: initialize stuff (nw) |  Ivan Vangelista | 2019-12-14 | 2 | -55/+57 |
* | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 2 | -9/+9 |
* | sh2: implement watchdog timer |  MetalliC | 2019-11-07 | 3 | -1/+58 |
* | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 2 | -21/+9 |
* | (nw) removed every remaining AM_ macro I could find in comments, but one in ... |  Ivan Vangelista | 2019-10-10 | 3 | -8/+8 |
* | sh2.cpp/sh4.cpp: Don't emit fast RAM accesses when the debugger is enabled [P... |  Philip Bennett | 2019-09-24 | 2 | -88/+94 |
* | SH2 clock multiplier docs |  MetalliC | 2019-08-29 | 3 | -8/+21 |
* | srcclean (nw) |  Vas Crabb | 2019-06-23 | 3 | -48/+48 |
* | mega32x.cpp: refactor and convert read/write handlers to 16-bit space [Angelo... |  Angelo Salese | 2019-06-22 | 2 | -7/+7 |
* | sh2.cpp: first pass over SH7604 SoC refactoring [Angelo Salese] |  Angelo Salese | 2019-06-21 | 4 | -419/+1012 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -1/+1 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -1/+1 |
* | sh2: Fix interpreter for cps3 [O. Galibert] |  Olivier Galibert | 2019-01-19 | 1 | -1/+1 |
* | -sh2, sh4, sat_ctrl: Removed MCFG, nw |  mooglyguy | 2018-12-09 | 4 | -101/+44 |
* | -mb86235, sh7604, sharc: Removed MCFG macros, nw |  mooglyguy | 2018-12-09 | 3 | -21/+0 |
* | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 4 | -28/+28 |
* | srcclean (nw) |  Vas Crabb | 2018-05-27 | 1 | -1/+1 |
* | diexec: Interrupt API changes (nw) |  AJR | 2018-05-18 | 2 | -1/+3 |
* | D'oh. (nw) |  arbee | 2018-05-16 | 1 | -0/+7 |
* | sh4drc: optimize FPU CMP instructions (nw) |  arbee | 2018-05-16 | 1 | -20/+8 |
* | sh4drc: fix SR damage in new CMP implementations (nw) |  arbee | 2018-05-15 | 1 | -4/+12 |
* | Start killing off non-diexec PULSE_LINE hacks (nw) |  AJR | 2018-05-15 | 5 | -18/+7 |
* | sh4drc: remove remaining CALLC from FRCHG (nw) |  arbee | 2018-05-15 | 1 | -5/+13 |
* | sh4drc: optimized some of the previously implemented UML (nw) |  arbee | 2018-05-14 | 1 | -23/+11 |
* | sh4drc: UML implementations of FSTS, FLOAT, FTRC, FNEG, FABS, FSCHG, and FRCH... |  arbee | 2018-05-14 | 1 | -46/+76 |
* | sh4drc: UML implementations of FLDI0, FLDI1, FCMP_EQ, and FCMP_GT [R. Belmont] |  arbee | 2018-05-13 | 1 | -28/+54 |
* | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 6 | -28/+65 |
* | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 2 | -6/+11 |
* | srcclean (nw) |  Vas Crabb | 2018-04-22 | 2 | -9/+9 |
* | maps: Finish devices/cpu (nw) |  Olivier Galibert | 2018-04-20 | 5 | -55/+64 |
* | sh4drc: 8 more UML conversions (nw) |  arbee | 2018-04-15 | 1 | -50/+9 |
* | sh4drc: UML version of FMAC, fixed possible error in previous FPU conversion ... |  arbee | 2018-04-15 | 3 | -69/+69 |
* | sh4drc: 3 more trivial UML conversions (nw) |  arbee | 2018-04-15 | 1 | -21/+6 |