| 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 | -1/+1 |
* | 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 |
* | Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] |  MooglyGuy | 2023-05-23 | 1 | -56/+24 |
* | src/devices/cpu: Remove #include "debugger.h" where no longer necessary |  AJR | 2022-04-06 | 1 | -1/+0 |
* | Remove a few outdated references to MESS |  Dirk Best | 2021-12-02 | 1 | -1/+1 |
* | Separate TX-0 from PDP-1; separate some SoC types in build |  AJR | 2020-11-19 | 4 | -1417/+0 |
* | Enable GCC implicit fallthrough warning. |  Vas Crabb | 2020-11-15 | 1 | -0/+1 |
* | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 1 | -0/+6 |
* | pdp1: Better fix for read-in mode |  AJR | 2020-10-01 | 1 | -1/+0 |
* | pdp1: Fix read-in mode |  AJR | 2020-10-01 | 1 | -2/+2 |
* | cpu/pdp1: Initialise a couple of pointer members. |  Vas Crabb | 2020-09-30 | 2 | -2/+3 |
* | tx0: Fix CPU address calculation |  AJR | 2020-09-14 | 1 | -2/+2 |
* | pdp1: More cleanups and fixes |  AJR | 2020-09-14 | 2 | -12/+11 |
* | pdp1: Clean up callbacks and start encapsulating peripherals |  AJR | 2020-09-13 | 3 | -83/+44 |
* | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 2 | -5/+5 |
* | -v25, patinhofeio_cpu, pdp1, pic16c5x: Removed MCFG macros. [Ryan Holtz] |  mooglyguy | 2018-12-15 | 1 | -5/+0 |
* | -arcadia, binbug, cd2650, cvs, dm7000, dolphunk, galaxia, hp48, instruct, kon... |  mooglyguy | 2018-12-15 | 1 | -23/+10 |
* | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 2 | -5/+5 |
* | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 4 | -9/+9 |
* | more devices named after machines (nw) |  Vas Crabb | 2018-03-16 | 1 | -2/+2 |
* | Blind faith fixed long names for almost all CPUs (nw) |  angelosa | 2018-03-15 | 2 | -3/+3 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 2 | -23/+23 |
* | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 8 | -34/+89 |
* | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 4 | -6/+6 |
* | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 4 | -2/+15 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 4 | -38/+38 |
* | pdp1: Make opcodes an internal enum (nw) |  AJR | 2017-04-12 | 2 | -56/+58 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 2 | -3/+3 |
* | A round of spelling/typographical fixes to source comments (nw) |  Scott Stone | 2016-11-24 | 1 | -5/+5 |
* | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 6 | -40/+12 |
* | Changed the pdp1 disassembler to use 'std::ostream &' internally |  Nathan Woods | 2016-11-16 | 1 | -58/+66 |
* | Changed the TX0 disassembler to use 'std::ostream &' internally |  Nathan Woods | 2016-10-30 | 1 | -30/+48 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 4 | -33/+33 |
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-28 | 2 | -0/+2 |
* | Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... |  Lord-Nightmare | 2016-09-27 | 2 | -2/+0 |
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-27 | 2 | -0/+2 |
* | Let's give the new srcclean a spin... |  Vas Crabb | 2016-08-02 | 2 | -25/+25 |
* | Eliminate device_t::static_config, a type-unsafe legacy feature. |  AJR | 2016-04-14 | 2 | -1/+8 |
* | Replace strformat, strprintf and strcatprintf with type-safe steam_format and... |  Vas Crabb | 2016-02-28 | 1 | -1/+1 |
* | Make octal flag part of address_space/address_space_config, not (illogically)... |  AJR | 2016-02-04 | 2 | -2/+2 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 4 | -8/+8 |
* | 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 | 4 | -8/+8 |
* | Revert "remove const (nw)" |  Miodrag Milanovic | 2016-01-13 | 2 | -2/+2 |
* | remove const (nw) |  Miodrag Milanovic | 2016-01-11 | 2 | -2/+2 |
* | Return std::string objects by value rather than pass by reference |  AJR | 2016-01-10 | 2 | -2/+2 |
* | macro removal INLINE -> static inline (nw) |  Miodrag Milanovic | 2015-12-12 | 1 | -1/+1 |
* | override part 2 (nw) |  Miodrag Milanovic | 2015-12-05 | 2 | -26/+26 |