| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed memory freeing so that is it released in the opposite order |  Aaron Giles | 2010-01-11 | 1 | -5/+5 |
* | Try using type_traits for detection of valid save types. |  Aaron Giles | 2010-01-11 | 1 | -1/+1 |
* | Fixed bogus empty ROM region warnings. |  Aaron Giles | 2010-01-11 | 1 | -7/+4 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -56/+45 |
* | Extended the astring class wrapper into something useful, and |  Aaron Giles | 2010-01-08 | 1 | -16/+14 |
* | NOTE: This change requires two new osd functions: osd_malloc() and |  Aaron Giles | 2010-01-08 | 1 | -5/+0 |
* | Added some missing header declarations and static qualifiers. Added validity.... |  Phil Bennett | 2010-01-06 | 1 | -1/+3 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -1/+1 |
* | Fixes so we can compile as C++ again. |  Aaron Giles | 2009-12-28 | 1 | -3/+3 |
* | Cleanups and version bump.mame0135u3 |  Aaron Giles | 2009-12-11 | 1 | -2/+2 |
* | Apply mirrors and global masks at address map detokenizing time rather |  Aaron Giles | 2009-12-10 | 1 | -1/+18 |
* | Converted atari drivers over to using driver_data for the most |  Aaron Giles | 2009-12-09 | 1 | -0/+12 |
* | Memory shares are now specified by tag instead of index. |  Aaron Giles | 2009-12-05 | 1 | -6/+8 |
* | More memory system cleanup. Removed SMH_* macros entirely. In |  Aaron Giles | 2009-12-05 | 1 | -16/+12 |
* | Cleanups and version bump.mame0135u2 |  Aaron Giles | 2009-11-30 | 1 | -4/+4 |
* | Fixed 64-bit GCC build. |  R. Belmont | 2009-11-23 | 1 | -1/+1 |
* | Added new module tagmap which is a simple hashed string map. |  Aaron Giles | 2009-11-23 | 1 | -275/+84 |
* | added device support to the input system. internally this replaces PORT_CUSTO... |  smf- | 2009-11-20 | 1 | -0/+7 |
* | Enforce a minimum tag length of 3 characters. This will enable |  Aaron Giles | 2009-11-15 | 1 | -0/+5 |
* | Rename osd_profiling_ticks() to get_profile_ticks(). Moved implemention into |  Aaron Giles | 2009-09-06 | 1 | -23/+23 |
* | Sync with MESS |  Nathan Woods | 2009-08-21 | 1 | -0/+2 |
* | > -----Original Message----- |  Aaron Giles | 2009-08-13 | 1 | -49/+52 |
* | Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems |  Aaron Giles | 2009-07-09 | 1 | -2/+4 |
* | Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO |  Aaron Giles | 2009-07-09 | 1 | -145/+145 |
* | Added casts to ensure proper values are passed to the ctype.h functions. |  Aaron Giles | 2009-06-25 | 1 | -3/+3 |
* | From: Oliver Stoeneberg [oliverst@online.de] |  Aaron Giles | 2009-05-25 | 1 | -2/+2 |
* | Removed address_map2 items from the CPU config, etc. |  Aaron Giles | 2009-05-09 | 1 | -7/+0 |
* | Cleanups and version bump.mame0131u1 |  Aaron Giles | 2009-05-07 | 1 | -4/+4 |
* | Bulk change alert. |  Aaron Giles | 2009-04-26 | 1 | -1/+30 |
* | Many casts added to the core files, and various other tweaks |  Aaron Giles | 2009-03-12 | 1 | -4/+4 |
* | Removed device types from device queries that use tags, under the |  Aaron Giles | 2009-03-02 | 1 | -5/+5 |
* | Cleanups and version bump.mame0129u5 |  Aaron Giles | 2009-02-26 | 1 | -3/+3 |
* | Add validity check warning to flag games with duplicate device names. |  Aaron Giles | 2009-02-25 | 1 | -13/+11 |
* | Another batch of tagging, this time for speakers/screens: |  Aaron Giles | 2009-02-25 | 1 | -1/+3 |
* | Device tag renaming. Moving away from generic names like "main" |  Aaron Giles | 2009-02-25 | 1 | -0/+9 |
* | Added the ability for devices to have their own custom inline config management. |  Aaron Giles | 2009-02-16 | 1 | -19/+15 |
* | Ok, this is The Big One. |  Aaron Giles | 2009-02-11 | 1 | -56/+41 |
* | relaxed 8 letter setname limitation for clone sets - this is designed to make... |  davidhay | 2009-02-03 | 1 | -4/+10 |
* | Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. |  Aaron Giles | 2008-12-19 | 1 | -3/+3 |
* | More device normalization: |  Aaron Giles | 2008-12-16 | 1 | -4/+3 |
* | Made CPUs into proper devices. CPUs are now added in the |  Aaron Giles | 2008-12-16 | 1 | -79/+40 |
* | Removed get context/set context calls from the CPU interface entirely. |  Aaron Giles | 2008-12-11 | 1 | -3/+1 |
* | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 1 | -2/+2 |
* | Massive API cleanup/change. The primary goal is that all CPU- |  Aaron Giles | 2008-11-13 | 1 | -4/+3 |
* | Added macros for all CPU callbacks to ease future changes. |  Aaron Giles | 2008-11-08 | 1 | -2/+2 |
* | Made the Z80 daisy chain aware of referencing device-specific devices. |  Aaron Giles | 2008-10-09 | 1 | -1/+1 |
* | Cleanups and version bump.mame0127u3 |  Aaron Giles | 2008-09-11 | 1 | -13/+13 |
* | In addition to this patch, I fixed up the Atari System 1 BIOS handling |  Aaron Giles | 2008-09-11 | 1 | -2/+2 |
* | Adjusted tags in drivers to meet conformity checks. Promoted checks to |  Aaron Giles | 2008-09-10 | 1 | -10/+20 |
* | CPUs, sound chips, devices, and ROM-regions which are specified by devices |  Aaron Giles | 2008-09-08 | 1 | -29/+85 |