summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/pic16c62x/pic16c62x.cpp
Commit message (Expand)AuthorAgeFilesLines
* pic16c62x: Core overhaul AJR2024-02-211-309/+391
* pic16c62x: correct copyright holder hap2023-01-081-1/+1
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-11/+11
* pic16c62x: enable ability to set configuration word (nw) yz70s2020-01-141-3/+2
* pic16c62x: correct rom memory sizes (nw) yz70s2020-01-061-6/+11
* naomi dimm board: add communication between sh4 and security pic (nw) yz70s2019-12-231-1/+2
* naomi: add a sh4 and a pic16c621a, both diabled, to the dimm board device (nw) yz70s2019-12-161-0/+8
* 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-39/+45
* Reshuffle some stuff: Vas Crabb2018-03-281-3/+3
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-2/+2
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-6/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-8/+8
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-17/+17
* Self-registering devices prep: Vas Crabb2017-02-271-6/+6
* pic16: small update, correct savestates (nw) hap2017-02-111-26/+13
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-38/+38
* change cpu cores pcbase handling to be consistent with the majority of cpu co... smf-2016-09-281-2/+1
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-0/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+0
* Revert "change cpu cores pcbase handling to be consistent with the majority o... Lord-Nightmare2016-09-271-1/+2
* change cpu cores pcbase handling to be consistent with the majority of cpu co... smf-2016-09-271-2/+1
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-0/+1
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-2/+2
* reverting: Miodrag Milanovic2016-01-201-7/+7
* 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-7/+7
* 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-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1189