summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/info.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed for slot menus + some cleanup (nw) Miodrag Milanovic2012-06-051-2/+2
* Added support for fixed slots (used for MAME) and ability to create internal ... Miodrag Milanovic2012-05-231-1/+1
* Clean-ups and version bump Miodrag Milanovic2012-05-211-7/+7
* info.c: added screen tags to xml output, so that it is possible to easily ide... Fabio Priuli2012-05-171-66/+74
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-50/+50
* fix for default attribute in slotoption of xml output (no whatsnew) Miodrag Milanovic2012-04-211-1/+1
* Clean-ups and version bumpmame0145u6 Angelo Salese2012-04-081-1/+1
* Fixed merge name for devices in xml output (no whatsnew) Miodrag Milanovic2012-03-301-1/+2
* Clean-ups and version bumpmame0145u2 Angelo Salese2012-02-261-1/+1
* info: made consistent the loops through subdevices. no whatsnew. Fabio Priuli2012-02-231-5/+3
* info.c: additional cleanup for device info output made possible by Micko's wo... Fabio Priuli2012-02-231-32/+23
* Fixed debug asserts (no whatsnew) Miodrag Milanovic2012-02-231-4/+3
* info.c - no need for description here since you can now check it in device ac... Miodrag Milanovic2012-02-231-2/+0
* - removed need for *_dev.lst files [Miodrag Milanovic] Miodrag Milanovic2012-02-231-108/+23
* info.c: several fixes and additions to listxml output [Fabio Priuli] Fabio Priuli2012-02-221-145/+327
* Fix for device_ref tag in listxml (no whatsnew) Miodrag Milanovic2012-02-211-2/+3
* Removed rom_source abstraction, which was just mapping to devices Aaron Giles2012-02-201-103/+106
* Rewrote SAMPLES as a modern device. Updated all callers. FLAC Aaron Giles2012-02-191-35/+18
* Remove redundant hashing code, use hashing.h instead. Aaron Giles2012-02-161-8/+3
* listxml fix (nw) Olivier Galibert2012-02-091-9/+10
* Some cleanup of some observed #include redundancy from source files which use... Scott Stone2012-02-061-1/+0
* Parameter names are now without : (no whatsnew) Miodrag Milanovic2012-01-251-1/+1
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-28/+32
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-2/+2
* Fix for DTD validation (no whatsnew) Miodrag Milanovic2012-01-051-0/+3
* GREP mission: added two new mask flags, GAME_IS_SKELETON & GAME_IS_SKELETON_M... Angelo Salese2011-12-231-1/+1
* Softlist support cleanup and addition of compatibility filtering [Miodrag Mil... Miodrag Milanovic2011-12-221-7/+7
* Fix for listxml (no whatsnew) Miodrag Milanovic2011-12-051-4/+4
* Fixed issue with get_merge_name when using slot devices (no whatsnew) Miodrag Milanovic2011-11-281-2/+4
* Clean-ups and version bumpmame0144u1 Angelo Salese2011-11-271-1/+1
* Move per emulator constants info into separate class [Miodrag Milanovic] Miodrag Milanovic2011-11-171-22/+27
* Merge from MESS Nathan Woods2011-11-161-5/+6
* Made some fixes/additions to the input system [kanikani] Angelo Salese2011-10-231-50/+110
* removed support for PORT_CATEGORY from the core, since PORT_CONDITION is enou... Fabio Priuli2011-08-171-37/+1
* Fix for listxml DTD by Firewave (no whatsnew) Miodrag Milanovic2011-08-151-2/+2
* Clean-ups and version bumpmame0143u3 Angelo Salese2011-08-141-7/+7
* Listxml changes (no whatsnew) Miodrag Milanovic2011-08-051-23/+55
* - Updated romload so devices are loaded from separate files [Miodrag Milanovic] Miodrag Milanovic2011-08-021-4/+41
* - Removing MD5 support in ROMLOAD_* [Oliver Stoneberg] Miodrag Milanovic2011-07-311-2/+0
* Fix for softlist loading (no whatsnew) Miodrag Milanovic2011-07-251-2/+2
* Writeable -> Writable Angelo Salese2011-07-111-1/+1
* Small core changes to enable making slot device also a image device (no whats... Miodrag Milanovic2011-07-031-2/+2
* Cleanups and version bumpmame0142u6 Angelo Salese2011-06-191-4/+4
* Fix for listxml and centronics device (no whatsnew) Miodrag Milanovic2011-06-141-1/+1
* info.c: added display of disk is writeable in -lx. no whatsnew. Fabio Priuli2011-06-091-0/+4
* info.c: added basic display of slot info in -lx [Fabio Priuli] Fabio Priuli2011-06-091-1/+42
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-13/+13
* Attach gamedrv's input ports to the driver_device, so that there's Aaron Giles2011-05-051-1/+0
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-42/+42
* Removed various differences between MESS and MAME, all is now defined in mame.h. Miodrag Milanovic2011-04-141-12/+0