summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/g65816/g65816.cpp
Commit message (Expand)AuthorAgeFilesLines
* misc: remove "all rights reserved" copyright comment, hap2025-01-221-1/+0
* cpu/g65816: Don't expose a pile of macros to downstream users. Vas Crabb2024-03-081-48/+50
* g65816: Emulation accuracy fixes - (stack,S),Y and emulation mode quirks (#12... Adrian Siekierka2024-02-281-15/+70
* 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: Replace #ifdef UNUSED_FUNCTION with [[maybe_unused]] to deter code rot AJR2021-12-011-2/+0
* Debugger-related feature removals and cleanup AJR2021-08-151-7/+2
* g65816: add a todo note about irq hap2020-11-251-1/+1
* g65816: add preliminary w65c802 (nw) hap2020-06-021-8/+19
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-4/+3
* devices/cpu: simplified some handlers (nw) Ivan Vangelista2020-03-311-20/+20
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-15/+10
* [snes] Fix 5a22/spc700 clock cycles AmatCoder2019-09-161-11/+7
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+7
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-7/+0
* g65816: WDM is a 2-byte opcode per WDC docs, added WDM callback. [R. Belmont] arbee2019-02-021-0/+7
* 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-111-2/+2
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-14/+15
* Reshuffle some stuff: Vas Crabb2018-03-281-1/+1
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-2/+2
* g65816: Allow use of separate address spaces for program, data, opcodes and/o... AJR2018-03-201-15/+34
* 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-121-3/+3
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-7/+8
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-0/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-8/+12
* g65816: Eliminate uint type properly (nw) AJR2017-04-121-58/+58
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-5/+5
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-0/+3
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-3/+0
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-0/+3
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-12/+12
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* reverting: Miodrag Milanovic2016-01-201-3/+3
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* Revert "remove const (nw)" Miodrag Milanovic2016-01-131-1/+1
* remove const (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-101-1/+1
* clang-modernize part 3 Miodrag Milanovic2015-12-041-6/+6
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1136