| Commit message (Expand) | Author | Age | Files | Lines |
* | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -8/+8 |
* | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 2 | -6/+6 |
* | Attotime bulk conversion step: |  Aaron Giles | 2011-02-03 | 1 | -4/+4 |
* | Converted attotime to a class, with proper operators. Removed old |  Aaron Giles | 2011-02-03 | 1 | -1/+1 |
* | Cleanups and version bump.mame0141u1 |  Aaron Giles | 2011-01-24 | 1 | -1/+1 |
* | Simplified UML parameters, as follows: |  Aaron Giles | 2011-01-17 | 1 | -873/+873 |
* | Removed PPC_MMU_ENABLED flag (no whatsnew) |  Miodrag Milanovic | 2011-01-17 | 1 | -123/+106 |
* | Redo most of the DRC/backend support as C++ |  Aaron Giles | 2011-01-17 | 1 | -531/+490 |
* | Convert drccache to C++ |  Aaron Giles | 2011-01-05 | 1 | -8/+6 |
* | Improve TLB mismatch handling in PPC DRC, so that if we fill from |  Aaron Giles | 2011-01-05 | 1 | -3/+8 |
* | C++-ified drcfe and the associated frontends. You now create a |  Aaron Giles | 2011-01-04 | 3 | -779/+795 |
* | mame_rand() -> machine->rand() |  Aaron Giles | 2010-12-31 | 1 | -1/+1 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 3 | -12/+12 |
* | Add directxor parameter to direct memory accessors. Update all callers |  Aaron Giles | 2010-12-31 | 2 | -5/+5 |
* | PPC: don't crash 601 |  R. Belmont | 2010-10-30 | 1 | -2/+21 |
* | I had originally wanted to convert the profiler to use scopes (e.g., |  Aaron Giles | 2010-08-21 | 1 | -2/+2 |
* | 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 | 3 | -3/+3 |
* | Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly |  Aaron Giles | 2010-08-19 | 3 | -32/+32 |
* | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 4 | -45/+45 |
* | mt 3536 bugfix (Atari Ace) |  Michaƫl Banaan Ananas | 2010-07-17 | 1 | -4/+4 |
* | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 3 | -36/+42 |
* | Fix performance regression for PowerPC games. The timing made heavy use of |  Aaron Giles | 2010-06-30 | 1 | -12/+12 |
* | Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. |  Aaron Giles | 2010-06-17 | 4 | -10/+10 |
* | Change cpu execute function to just use the icount stuffed by |  Aaron Giles | 2010-06-09 | 4 | -18/+4 |
* | Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. |  Aaron Giles | 2010-06-08 | 4 | -17/+17 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 4 | -34/+33 |
* | Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify |  Aaron Giles | 2010-01-21 | 2 | -25/+25 |
* | Made direct accessors for device configuration state. Currently they |  Aaron Giles | 2010-01-21 | 2 | -2/+2 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 5 | -26/+26 |
* | More PPC GCC warning fixes. |  R. Belmont | 2010-01-15 | 1 | -2/+2 |
* | Within src/emu, basic conversions: |  Aaron Giles | 2010-01-12 | 2 | -7/+7 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 7 | -11/+6 |
* | Cleaned up braces in the code so that they are properly balanced. [Atari Ace] |  Aaron Giles | 2009-12-28 | 1 | -3/+3 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 3 | -20/+20 |
* | Minor drc improvments: |  Aaron Giles | 2009-12-20 | 1 | -20/+14 |
* | Added new profiler bucket for DRC recompilation. |  Aaron Giles | 2009-12-19 | 1 | -0/+4 |
* | Fix PowerPC 603 translation so it doesn't get stuck in an infinite |  Aaron Giles | 2009-11-17 | 2 | -1/+7 |
* | Added infrastructure to compile universal standalone disassembler: |  Aaron Giles | 2009-08-22 | 1 | -0/+7 |
* | Added FP registers to PPC debugger interface. |  Aaron Giles | 2009-07-16 | 2 | -0/+137 |
* | Cleanups and version bump.mame0132u4 |  Aaron Giles | 2009-07-10 | 1 | -1/+1 |
* | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 3 | -34/+34 |
* | Cleanups and version bump.mame0132u3 |  Aaron Giles | 2009-07-02 | 1 | -1/+1 |
* | PPCDRC: Generate some FPSCR flags [Phil Bennett] |  R. Belmont | 2009-07-02 | 4 | -0/+213 |
* | One more FMULx fix. |  R. Belmont | 2009-06-28 | 1 | -1/+1 |
* | Really fix FMULx this time |  Phil Bennett | 2009-06-28 | 1 | -1/+1 |
* | PPCDRC: fix flags on STWCX and fix FMULS to use the correct registers |  R. Belmont | 2009-06-28 | 2 | -2/+14 |
* | Fixed PPCDRC incorrect instruction checksum order [Phil Bennett, R Belmont] |  Phil Bennett | 2009-06-24 | 1 | -4/+4 |
* | Cleanups and version bump. |  Aaron Giles | 2009-05-28 | 1 | -7/+7 |
* | From: Oliver Stoeneberg [oliverst@online.de] |  Aaron Giles | 2009-05-25 | 1 | -0/+2 |