| Commit message (Expand) | Author | Age | Files | Lines |
* | misc: remove "all rights reserved" copyright comment, |  hap | 2025-01-22 | 1 | -1/+0 |
* | 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 | 1 | -1/+0 |
* | cpu/g65816: Don't expose a pile of macros to downstream users. |  Vas Crabb | 2024-03-08 | 1 | -1/+0 |
* | g65816: Emulation accuracy fixes - (stack,S),Y and emulation mode quirks (#12... |  Adrian Siekierka | 2024-02-28 | 1 | -1/+8 |
* | g65816: use correct explicit types, fixes regression in the previous change. ... |  arbee | 2023-11-09 | 1 | -21/+21 |
* | g65816: use properly sized types for registers, fixes snes-test wanting execu... |  arbee | 2023-10-28 | 1 | -7/+7 |
* | g65816: Replace #ifdef UNUSED_FUNCTION with [[maybe_unused]] to deter code rot |  AJR | 2021-12-01 | 1 | -4/+2 |
* | Debugger-related feature removals and cleanup |  AJR | 2021-08-15 | 1 | -0/+2 |
* | g65816: add a todo note about irq |  hap | 2020-11-25 | 1 | -1/+1 |
* | g65816: add preliminary w65c802 (nw) |  hap | 2020-06-02 | 1 | -0/+8 |
* | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 1 | -3/+4 |
* | devices/cpu: simplified some handlers (nw) |  Ivan Vangelista | 2020-03-31 | 1 | -10/+10 |
* | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -3/+3 |
* | [snes] Fix 5a22/spc700 clock cycles |  AmatCoder | 2019-09-16 | 1 | -1/+1 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -1/+6 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -6/+1 |
* | Really fix build (nw) |  AJR | 2019-03-16 | 1 | -0/+2 |
* | Fix build (nw) |  AJR | 2019-03-16 | 1 | -1/+1 |
* | g65816: WDM is a 2-byte opcode per WDC docs, added WDM callback. [R. Belmont] |  arbee | 2019-02-02 | 1 | -0/+3 |
* | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 1 | -2/+2 |
* | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 1 | -1/+1 |
* | g65816: Allow use of separate address spaces for program, data, opcodes and/o... |  AJR | 2018-03-20 | 1 | -4/+11 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 1 | -0/+1 |
* | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 1 | -4/+5 |
* | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 1 | -1/+1 |
* | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -1/+1 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -20/+16 |
* | g65816: Eliminate uint type properly (nw) |  AJR | 2017-04-12 | 1 | -94/+94 |
* | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 1 | -1/+1 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -16/+16 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -3/+3 |
* | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
* | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
* | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -3/+3 |
* | Revert "remove const (nw)" |  Miodrag Milanovic | 2016-01-13 | 1 | -1/+1 |
* | remove const (nw) |  Miodrag Milanovic | 2016-01-11 | 1 | -1/+1 |
* | Return std::string objects by value rather than pass by reference |  AJR | 2016-01-10 | 1 | -1/+1 |
* | override part 1 (nw) |  Miodrag Milanovic | 2015-12-05 | 1 | -18/+18 |
* | clang-modernize part 3 |  Miodrag Milanovic | 2015-12-04 | 1 | -2/+2 |
* | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 1 | -0/+1570 |