| Commit message (Expand) | Author | Age | Files | Lines |
* | Ok, last major rename for this round: |  Aaron Giles | 2011-01-01 | 1 | -4/+4 |
* | Fix 20pacgal. |  Aaron Giles | 2010-12-08 | 1 | -5/+0 |
* | Cleanups and version bump. |  Aaron Giles | 2010-10-14 | 1 | -1/+1 |
* | Changed memory width stubs to fill unpopulated regions with the appropriate |  Aaron Giles | 2010-09-21 | 1 | -6/+10 |
* | Cleanups and version bump.mame0139u3 |  Aaron Giles | 2010-09-19 | 1 | -6/+6 |
* | Fix 04034: All sets in viper.c: [debug] Assert in Debug build |  Aaron Giles | 2010-09-16 | 1 | -1/+1 |
* | Align large memory blocks to 4k boundaries. |  Aaron Giles | 2010-09-10 | 1 | -5/+26 |
* | Added templates required_shared_ptr<> and optional_shared_ptr<> which |  Aaron Giles | 2010-09-04 | 1 | -0/+8 |
* | Change shared memory regions to track their size. Added memory_get_shared() |  Aaron Giles | 2010-09-04 | 1 | -14/+60 |
* | Changed driver_data objects to be devices. Replaced the driver_data_t |  Aaron Giles | 2010-09-02 | 1 | -1/+1 |
* | Cleanups and version bump.mame0139u2 |  Aaron Giles | 2010-08-30 | 1 | -1/+1 |
* | Fixed broken error.log offsets |  Angelo Salese | 2010-08-26 | 1 | -47/+47 |
* | Ok, I think the old logic did work, but I renamed the methods so that |  Aaron Giles | 2010-08-25 | 1 | -5/+6 |
* | memory.c: Fixed numerous games broken with 'memory_set_decrypted_region found... |  Phil Bennett | 2010-08-25 | 1 | -1/+1 |
* | Last watchpoint fix was not complete. |  Aaron Giles | 2010-08-24 | 1 | -6/+6 |
* | Fix watchpoints for >8-bit address spaces. |  Aaron Giles | 2010-08-23 | 1 | -2/+2 |
* | I had originally wanted to convert the profiler to use scopes (e.g., |  Aaron Giles | 2010-08-21 | 1 | -8/+8 |
* | Fix logic to re-use exact-matching ranges to force a remap. |  Aaron Giles | 2010-08-21 | 1 | -4/+58 |
* | Added mask-free versions of read_word/read_dword/read_qword to |  Aaron Giles | 2010-08-21 | 1 | -139/+473 |
* | Fixed unmap writes in core, not worth mentioning, just do any stylistical cha... |  Angelo Salese | 2010-08-21 | 1 | -84/+84 |
* | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 1 | -32/+32 |
* | Massive memory system change. This is another step along the path toward |  Aaron Giles | 2010-08-19 | 1 | -3315/+3327 |
* | Cleanups and version bump.mame0139u1 |  Aaron Giles | 2010-08-12 | 1 | -1/+1 |
* | (Wow, I had no idea quite so many drivers were using driver_data!) |  Aaron Giles | 2010-08-04 | 1 | -2/+2 |
* | Return to type safety. Changed address maps back into functions that build |  Aaron Giles | 2010-08-01 | 1 | -377/+90 |
* | Cleanups and version bump.mame0138u3 |  Aaron Giles | 2010-07-06 | 1 | -1/+1 |
* | Moved debugging structure away from CPUs only and attached to all |  Aaron Giles | 2010-07-06 | 1 | -8/+8 |
* | Split mame.c into mame.c and machine.c, the latter containing the |  Aaron Giles | 2010-06-30 | 1 | -22/+21 |
* | Made the machine_config a proper object. Added detokenize method to |  Aaron Giles | 2010-06-28 | 1 | -1/+1 |
* | Infinite PPC OS X compile fixes (no whatsnew) |  R. Belmont | 2010-06-17 | 1 | -1/+1 |
* | Minor memory cleanup. |  Aaron Giles | 2010-06-08 | 1 | -95/+91 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -103/+112 |
* | Added some missing static qualifiers to MAME. Also, renamed some generically... |  Scott Stone | 2010-05-28 | 1 | -0/+2 |
* | Removed unnecessary warning. (no whatsnew) |  Curt Coder | 2010-04-23 | 1 | -2/+0 |
* | Made device->tag and devconfig->tag into private member variables (m_tag). |  Aaron Giles | 2010-03-08 | 1 | -34/+34 |
* | Fixed debugger memdump command [Robbbert] |  Dirk Best | 2010-03-08 | 1 | -1/+1 |
* | Cleanups and version bump. |  Aaron Giles | 2010-01-28 | 1 | -1/+1 |
* | Whoops, typo. |  Aaron Giles | 2010-01-21 | 1 | -7/+3 |
* | Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify |  Aaron Giles | 2010-01-21 | 1 | -2/+2 |
* | Made direct accessors for device configuration state. Currently they |  Aaron Giles | 2010-01-21 | 1 | -5/+5 |
* | Convrted the rest of devintrf to classes and moved management |  Aaron Giles | 2010-01-19 | 1 | -11/+11 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -33/+18 |
* | Created new template class tagged_list which manages a simple list |  Aaron Giles | 2010-01-17 | 1 | -1/+1 |
* | Cleanups and version bump. |  Aaron Giles | 2010-01-16 | 1 | -3/+3 |
* | Within src/emu, basic conversions: |  Aaron Giles | 2010-01-12 | 1 | -1/+1 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -57/+46 |
* | Extended the astring class wrapper into something useful, and |  Aaron Giles | 2010-01-08 | 1 | -20/+0 |
* | NOTE: This change requires two new osd functions: osd_malloc() and |  Aaron Giles | 2010-01-08 | 1 | -71/+25 |
* | Added some missing header declarations and static qualifiers. Added validity.... |  Phil Bennett | 2010-01-06 | 1 | -0/+1 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -13/+13 |