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