| Commit message (Expand) | Author | Age | Files | Lines |
| * | v60,v30mz: correction to addc/subc overflow flag calculation |  hap | 2026-03-04 | 3 | -52/+38 |
| * | v60: fix issue with CVTSW overflow flag after rounding |  hap | 2025-03-30 | 1 | -6/+9 |
| * | cpu/e132xs: Emulate more exceptions, more recompiler optimisation. |  Vas Crabb | 2025-03-31 | 1 | -4/+4 |
| * | v60: implement correct rounding mode when converting float to integer (#13506) |  Matthew Daniels | 2025-03-21 | 1 | -1/+7 |
| * | v60: improve CVTSW flags and fix issue with float-to-u32 cast |  hap | 2025-03-17 | 2 | -5/+3 |
| * | cpu/i960, cpu/sharc, cpu/sparc, cpu/v60: Use 32x32=64-bit multiply inlines |  AJR | 2024-11-10 | 1 | -64/+21 |
| * | 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 |
| * | Interrupt callback rationalization |  AJR | 2023-03-11 | 1 | -1/+2 |
| * | 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 | -46/+46 |
| * | v60: Code cleanup |  AJR | 2021-12-01 | 7 | -75/+36 |
| * | Debugger-related feature removals and cleanup |  AJR | 2021-08-15 | 1 | -1/+0 |
| * | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 2 | -8/+11 |
| * | v60: Sign-extend displacements for various addressing modes and DB/TB instruc... |  AJR | 2019-12-27 | 1 | -33/+33 |
| * | -v60: NEG instructions should set or clear carry based on non-zero or zero re... |  MooglyGuy | 2019-12-26 | 1 | -7/+3 |
| * | -v60: Fixed AND and OR instructions to also not change the carry flag. [Ryan ... |  MooglyGuy | 2019-12-26 | 1 | -6/+6 |
| * | v60 updates: [R. Belmont, Tahg] |  arbee | 2019-12-26 | 2 | -4/+17 |
| * | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -4/+4 |
| * | emumem: Backend modernization [O. Galibert] |  Olivier Galibert | 2018-06-29 | 2 | -3/+0 |
| * | diexec: Interrupt API changes (nw) |  AJR | 2018-05-18 | 1 | -0/+1 |
| * | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 2 | -15/+21 |
| * | v60: Fix disassembly of branch opcodes (displacement is signed) |  Dirk Best | 2018-05-08 | 1 | -2/+2 |
| * | 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 |
| * | Blind faith fixed long names for almost all CPUs (nw) |  angelosa | 2018-03-15 | 1 | -2/+2 |
| * | srcclean and manual cleanups (nw) |  Vas Crabb | 2017-12-24 | 1 | -1/+1 |
| * | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 2 | -2/+2 |
| * | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 4 | -751/+1073 |
| * | 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/+9 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 2 | -26/+21 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -2/+2 |
| * | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 3 | -27/+8 |
| * | Changed the v60 disassembler to use 'std::ostream &' internally |  Nathan Woods | 2016-11-18 | 1 | -213/+232 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 14 | -1754/+1754 |
| * | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-28 | 1 | -1/+1 |
| * | Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... |  Lord-Nightmare | 2016-09-27 | 1 | -1/+1 |
| * | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-27 | 1 | -1/+1 |
| * | v60: revert clang compile warning fix that broke conditional compile, added v... |  hap | 2016-05-11 | 2 | -0/+4 |
| * | INC -> HXX makes editors and code analyzers see it as C++ (nw) |  Miodrag Milanovic | 2016-05-01 | 13 | -12/+12 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 2 | -6/+6 |
| * | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 2 | -2/+2 |
| * | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 2 | -2/+2 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 2 | -6/+6 |
| * | Fix clang build |  Miodrag Milanovic | 2015-12-27 | 2 | -3/+0 |
| * | cleanup (nw) |  Miodrag Milanovic | 2015-12-26 | 1 | -3/+0 |
| * | cleanups (nw) |  Miodrag Milanovic | 2015-12-25 | 1 | -2/+0 |
| * | override part 2 (nw) |  Miodrag Milanovic | 2015-12-05 | 1 | -14/+14 |
| * | clang-modernize part 3 |  Miodrag Milanovic | 2015-12-04 | 1 | -1/+1 |