| Commit message (Expand) | Author | Age | Files | Lines |
* | -cpu/drcbearm64.cpp: More fixes and optimisations: |  Vas Crabb | 2025-03-14 | 2 | -30/+19 |
* | New systems marked not working |  Ivan Vangelista | 2025-03-13 | 2 | -1/+12 |
* | 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 |
* | -heathzenith: Removed trivia file - content should be on wiki, etc. |  Vas Crabb | 2024-05-29 | 2 | -24/+20 |
* | Removed some unnecessary backslash line continuations. (#12047) |  amameuser | 2024-02-21 | 1 | -2/+2 |
* | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -4/+1 |
* | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 2 | -6/+6 |
* | src/devices/cpu: Remove #include "debugger.h" where no longer necessary |  AJR | 2022-04-06 | 1 | -2/+0 |
* | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 4 | -18/+10 |
* | Use std::clamp in more source files |  AJR | 2021-08-15 | 1 | -2/+2 |
* | cpu/alto2: Fixed allocation widths for decoded ROMs, and removed a bunch of r... |  Vas Crabb | 2021-06-22 | 8 | -82/+75 |
* | Eliminate remaining uses of auto_alloc and friends (#8210) |  Aaron Giles | 2021-06-22 | 7 | -40/+29 |
* | fmtowns: fix typo on prev commit |  hap | 2021-04-28 | 1 | -6/+6 |
* | Miscellaneous clean-up. |  Vas Crabb | 2020-10-29 | 2 | -17/+17 |
* | Get rid of a bunch of _Names - any name starting with an underscore followed ... |  Vas Crabb | 2020-08-25 | 20 | -60/+60 |
* | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 8 | -109/+109 |
* | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -3/+3 |
* | Spring cleaning: |  Vas Crabb | 2019-11-01 | 4 | -46/+36 |
* | (nw) removed every remaining AM_ macro I could find in comments, but one in ... |  Ivan Vangelista | 2019-10-10 | 1 | -2/+2 |
* | alto2: Use device finders for Diablo HDs (nw) |  AJR | 2019-08-21 | 3 | -13/+3 |
* | alto2: Make another thing into a callback (nw) |  AJR | 2019-08-21 | 3 | -27/+9 |
* | alto2: Properly internalize address maps, likely fixing regression (nw) |  AJR | 2019-08-21 | 1 | -3/+3 |
* | alto2: Use callback for reading keyboard (nw) |  AJR | 2019-08-21 | 3 | -15/+8 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -5/+5 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -5/+5 |
* | fix MSVC (llvm toolset) compile (nw) |  Peter Ferrie | 2019-01-06 | 1 | -5/+5 |
* | (nw) fix lots of inadverently mutable static pointers |  Vas Crabb | 2018-09-20 | 2 | -4/+4 |
* | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -44/+44 |
* | maps: Finish map.m() (nw) |  Olivier Galibert | 2018-04-19 | 1 | -50/+53 |
* | 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 |
* | Grammar police (nw) |  Olivier Galibert | 2018-02-24 | 3 | -14/+14 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 2 | -6/+6 |
* | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 5 | -37/+62 |
* | 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 | -11/+9 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 2 | -3/+5 |
* | debugger_access: Refactor [O. Galibert] |  Olivier Galibert | 2017-03-02 | 3 | -16/+14 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 2 | -8/+8 |
* | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 22 | -2/+20 |
* | A round of spelling/typographical fixes to source comments (nw) |  Scott Stone | 2016-11-24 | 4 | -6/+6 |
* | Merge pull request #1317 from npwoods/disasm_stdstring |  Vas Crabb | 2016-11-21 | 2 | -13/+1 |
|\ |
|
| * | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 2 | -13/+1 |
* | | Revert "moved debugger_access() from address space to machine & removed the a... |  Vas Crabb | 2016-11-21 | 3 | -15/+18 |
|/ |
|
* | moved debugger_access() from address space to machine & removed the anti-patt... |  smf- | 2016-11-19 | 3 | -18/+15 |
* | Removing unused variable |  Nathan Woods | 2016-11-19 | 1 | -1/+0 |
* | Changed the alto2 disassembler to use 'std::ostream &' internally |  Nathan Woods | 2016-11-19 | 2 | -47/+63 |
* | add virtual for consistency (nw) |  smf- | 2016-10-24 | 1 | -1/+1 |
* | removed unnecessary callimport() on A2_TASK, removed unnecessary formatstr() ... |  smf- | 2016-10-24 | 2 | -5/+4 |