| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Actually I think it's safer like this (otherwise you possibly miss an irq if ... |  Angelo Salese | 2013-02-18 | 1 | -2/+1 |
| * | Missed this one, nw |  Angelo Salese | 2013-02-18 | 1 | -0/+1 |
| * | Fixed SH-2 DMAC irqs, fixes at least hard-locking on Baroque [Angelo Salese] |  Angelo Salese | 2013-02-18 | 3 | -4/+12 |
| * | fixed src/emu/cpu/sh2/sh2.c compilation without USE_SH2DRC (nw) |  Oliver Stöneberg | 2013-02-11 | 1 | -4/+2 |
| * | Cleanups and version bumpmame0148u1 |  Miodrag Milanovic | 2013-02-11 | 3 | -11/+11 |
| * | (nw) |  R. Belmont | 2013-02-01 | 1 | -55/+63 |
| * | Illegal opcode is the start of the undefined address |  Angelo Salese | 2013-01-29 | 1 | -2/+2 |
| * | Added illegal opcode handling for SH-2 CPU [Angelo Salese] |  Angelo Salese | 2013-01-29 | 1 | -49/+72 |
| * | Fix SH-2 non-DRC compile |  Angelo Salese | 2013-01-28 | 1 | -6/+6 |
| * | Some notes on SH-2 Cache functionality, nw |  Angelo Salese | 2013-01-22 | 1 | -6/+26 |
| * | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 2 | -4/+0 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 7 | -1327/+1325 |
| * | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -2/+2 |
| * | Memory handler cleanup 3. Add mem_mask parameter |  Aaron Giles | 2012-09-17 | 1 | -2/+2 |
| * | Memory handler normalization, part 2. Change legacy |  Aaron Giles | 2012-09-17 | 2 | -7/+7 |
| * | Clean-ups and version bumpmame0147 |  Miodrag Milanovic | 2012-09-17 | 1 | -1/+1 |
| * | Pass 2 of struct modernization. |  Aaron Giles | 2012-09-15 | 1 | -2/+2 |
| * | First pass at modernizing struct definitions. |  Aaron Giles | 2012-09-15 | 3 | -6/+3 |
| * | Add safe_pc() and safe_pcbase() methods to device_t. |  Aaron Giles | 2012-09-11 | 1 | -1/+1 |
| * | added missing \n to some fatalerror() calls (no whatsnew) |  Oliver Stöneberg | 2012-09-07 | 2 | -3/+3 |
| * | DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 2 | -35/+35 |
| * | Renamed device_irq_callback to device_irq_acknowledge_callback to |  Aaron Giles | 2012-04-10 | 4 | -5/+5 |
| * | MAME going modern part 2 (no whatsnew) |  Miodrag Milanovic | 2012-04-01 | 1 | -2/+2 |
| * | MAME going modern part 1 (no whatsnew) |  Miodrag Milanovic | 2012-03-31 | 1 | -1/+1 |
| * | Some cleanup of some observed #include redundancy from source files which use... |  Scott Stone | 2012-02-06 | 1 | -1/+0 |
| * | Clean-ups and version bumpmame0143u3 |  Angelo Salese | 2011-08-14 | 1 | -3/+3 |
| * | sh2: fix fractional FRC increments [R. Belmont] |  R. Belmont | 2011-08-13 | 1 | -4/+15 |
| * | Erratic timings, reverted back |  Angelo Salese | 2011-07-15 | 3 | -17/+2 |
| * | Added cycle remainder for FRC in SH-2 [Angelo Salese] (note to Arbee: please ... |  Angelo Salese | 2011-07-15 | 3 | -2/+17 |
| * | sh2: fix use of interpreter again (no whatsnew) |  R. Belmont | 2011-05-29 | 1 | -2/+2 |
| * | Removed some logging, nw |  Angelo Salese | 2011-05-22 | 1 | -1/+1 |
| * | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -1/+1 |
| * | Remove redundant item cpu from address_space, in favor of |  Aaron Giles | 2011-03-29 | 1 | -3/+3 |
| * | BIG update. |  Aaron Giles | 2011-03-29 | 2 | -12/+12 |
| * | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 2 | -22/+22 |
| * | Eliminated global/static variables in a aristocr/atlus/bfm/bmc/ |  Aaron Giles | 2011-02-12 | 4 | -17/+17 |
| * | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -39/+39 |
| * | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -13/+13 |
| * | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -3/+3 |
| * | Attotime bulk conversion step: |  Aaron Giles | 2011-02-03 | 1 | -7/+7 |
| * | Cleanups and version bump.mame0141u1 |  Aaron Giles | 2011-01-24 | 2 | -28/+28 |
| * | Simplified UML parameters, as follows: |  Aaron Giles | 2011-01-17 | 1 | -531/+531 |
| * | Redo most of the DRC/backend support as C++ |  Aaron Giles | 2011-01-17 | 2 | -303/+293 |
| * | Convert drccache to C++ |  Aaron Giles | 2011-01-05 | 2 | -7/+5 |
| * | Fixed debug compile (no whatsnew) |  Miodrag Milanovic | 2011-01-05 | 1 | -1/+1 |
| * | C++-ified drcfe and the associated frontends. You now create a |  Aaron Giles | 2011-01-04 | 3 | -386/+392 |
| * | running_device -> device_t |  Aaron Giles | 2010-12-31 | 5 | -14/+14 |
| * | Add directxor parameter to direct memory accessors. Update all callers |  Aaron Giles | 2010-12-31 | 2 | -5/+5 |
| * | Cleanups and version bump. |  Aaron Giles | 2010-10-14 | 2 | -28/+28 |
| * | SH2: Further improvements to PC_relative loads in the delay slot. |  R. Belmont | 2010-10-07 | 1 | -5/+5 |