summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-092-9/+9
* sh2: implement watchdog timer MetalliC2019-11-073-1/+58
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-262-21/+9
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-103-8/+8
* sh2.cpp/sh4.cpp: Don't emit fast RAM accesses when the debugger is enabled [P... Philip Bennett2019-09-242-88/+94
* SH2 clock multiplier docs MetalliC2019-08-293-8/+21
* srcclean (nw) Vas Crabb2019-06-233-48/+48
* mega32x.cpp: refactor and convert read/write handlers to 16-bit space [Angelo... Angelo Salese2019-06-222-7/+7
* sh2.cpp: first pass over SH7604 SoC refactoring [Angelo Salese] Angelo Salese2019-06-214-419/+1012
* (nw) Clean up the mess on master Vas Crabb2019-03-261-1/+1
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1/+1
* sh2: Fix interpreter for cps3 [O. Galibert] Olivier Galibert2019-01-191-1/+1
* -sh2, sh4, sat_ctrl: Removed MCFG, nw mooglyguy2018-12-094-101/+44
* -mb86235, sh7604, sharc: Removed MCFG macros, nw mooglyguy2018-12-093-21/+0
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-084-28/+28
* srcclean (nw) Vas Crabb2018-05-271-1/+1
* diexec: Interrupt API changes (nw) AJR2018-05-182-1/+3
* D'oh. (nw) arbee2018-05-161-0/+7
* sh4drc: optimize FPU CMP instructions (nw) arbee2018-05-161-20/+8
* sh4drc: fix SR damage in new CMP implementations (nw) arbee2018-05-151-4/+12
* Start killing off non-diexec PULSE_LINE hacks (nw) AJR2018-05-155-18/+7
* sh4drc: remove remaining CALLC from FRCHG (nw) arbee2018-05-151-5/+13
* sh4drc: optimized some of the previously implemented UML (nw) arbee2018-05-141-23/+11
* sh4drc: UML implementations of FSTS, FLOAT, FTRC, FNEG, FABS, FSCHG, and FRCH... arbee2018-05-141-46/+76
* sh4drc: UML implementations of FLDI0, FLDI1, FCMP_EQ, and FCMP_GT [R. Belmont] arbee2018-05-131-28/+54
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-116-28/+65
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-6/+11
* srcclean (nw) Vas Crabb2018-04-222-9/+9
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-205-55/+64
* sh4drc: 8 more UML conversions (nw) arbee2018-04-151-50/+9
* sh4drc: UML version of FMAC, fixed possible error in previous FPU conversion ... arbee2018-04-153-69/+69
* sh4drc: 3 more trivial UML conversions (nw) arbee2018-04-151-21/+6
* sh4drc: UML implementations of FADD, FSUB, FMUL, and FDIV. [R. Belmont] arbee2018-04-145-327/+361
* Reshuffle some stuff: Vas Crabb2018-03-283-5/+5
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-257-391/+364
* reduce scope of stuff with different definitions across CPUs (nw) Vas Crabb2018-03-201-23/+31
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-152-7/+7
* destaticify initializations (nw) (#3289) wilbertpol2018-03-042-32/+32
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-1210-17/+22
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-0/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+3
* Extended time! All space.device() removed from comments (nw) Olivier Galibert2018-01-051-1/+1
* emumem: API change [O. Galibert] Olivier Galibert2017-11-293-3/+3
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-268-127/+148
* srcclean (nw) Vas Crabb2017-11-261-1/+1
* SH3/4 drc: reset drc cache MetalliC2017-11-241-0/+1
* some SH3/4 recompiler changes that got lost at some point (nw) (#2767) David Haywood2017-11-011-4/+13
* add missing emu.h (nw) smf-2017-10-221-0/+1
* srcclean (nw) Vas Crabb2017-10-229-97/+97