summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sharc (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
* sharc: add compute_fcopysign MetalliC2019-05-043-0/+20
* -mb86235, sh7604, sharc: Removed MCFG macros, nw mooglyguy2018-12-091-3/+0
* 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-042-0/+5
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-18/+20
* Reshuffle some stuff: Vas Crabb2018-03-282-4/+7
* srcclean and regenerate localisations (nw) Vas Crabb2018-03-251-3/+3
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-254-396/+392
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-1/+1
* sharc.cpp: fix LSHIFT negative operations to not extend the sign on result, f... angelosa2018-03-141-6/+7
* sharc.cpp: fix obvious mistake in compute_fmul_avg (nw) angelosa2018-03-121-1/+1
* sharc.cpp: added SET_UREG case $67 (Zero Gunner 2B) [Angelo Salese] angelosa2018-03-071-0/+1
* sharc.cpp: added fmul abs multi opcode (used by Gunblade NY) [Angelo Salese] angelosa2018-03-073-2/+49
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-3/+3
* sharc.cpp: added Rn = Rn FDEP Rx BY <bit6>:<len6> opcode, used by Last Bronx ... angelosa2018-03-021-2/+13
* 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-122-4/+6
* emumem: API change [O. Galibert] Olivier Galibert2017-11-293-14/+8
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-265-453/+455
* 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-102-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-1/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-71/+71
* Fix SHARC disassembly in debug build (nw) AJR2017-04-291-2/+3
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* sharcdrc: Fix horribly subtle bug (nw) Olivier Galibert2016-12-101-2/+2
* sharc: Use standard memory maps [O. Galibert] Olivier Galibert2016-12-094-624/+160
* std::stringstream ==> std::ostringstream Nathan Woods2016-11-201-1/+1
* Removing 'sharc_dasm_one(char *buffer, ...' Nathan Woods2016-11-201-13/+1
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-204-5/+7
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-194-35/+35
* Changed the sharc disassembler to use 'std::ostream &' internally Nathan Woods2016-11-171-3/+13
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-222-58/+58
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2211-551/+551
* 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
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-6/+6
* sharcdrc: fix Linux crash (nw) Ville Linde2016-06-293-6/+5
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-294-1473/+1473
* couple of things for zerogun (nw) Ville Linde2016-06-081-0/+6
* sharcdrc: Model 2 compatibility (nw) Ville Linde2016-06-073-16/+361
* runtime enable for sharcdrc (nw) Ville Linde2016-06-062-43/+55
* sharcdrc: more fixes, more ops (nw) Ville Linde2016-06-042-18/+130
* sharcdrc: some fixes + more ops (nw) Ville Linde2016-06-032-17/+283