summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/sh4/sh4comn.c
Commit message (Expand)AuthorAgeFilesLines
* sh4: fixed irqline usage in case of certain SH3 exceptions (nw) Oliver Stöneberg2014-08-071-2/+2
* sh4: Modernized cpu core (nw) Wilbert Pol2014-07-071-459/+417
* removed usage of legacy IRQ callback (nw) Miodrag Milanovic2014-04-291-5/+5
* SH4 : Moved legacy handlers to member of cpu classes (nw) Miodrag Milanovic2014-04-281-8/+8
* Removed some auto_mallocs in favor of dynamic_arrays. Aaron Giles2014-02-191-2/+0
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-199/+198
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-4/+4
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* fixed some warnings about unreachable statements reported by cppcheck (no wha... Oliver Stöneberg2012-09-081-4/+0
* clean-ups and version bump Angelo Salese2011-10-101-41/+41
* Preliminary hook up of sh3 dma from Haze + flash access code from Luca. (nw) Scott Stone2011-10-091-578/+51
* More interrupt work by Haze (no whatsnew) Miodrag Milanovic2011-10-081-4/+5
* fix GCC 4.6.x compile (nw) R. Belmont2011-10-071-3/+2
* Timer interrupts now fire and get exceptions get processed. From Haze (nw) Scott Stone2011-10-071-5/+93
* Made the interrupt priority registers reusable on the SH3, hooked up TMU prio... Scott Stone2011-10-071-11/+36
* Reusing the SH4 timer code for the SH3 after a bit of refactoring by Haze (no... Miodrag Milanovic2011-10-071-262/+30
* Changed the sh4 timer code a bit to avoid direct references to sh4 addresses,... Scott Stone2011-10-061-54/+175
* Added some comments to some of the arrays, for future reference and moved a l... Scott Stone2011-10-041-9/+120
* Added explicit checks on functions making use of SH4 internal registers to en... Scott Stone2011-10-031-71/+206
* Clean-ups and version bumpmame0143u1 Angelo Salese2011-07-111-1/+1
* Preliminary work for ATV Track, in order to get the second SH-4 into Angelo Salese2011-07-111-26/+209
* Added the new set Angelo Salese2011-07-091-0/+3
* Port from MESS, nw Angelo Salese2011-06-281-2/+2
* SH4: Misc cleanups, added support for VERSION register. Naomi rev H BIOS now... R. Belmont2011-06-241-2/+16
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-4/+4
* BIG update. Aaron Giles2011-03-291-6/+6
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-20/+20
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-4/+4
* Attotime bulk conversion step: Aaron Giles2011-02-031-14/+14
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-5/+5
* SH4: cleanup and better common/interpreter separation [R. Belmont] R. Belmont2011-01-161-7/+57
* running_device -> device_t Aaron Giles2010-12-311-5/+5
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-18/+18
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-32/+31
* Remove the following functions: Aaron Giles2010-07-011-1/+1
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-3/+2
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-9/+9
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-5/+5
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-10/+10
* > -----Original Message----- Aaron Giles2009-09-241-8/+0
* Added a work-around for the UART FIFO read only status register on the SH-4 t... Angelo Salese2009-05-091-0/+4
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-5/+6
* Cleanups and version bump.mame0130u2 Aaron Giles2009-03-281-2/+2
* crude 'good enough for naomi gd-rom' MMU implementation davidhay2009-03-251-1/+21
* Added a preliminary implementation for the SLEEP opcode in SH-4 cpu. This fix... Angelo Salese2009-03-241-2/+4
* fatalerror if the SH4 mmu is turned on. davidhay2009-03-211-0/+6