summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/g65816
Commit message (Expand)AuthorAgeFilesLines
* misc: remove "all rights reserved" copyright comment, hap2025-01-224-4/+0
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-1/+3
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-5/+5
* diexec: remove vestigal execute_input_lines() hap2024-09-181-1/+0
* cpu/g65816: Don't expose a pile of macros to downstream users. Vas Crabb2024-03-0811-96/+102
* g65816: Emulation accuracy fixes - (stack,S),Y and emulation mode quirks (#12... Adrian Siekierka2024-02-283-30/+101
* g65816: use correct explicit types, fixes regression in the previous change. ... arbee2023-11-091-21/+21
* g65816: use properly sized types for registers, fixes snes-test wanting execu... arbee2023-10-281-7/+7
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-2/+0
* Interrupt callback rationalization AJR2023-03-111-2/+2
* g65816: properly calculate page crossing penalty cycle for ,Y addressing mode... arbee2022-04-231-2/+2
* g65816: fixed JSR being a cycle short [R. Belmont, O. Galibert] arbee2022-04-211-2/+2
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-065-5/+0
* Debugger feature improvements AJR2022-03-272-0/+8
* g65816: Make absolute indexed indirect JMP/JSR fetch destination addresses fr... AJR2022-01-151-8/+1
* g65816: Replace #ifdef UNUSED_FUNCTION with [[maybe_unused]] to deter code rot AJR2021-12-012-6/+2
* Debugger-related feature removals and cleanup AJR2021-08-153-10/+6
* apple2gs disassembly updates: (#8430) ksherlock2021-08-121-21/+21
* g65816: add a todo note about irq hap2020-11-253-3/+3
* g65816: add preliminary w65c802 (nw) hap2020-06-023-9/+28
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-253-11/+11
* devices/cpu: simplified some handlers (nw) Ivan Vangelista2020-03-312-30/+30
* use C++ library includes (nw) firewave2020-01-221-1/+1
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-3/+3
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-15/+10
* [snes] Fix 5a22/spc700 clock cycles AmatCoder2019-09-163-22/+18
* Fix Solaris 2.11 (non-Oracle) Rick V2019-08-191-0/+5
* (nw) Clean up the mess on master Vas Crabb2019-03-264-3/+16
* Revert "conflict resolution (nw)" andreasnaive2019-03-254-16/+3
* Really fix build (nw) AJR2019-03-161-0/+2
* Fix build (nw) AJR2019-03-161-1/+1
* g65816: WDM is a 2-byte opcode per WDC docs, added WDM callback. [R. Belmont] arbee2019-02-024-2/+13
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-12/+12
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-113-6/+6
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-14/+15
* Reshuffle some stuff: Vas Crabb2018-03-282-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-3/+3
* g65816: Allow use of separate address spaces for program, data, opcodes and/o... AJR2018-03-206-24/+63
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-2/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-3/+4
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-182/+148
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-034-13/+21
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-28/+28
* One uint slipped past (nw) AJR2017-04-131-1/+1
* g65816: Eliminate uint type properly (nw) AJR2017-04-123-153/+153
* g65816: Remove a few legacy type macros (nw) AJR2017-04-121-18/+1
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-204-15/+5