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