| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 7 | -8721/+0 |
| * | Cleanups and version bumpmame0164 |  Miodrag Milanovic | 2015-07-29 | 3 | -21/+20 |
| * | please bear with me.. these are needed to compile in GCC 5.2 and I want mingw... |  Cowering | 2015-07-23 | 1 | -8/+20 |
| * | Added transfer size clear for DMAs, used by Chaos Seed in SS (still randomly ... |  angelosa | 2015-07-08 | 2 | -2/+3 |
| * | Added bread-and-butter DMA CH 0 for SH7032, used by Casio Loopy for RAM fill. |  angelosa | 2015-07-08 | 3 | -3/+79 |
| * | Added SH-2A flavour, which is SH-2 + SH7021 used by Casio Loopy. |  angelosa | 2015-07-08 | 3 | -4/+106 |
| * | Bulk replace, nw |  angelosa | 2015-07-07 | 3 | -12/+5 |
| * | Fixed accessing to internal map, might need another parameter for address cac... |  angelosa | 2015-07-07 | 1 | -10/+36 |
| * | Fixed number of address lines for SH-1 |  angelosa | 2015-07-07 | 2 | -5/+5 |
| * | Fixed SH-1 internal mem map, nw |  angelosa | 2015-07-07 | 2 | -9/+6 |
| * | First step in converting SH-2 to have separate internal devices. Fixed SH-1 n... |  angelosa | 2015-07-07 | 3 | -77/+25 |
| * | -core: Add MCFG_FORCE_NO_DRC. [MooglyGuy] |  therealmogminer@gmail.com | 2015-06-27 | 1 | -1/+1 |
| * | nw, add MCFG_FORCE_NO_DRC option, does not work for no apparent reason becaus... |  therealmogminer@gmail.com | 2015-06-27 | 2 | -4/+5 |
| * | memory: Remove support for decrypted bases, use an address space instead [O. ... |  Olivier Galibert | 2015-06-24 | 4 | -9/+21 |
| * | Sorted out cpu cores (nw) |  Miodrag Milanovic | 2015-05-13 | 2 | -4/+4 |
| * | changes for Juergen Buchmueller in core and credits for some files in mess(nw) |  Miodrag Milanovic | 2015-05-07 | 2 | -34/+4 |
| * | Added dummy license headers for EMU section (nw) |  Miodrag Milanovic | 2015-05-07 | 4 | -0/+8 |
| * | moved all to std::string (nw) |  Miodrag Milanovic | 2015-04-22 | 2 | -3/+3 |
| * | string -> str rename due to future conflicts (nw) |  Miodrag Milanovic | 2015-04-12 | 2 | -3/+3 |
| * | fix compile? (nw) |  mamehaze | 2015-01-25 | 1 | -3/+3 |
| * | Cleanups and version bumpmame0157 |  Miodrag Milanovic | 2014-12-31 | 1 | -1/+1 |
| * | SH-2: added default SSR value, makes EGWord to boot [Angelo Salese] |  Scott Stone | 2014-12-15 | 1 | -2/+2 |
| * | SMPC: added crude repeat key support in keyboard handling, makes typing more ... |  Angelo Salese | 2014-12-14 | 1 | -1/+2 |
| * | added command-line option -[no]drc_log_native to control DRC native diassembl... |  Oliver Stöneberg | 2014-11-07 | 2 | -8/+4 |
| * | added command-line option -[no]drc_log_uml to control DRC UML disassembly log... |  Oliver Stöneberg | 2014-11-07 | 2 | -21/+20 |
| * | More cleanups, there is issue with srcclean that needs to be taken care as we... |  Miodrag Milanovic | 2014-07-22 | 1 | -9/+9 |
| * | Cleanups and version bump |  Miodrag Milanovic | 2014-07-22 | 3 | -13/+10 |
| * | sh2: fix and enable memory system bypass for SH-1 & SH-2 DRC. [R. Belmont] |  R. Belmont | 2014-07-04 | 1 | -6/+4 |
| * | fixed usage of uninitialized member in sh2_device (nw) |  Oliver Stöneberg | 2014-04-23 | 1 | -0/+1 |
| * | fixed sega saturn, broken since 29286. nw. |  Fabio Priuli | 2014-04-16 | 1 | -1/+1 |
| * | sh2: converted to use delegates, so to finally remove the remaining static va... |  Fabio Priuli | 2014-04-15 | 3 | -55/+53 |
| * | sh2.c: Modernised cpu core. [Wilbert Pol] |  Wilbert Pol | 2014-04-12 | 6 | -2942/+2770 |
| * | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -1/+1 |
| * | Some early work towards GMEN SH-2 part of Namco System 23, nw |  Angelo Salese | 2014-04-04 | 1 | -0/+12 |
| * | Removed some auto_mallocs in favor of dynamic_arrays. |  Aaron Giles | 2014-02-19 | 4 | -26/+1 |
| * | Cleanups and version bumpmame0151 |  Miodrag Milanovic | 2013-11-05 | 1 | -1/+1 |
| * | sh2: license tags for DRC (nw) |  R. Belmont | 2013-10-16 | 3 | -8/+7 |
| * | sh2: Show effective address in disassembly of PC-relative instructions [R. Be... |  R. Belmont | 2013-09-21 | 1 | -3/+3 |
| * | Cleanups and version bumpmame0150 |  Miodrag Milanovic | 2013-09-17 | 3 | -6/+5 |
| * | Added command line option to force DRC C backend [Miodrag Milanovic] |  Miodrag Milanovic | 2013-08-27 | 1 | -3/+0 |
| * | Made both DRC and Non-DRC compile for MIPS, RSP and SH2 core and added option... |  Miodrag Milanovic | 2013-08-27 | 6 | -64/+56 |
| * | setname and description changes to DRC devices to indicate such is being used... |  Scott Stone | 2013-08-23 | 1 | -4/+4 |
| * | added missing short names to legacy devices and added validation that short n... |  Miodrag Milanovic | 2013-08-23 | 2 | -0/+4 |
| * | SH-2 CPU core timing changes [notaz] |  Scott Stone | 2013-07-16 | 1 | -1/+2 |
| * | fix labelnum usage in SLEEP |  Michaël Banaan Ananas | 2013-04-02 | 1 | -23/+14 |
| * | Cleanups and version bumpmame0148u2 |  Miodrag Milanovic | 2013-03-19 | 1 | -14/+14 |
| * | Fixed endianness |  Angelo Salese | 2013-03-05 | 1 | -3/+3 |
| * | (nw) |  R. Belmont | 2013-02-28 | 4 | -59/+130 |
| * | Fixed SLEEP opcode in non-DRC SH-2 [Angelo Salese] |  Angelo Salese | 2013-02-27 | 3 | -1/+11 |
| * | SH-2: watchdog i/f is quite exotic, implement it so it can be debugged properly |  Angelo Salese | 2013-02-20 | 2 | -0/+39 |