| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge branch 'master' into time-experiments |  Aaron Giles | 2021-08-13 | 3 | -23/+165 |
| |\ |
|
| | * | srcclean in preparation for release |  Vas Crabb | 2021-06-27 | 2 | -10/+10 |
| | * | re-enable SHARC recompiler for Gradius 4 |  Ville Linde | 2021-06-18 | 2 | -2/+10 |
| | * | sharc: Cycle-based DMA. Added support for write stalling. |  Ville Linde | 2021-06-17 | 3 | -27/+161 |
| * | | Use the device-provided timer_alloc instead of reaching around to the schedul... |  Aaron Giles | 2021-03-25 | 1 | -2/+2 |
| |/ |
|
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 2 | -36/+25 |
| * | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 2 | -12/+12 |
| * | finished removing read* and write* macros from the mame part of the tree. the... |  Ivan Vangelista | 2020-06-16 | 2 | -8/+8 |
| * | e132xs.cpp, sharc.cpp: fixed DRC crashes in devnoclear debug builds (nw) |  Ivan Vangelista | 2020-06-14 | 1 | -0/+22 |
| * | use C++ library includes (nw) |  firewave | 2020-01-22 | 1 | -1/+1 |
| * | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -3/+3 |
| * | sharc: add compute_fcopysign |  MetalliC | 2019-05-04 | 3 | -0/+20 |
| * | -mb86235, sh7604, sharc: Removed MCFG macros, nw |  mooglyguy | 2018-12-09 | 1 | -3/+0 |
| * | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -9/+9 |
| * | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 2 | -0/+5 |
| * | maps: Finish devices/cpu (nw) |  Olivier Galibert | 2018-04-20 | 1 | -18/+20 |
| * | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 2 | -4/+7 |
| * | srcclean and regenerate localisations (nw) |  Vas Crabb | 2018-03-25 | 1 | -3/+3 |
| * | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 4 | -396/+392 |
| * | Blind faith fixed long names for almost all CPUs (nw) |  angelosa | 2018-03-15 | 1 | -1/+1 |
| * | sharc.cpp: fix LSHIFT negative operations to not extend the sign on result, f... |  angelosa | 2018-03-14 | 1 | -6/+7 |
| * | sharc.cpp: fix obvious mistake in compute_fmul_avg (nw) |  angelosa | 2018-03-12 | 1 | -1/+1 |
| * | sharc.cpp: added SET_UREG case $67 (Zero Gunner 2B) [Angelo Salese] |  angelosa | 2018-03-07 | 1 | -0/+1 |
| * | sharc.cpp: added fmul abs multi opcode (used by Gunblade NY) [Angelo Salese] |  angelosa | 2018-03-07 | 3 | -2/+49 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -3/+3 |
| * | sharc.cpp: added Rn = Rn FDEP Rx BY <bit6>:<len6> opcode, used by Last Bronx ... |  angelosa | 2018-03-02 | 1 | -2/+13 |
| * | srcclean (nw) |  Vas Crabb | 2018-02-25 | 1 | -2/+2 |
| * | Grammar police (nw) |  Olivier Galibert | 2018-02-24 | 1 | -1/+1 |
| * | sharc.cpp: disable fatalerror on debugger data area access (nw) |  angelosa | 2018-02-21 | 1 | -1/+5 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 2 | -4/+6 |
| * | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 3 | -14/+8 |
| * | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 5 | -453/+455 |
| * | sharc.cpp: leftover debug code removal (nw) |  angelosa | 2017-09-17 | 1 | -12/+0 |
| * | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 2 | -3/+3 |
| * | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 2 | -1/+8 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 2 | -71/+71 |
| * | Fix SHARC disassembly in debug build (nw) |  AJR | 2017-04-29 | 1 | -2/+3 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -1/+1 |
| * | sharcdrc: Fix horribly subtle bug (nw) |  Olivier Galibert | 2016-12-10 | 1 | -2/+2 |
| * | sharc: Use standard memory maps [O. Galibert] |  Olivier Galibert | 2016-12-09 | 4 | -624/+160 |
| * | std::stringstream ==> std::ostringstream |  Nathan Woods | 2016-11-20 | 1 | -1/+1 |
| * | Removing 'sharc_dasm_one(char *buffer, ...' |  Nathan Woods | 2016-11-20 | 1 | -13/+1 |
| * | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 4 | -5/+7 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 4 | -35/+35 |
| * | Changed the sharc disassembler to use 'std::ostream &' internally |  Nathan Woods | 2016-11-17 | 1 | -3/+13 |
| * | converted lot of TRUE/FALSE to real boolean and updated types (nw) |  Miodrag Milanovic | 2016-10-22 | 2 | -58/+58 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 11 | -551/+551 |
| * | disassembly window fixes (nw) |  smf- | 2016-10-19 | 1 | -1/+1 |
| * | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-28 | 1 | -0/+1 |
| * | Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... |  Lord-Nightmare | 2016-09-27 | 1 | -1/+0 |