summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/validity.c
Commit message (Expand)AuthorAgeFilesLines
* More GCC 4.6 fixes (no whatsnew) R. Belmont2011-05-301-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-33/+29
* Attach gamedrv's input ports to the driver_device, so that there's Aaron Giles2011-05-051-8/+0
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-12/+12
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-131-38/+36
* Move overridable device->rom_region(), device->machine_config_additions(), and Aaron Giles2011-03-301-2/+3
* Don't pass both a machine_config and an emu_options, since the options Aaron Giles2011-03-111-3/+3
* Attached emu_options to the machine_config, and the running_machine Aaron Giles2011-03-101-1/+1
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-4/+6
* Hash generation and general cleanup. New class hash_collection holds Aaron Giles2011-02-141-4/+3
* Input ports can now be added to device, names are formed as sub tags from par... Miodrag Milanovic2011-02-131-1/+12
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-4/+4
* Display all warnings during validate of devices shortname (no whatsnew) Miodrag Milanovic2011-02-101-1/+0
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-0/+4
* Split the screen device into a separate module. Aaron Giles2010-12-021-1/+1
* Changed driver_device to expose the game_driver's ROMs through the Aaron Giles2010-09-031-139/+120
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-1/+1
* Haha, recent change to astrings also revealed that validity checks Aaron Giles2010-08-211-5/+8
* Swap: (astring.len() != 0) -> astring Aaron Giles2010-08-211-2/+2
* Fix crasher caused by new astring operators (original code Aaron Giles2010-08-191-1/+1
* Cleanups and version bump.mame0139u1 Aaron Giles2010-08-121-1/+1
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-36/+44
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-11/+11
* Cleanups and version bump. Aaron Giles2010-06-171-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-474/+142
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-28/+28
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-12/+0
* Cleanups and version bump.mame0136u3 Aaron Giles2010-02-141-17/+17
* - Moved natural keyboard support from MESS to MAME Miodrag Milanovic2010-02-121-16/+6
* Removed GAME_SHARE_ROMS flag and commented old check for duplicate ROM entries Miodrag Milanovic2010-02-111-2/+3
* Renamed GAME_CAN_SHARE_ROMS to GAME_SHARE_ROMS (sounds more logical) Miodrag Milanovic2010-02-111-1/+1
* - Renamed GAME_COMPUTER_MODIFIED to GAME_UNOFFICIAL to mark unofficial hardwa... Miodrag Milanovic2010-02-111-4/+2
* - Moved compatibility validation into MAME core from MESS. Miodrag Milanovic2010-02-091-8/+32
* Made direct accessors for device configuration state. Currently they Aaron Giles2010-01-211-2/+2
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-43/+42
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-17/+16
* Cleanups and version bump. Aaron Giles2010-01-161-1/+1
* 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