| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | SH2: fix PC relative MOV in delay slot |  R. Belmont | 2010-10-07 | 2 | -54/+68 |
* | SH2DRC: Fix BSRF and JSR so delay slot insns can trash the calculated PR if t... |  R. Belmont | 2010-10-05 | 1 | -4/+6 |
* | SH2: fix interpreter, runs fine again |  R. Belmont | 2010-10-05 | 1 | -2/+2 |
* | Haze: Simplified VDP data reading to use read_word now that the RV bit of 32... |  Scott Stone | 2010-09-29 | 2 | -5/+60 |
* | Fixed a SH-2 with TSTM opcode [R.Belmont] |  Angelo Salese | 2010-09-28 | 1 | -0/+1 |
* | Implemented support for SH-2 cycle steal mode, used by Fever Soccer [David Ha... |  Angelo Salese | 2010-09-28 | 2 | -48/+29 |
* | Haze: DMA fix to correct issues with Fever Soccer (no whatsnew) |  Scott Stone | 2010-09-27 | 1 | -6/+49 |
* | Haze: not using the timers for the DMA causes issues in ST-V, I don't know ... |  Angelo Salese | 2010-09-27 | 1 | -1/+1 |
* | Give an option of how to handle the DMA timing... with or without the MAME ti... |  Angelo Salese | 2010-09-26 | 4 | -7/+46 |
* | Put the SH2 DMA on a timer. This is needed because Knuckles Chaotix on the 3... |  Angelo Salese | 2010-09-26 | 5 | -119/+265 |
* | I had originally wanted to convert the profiler to use scopes (e.g., |  Aaron Giles | 2010-08-21 | 1 | -2/+2 |
* | Of course not, OG. |  Phil Bennett | 2010-08-19 | 1 | -1/+0 |
* | Remove final set of legacy inlines from memory.h. Mostly affects CPU |  Aaron Giles | 2010-08-19 | 4 | -5/+7 |
* | Remove most of the temporary inline helpers. |  Aaron Giles | 2010-08-19 | 1 | -1/+1 |
* | Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly |  Aaron Giles | 2010-08-19 | 3 | -36/+36 |
* | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 1 | -2/+2 |
* | 03755: soldivid: No music after loading savestate (or -autosave) [Phil Bennett] |  Phil Bennett | 2010-08-18 | 1 | -16/+36 |
* | Cleanups and version bump.mame0138u4 |  Aaron Giles | 2010-07-22 | 1 | -44/+44 |
* | Fix SH-2 interpreter [Atari Ace] |  R. Belmont | 2010-07-07 | 2 | -458/+480 |
* | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 6 | -115/+117 |
* | Remove the following functions: |  Aaron Giles | 2010-07-01 | 1 | -2/+2 |
* | Remove most other instances of cpu_get_total_cycles. |  Aaron Giles | 2010-06-30 | 1 | -2/+2 |
* | Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. |  Aaron Giles | 2010-06-17 | 3 | -6/+6 |
* | Change cpu execute function to just use the icount stuffed by |  Aaron Giles | 2010-06-09 | 2 | -9/+4 |
* | Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. |  Aaron Giles | 2010-06-08 | 3 | -7/+7 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 4 | -15/+14 |
* | Made device->tag and devconfig->tag into private member variables (m_tag). |  Aaron Giles | 2010-03-08 | 1 | -15/+15 |
* | Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify |  Aaron Giles | 2010-01-21 | 2 | -21/+21 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 5 | -15/+15 |
* | Within src/emu, basic conversions: |  Aaron Giles | 2010-01-12 | 1 | -2/+2 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 7 | -20/+20 |
* | Cleaned up braces in the code so that they are properly balanced. [Atari Ace] |  Aaron Giles | 2009-12-28 | 1 | -1/+1 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 4 | -105/+105 |
* | Added new profiler bucket for DRC recompilation. |  Aaron Giles | 2009-12-19 | 1 | -0/+4 |
* | > -----Original Message----- |  Aaron Giles | 2009-10-03 | 4 | -8/+3 |
* | Added infrastructure to compile universal standalone disassembler: |  Aaron Giles | 2009-08-22 | 3 | -14/+10 |
* | Attempt to define an I64FMT string that can be used for printf'ing 64-bit |  Aaron Giles | 2009-08-19 | 1 | -1/+1 |