| Commit message (Expand) | Author | Age | Files | Lines |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 2 | -2/+2 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 2 | -11/+11 |
* | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 2 | -18/+18 |
* | Cleanups and version bump.mame0141u1 |  Aaron Giles | 2011-01-24 | 2 | -32/+32 |
* | Simplified UML parameters, as follows: |  Aaron Giles | 2011-01-17 | 1 | -183/+183 |
* | Redo most of the DRC/backend support as C++ |  Aaron Giles | 2011-01-17 | 1 | -194/+170 |
* | Convert drccache to C++ |  Aaron Giles | 2011-01-05 | 1 | -10/+6 |
* | 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 | -247/+257 |
* | Fixed RSP core VRSQL implementation. [Harmony] |  Ryan Holtz | 2011-01-02 | 1 | -4/+32 |
* | Removed fast IMEM and DMEM handlers from the RSP DRC in favor of the core mem... |  Ryan Holtz | 2011-01-01 | 2 | -204/+124 |
* | Cleanups and version bump. |  Aaron Giles | 2011-01-01 | 2 | -43/+43 |
* | mame_rand() -> machine->rand() |  Aaron Giles | 2010-12-31 | 1 | -1/+1 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 3 | -15/+15 |
* | Updated the RSP and RDP implementations to be largely bit-perfect and pixel-a... |  Ryan Holtz | 2010-12-31 | 4 | -5490/+2824 |
* | 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 | -4/+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 | 1 | -17/+17 |
* | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 1 | -1/+1 |
* | Cleanups and version bump.mame0138u4 |  Aaron Giles | 2010-07-22 | 1 | -1/+1 |
* | RSP: Fix sign issue in VCL opcode [angrylion] |  R. Belmont | 2010-07-22 | 2 | -2/+2 |
* | Allow the non-DRC RSP core to build again |  Phil Bennett | 2010-07-15 | 3 | -212/+243 |
* | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 3 | -6/+7 |
* | Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. |  Aaron Giles | 2010-06-17 | 3 | -4/+4 |
* | Change cpu execute function to just use the icount stuffed by |  Aaron Giles | 2010-06-09 | 2 | -8/+0 |
* | 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 | 3 | -15/+13 |
* | Disabled DRC versions of certain vector load/store operations in the |  Ryan Holtz | 2010-04-03 | 1 | -13/+13 |
* | Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify |  Aaron Giles | 2010-01-21 | 2 | -18/+18 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 3 | -15/+15 |
* | Cleanups and version bump. |  Aaron Giles | 2010-01-16 | 1 | -1/+1 |
* | Within src/emu, basic conversions: |  Aaron Giles | 2010-01-12 | 2 | -2/+2 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 5 | -7/+4 |
* | Trivial BIGENDIAN=1 rsp compile fix, no whatsnew needed. |  R. Belmont | 2010-01-01 | 1 | -0/+2 |
* | Converted RSP callbacks into device callbacks. Removed a ton of |  Aaron Giles | 2010-01-01 | 2 | -8/+8 |
* | Oops, fixed misaligned 32-bit accesses in RSP DRC. |  Aaron Giles | 2010-01-01 | 1 | -10/+5 |
* | Cleanups and version bump.mame0136 |  Aaron Giles | 2009-12-31 | 2 | -1794/+1794 |
* | Fixed a few DRC-ized vector load/store opcodes in the RSP core. [Harmony] |  Ryan Holtz | 2009-12-30 | 1 | -21/+21 |
* | Fixed error in codegen for drol/dror opcodes in the x86 back-end. |  Aaron Giles | 2009-12-30 | 1 | -111/+91 |
* | Fixes the debug build. |  Ryan Holtz | 2009-12-28 | 1 | -27/+47 |
* | Converted a number of vector opcodes to the RSP DRC core. [Harmony] |  Ryan Holtz | 2009-12-28 | 2 | -1350/+5195 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 4 | -382/+382 |
* | Cleanups and version bump.mame0135u4 |  Aaron Giles | 2009-12-23 | 1 | -45/+45 |
* | Minor drc improvments: |  Aaron Giles | 2009-12-20 | 1 | -101/+77 |
* | Added new profiler bucket for DRC recompilation. |  Aaron Giles | 2009-12-19 | 1 | -26/+44 |
* | RSP recompiler improvements / optimizations: [Harmony] |  Ryan Holtz | 2009-12-18 | 2 | -50/+99 |
* | Fixing the RSP disassembler, no whatsnew. |  Ryan Holtz | 2009-12-17 | 1 | -1/+1 |
* | [RSP] Preliminary RSP recompiler, with all vector ops stubbed out to C functi... |  Ryan Holtz | 2009-12-16 | 6 | -430/+5705 |
* | Added missing BLTZAL opcode to the RSP core. [angrylion] |  Ryan Holtz | 2009-11-12 | 1 | -0/+1 |