summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sharc/sharc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix voodoo and sharc saving to abide by new rules. Aaron Giles2021-04-191-1/+2
* Replace STRUCT_MEMBER usage from cpu devices with structured saves. Allow uni... Aaron Giles2021-04-131-107/+84
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-34/+23
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-6/+6
* finished removing read* and write* macros from the mame part of the tree. the... Ivan Vangelista2020-06-161-4/+4
* e132xs.cpp, sharc.cpp: fixed DRC crashes in devnoclear debug builds (nw) Ivan Vangelista2020-06-141-0/+22
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-9/+9
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-0/+4
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-18/+20
* 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-1/+1
* srcclean (nw) Vas Crabb2018-02-251-2/+2
* Grammar police (nw) Olivier Galibert2018-02-241-1/+1
* sharc.cpp: disable fatalerror on debugger data area access (nw) angelosa2018-02-211-1/+5
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+4
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-3/+3
* sharc.cpp: leftover debug code removal (nw) angelosa2017-09-171-12/+0
* 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/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+4
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* sharc: Use standard memory maps [O. Galibert] Olivier Galibert2016-12-091-115/+128
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-30/+30
* disassembly window fixes (nw) smf-2016-10-191-1/+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
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-0/+1
* sharcdrc: fix Linux crash (nw) Ville Linde2016-06-291-1/+1
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-4/+4
* runtime enable for sharcdrc (nw) Ville Linde2016-06-061-43/+51
* sharcdrc: some fixes + more ops (nw) Ville Linde2016-06-031-0/+2
* Added highly experimental SHARC recompiler (disabled by default) [Ville Linde] Ville Linde2016-05-281-387/+518
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-3/+3
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* clang-modernize part 6 Miodrag Milanovic2015-12-041-27/+27
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+960