| Commit message (Expand) | Author | Age | Files | Lines |
* | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -3/+3 |
* | arm: use standard_irq_callback (nw) |  hap | 2019-05-31 | 2 | -27/+7 |
* | arm: disable nested irq hack again for testing (nw) |  hap | 2019-05-30 | 1 | -2/+2 |
* | arm: add back wrong interrupt handling and make it an option (nw) |  hap | 2019-05-30 | 2 | -4/+17 |
* | arm: blocking irq here isnt right, this fixes chessmachine isa card lockup (nw) |  hap | 2019-05-30 | 1 | -8/+2 |
* | arm: missing copyright holder (nw) |  hap | 2019-05-25 | 4 | -5/+7 |
* | -cpu/adsp2100, amis2000, apexc, arm, arm7, avr8, ccpu, esrip, hcd62121: Remov... |  mooglyguy | 2018-12-16 | 1 | -4/+0 |
* | (nw) fix lots of inadverently mutable static pointers |  Vas Crabb | 2018-09-20 | 1 | -1/+1 |
* | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 2 | -3/+10 |
* | Further ARM disassembly improvements |  AJR | 2018-04-07 | 2 | -45/+47 |
* | arm: Calculate R15-relative offsets in disassembly |  AJR | 2018-04-07 | 1 | -7/+12 |
* | arm: Eliminate spurious LSL #32 shifts from disassembly (nw) |  AJR | 2018-04-07 | 2 | -23/+31 |
* | 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 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -2/+2 |
* | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 2 | -2/+2 |
* | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 4 | -36/+43 |
* | 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/+8 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 2 | -42/+37 |
* | Device validation fixes, invalid characters department (nw) |  AJR | 2017-03-03 | 1 | -1/+1 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -2/+2 |
* | arm: fixed STR! with rd == rn. (nw) |  Sandro Ronco | 2016-12-23 | 1 | -8/+14 |
* | 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 | -17/+8 |
* | arm: fixed carry for ROR and preserve IRQ_MASK in LDR R15,*** |  Sandro Ronco | 2016-11-12 | 1 | -2/+2 |
* | Changed the ARM disassembler to use 'std::ostream &' internally |  Nathan Woods | 2016-11-11 | 1 | -96/+100 |
* | arm: fixed register-base shift with a value >= 32, this fixes the RISC OS gra... |  Sandro Ronco | 2016-11-01 | 1 | -3/+10 |
* | arm: implemented Transfers to User Bank in LDM/STM and fixed flags corruption... |  Sandro Ronco | 2016-10-28 | 1 | -7/+47 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 3 | -143/+143 |
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-28 | 1 | -1/+2 |
* | Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... |  Lord-Nightmare | 2016-09-27 | 1 | -2/+1 |
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-27 | 1 | -1/+2 |
* | Fix build on MSVC thanks to Rene, also fix debug_break crashes |  therealmogminer@gmail.com | 2016-06-08 | 1 | -2/+2 |
* | Major refactoring of debugger core [Ryan Holtz] |  therealmogminer@gmail.com | 2016-06-08 | 1 | -2/+2 |
* | Replace strformat, strprintf and strcatprintf with type-safe steam_format and... |  Vas Crabb | 2016-02-28 | 1 | -2/+2 |
* | Add macros for alignment checking (nw) |  AJR | 2016-01-30 | 1 | -3/+3 |
* | 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 |
* | 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 | -13/+13 |
* | clang-modernize part 6 |  Miodrag Milanovic | 2015-12-04 | 1 | -4/+4 |
* | clang-modernize part 3 |  Miodrag Milanovic | 2015-12-04 | 2 | -3/+3 |
* | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 2 | -0/+0 |
* | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 3 | -0/+2051 |