| 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 | -5/+5 |
* | diexec: remove vestigal execute_input_lines() |  hap | 2024-09-18 | 2 | -12/+0 |
* | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -5/+2 |
* | dimemory: Add the target address space to translate, wrap the constants |  Olivier Galibert | 2023-03-18 | 2 | -2/+3 |
* | Interrupt callback rationalization |  AJR | 2023-03-11 | 1 | -2/+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 | -0/+2 |
* | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 2 | -23/+23 |
* | devices/cpu: simplified some handlers (nw) |  Ivan Vangelista | 2020-03-31 | 2 | -16/+16 |
* | src/devices: simplified some handlers (nw) |  Ivan Vangelista | 2020-03-11 | 1 | -1/+1 |
* | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 2 | -8/+8 |
* | h6280: Use official names for banking registers; reduce logical width of addr... |  AJR | 2019-09-09 | 2 | -17/+11 |
* | cbuster.cpp, darkseal.cpp, vaportra.cpp: Add workaround to 6280 core to fix m... |  AJR | 2019-09-09 | 2 | -3/+8 |
* | h6280.cpp: fix unintended behaviour on timer value latch [Angelo Salese] |  angelosa | 2019-08-15 | 1 | -1/+3 |
* | that's probably the intention... (nw) |  Vas Crabb | 2018-08-29 | 1 | -5/+4 |
* | h6280.cpp : Internalize peripherals, Sound (#3792) |  cam900 | 2018-08-05 | 2 | -7/+78 |
* | diexec: Interrupt API changes (nw) |  AJR | 2018-05-18 | 2 | -0/+12 |
* | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 2 | -4/+4 |
* | 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 | -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 | -116/+129 |
* | MT #04366 & #02084, also fix brk in h6280 (nw) |  angelosa | 2017-10-28 | 1 | -1/+1 |
* | This is too contentious, please put it up for review |  Vas Crabb | 2017-08-01 | 2 | -5/+5 |
* | Changes to debugger memory address translation |  AJR | 2017-08-01 | 2 | -5/+5 |
* | 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 | -3/+10 |
* | Oops, wasn't supposed to commit this hack (nw) |  AJR | 2017-07-02 | 1 | -4/+0 |
* | Fix build and update notes (nw) |  AJR | 2017-07-02 | 1 | -0/+4 |
* | srcclean (nw) |  Vas Crabb | 2017-05-28 | 1 | -1/+1 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 2 | -50/+47 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -1/+1 |
* | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 2 | -1/+1 |
* | 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 | -15/+5 |
* | Changed the h6280 disassembler to use 'std::ostream &' internally |  Nathan Woods | 2016-11-15 | 1 | -23/+33 |
* | converted lot of TRUE/FALSE to real boolean and updated types (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -1/+1 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 3 | -223/+223 |
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-28 | 1 | -0/+1 |
* | Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... |  Lord-Nightmare | 2016-09-27 | 1 | -1/+0 |
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-27 | 1 | -0/+1 |
* | Replace strformat, strprintf and strcatprintf with type-safe steam_format and... |  Vas Crabb | 2016-02-28 | 1 | -1/+1 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 2 | -2/+2 |
* | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 2 | -2/+2 |
* | 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 |
* | override part 2 (nw) |  Miodrag Milanovic | 2015-12-05 | 1 | -14/+14 |
* | clang-modernize part 6 |  Miodrag Milanovic | 2015-12-04 | 1 | -2/+2 |