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