summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/g65816 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed the G65816 disassembler to use 'std::ostream &' internally Nathan Woods2016-11-142-29/+37
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-225-30/+30
* 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
* let's tidy up some scope (part 2 of evil plan) Vas Crabb2016-08-181-101/+142
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-12/+12
* Fixed back N5A22 clock steps, nw Angelo Salese2016-06-071-1/+1
* 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-202-6/+6
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-202-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-162-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-162-6/+6
* Revert "remove const (nw)" Miodrag Milanovic2016-01-132-2/+2
* remove const (nw) Miodrag Milanovic2016-01-112-2/+2
* Return std::string objects by value rather than pass by reference AJR2016-01-102-2/+2
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-122-6/+6
* override part 1 (nw) Miodrag Milanovic2015-12-051-18/+18
* clang-modernize part 3 Miodrag Milanovic2015-12-042-8/+8
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-087-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1311-0/+5340