summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/info.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Spring cleaning: Vas Crabb2019-11-011-1/+1
* strtok is not reentrant - it's not safe to call it any time you might be mult... Vas Crabb2019-08-251-8/+9
* srcclean (nw) Vas Crabb2019-08-251-6/+6
* Moved most of the implementation of info_xml_creator to anonymous npwoods2019-08-151-62/+120
* Ensuring that devices emitted by -listxml are sorted npwoods2019-08-131-0/+10
* Changing info_xml_creator to not use std::endl (nw) npwoods2019-08-071-33/+32
* Speeding up -listxml by performing the heavy lifting asynchronously npwoods2019-08-071-58/+126
* Changed info_xml_creator to use std::ostream npwoods2019-08-051-242/+240
* Follow up to previous listxml_refactor PR (nw) npwoods2019-08-041-12/+7
* Refactored info_xml_creator::output() npwoods2019-08-031-103/+119
* (nw) Clean up the mess on master Vas Crabb2019-03-261-6/+13
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-13/+6
* update UI and XML output for additional emulation status flags Vas Crabb2019-03-171-6/+13
* Adjust indent of condition. pxdnbluesoul2018-08-011-1/+1
* Better support for screen orientation/geometry: Vas Crabb2018-07-261-28/+25
* Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) AJR2018-06-241-0/+1
* Make devopt menu localisable. Vas Crabb2018-04-281-13/+12
* only show RAM options that can actually be controlled from the command line -... Vas Crabb2018-04-031-16/+21
* minimaws: expose RAM size Vas Crabb2018-03-271-2/+2
* Always show default RAM size in XML output Vas Crabb2018-03-261-6/+17
* Expose condition for DIP switches, configuration entries, and adjusters. Vas Crabb2017-10-081-326/+341
* remove deprecated attributes from DTD as well (nw) Vas Crabb2017-09-251-4/+0
* fix for clang 5 unused lambda capture errors (nw) smf-2017-09-241-1/+1
* remove deprecated attributes from -listxml output (nw) Vas Crabb2017-09-241-17/+0
* Start adding stuff for iterating ROM entries in a more C++ way without needin... Vas Crabb2017-09-221-24/+18
* Make ROM BIOS reported in listxml output match what ROM loading does Vas Crabb2017-09-181-74/+117
* Turn most of the ROM entry accessor macros into templates, and make them work... Vas Crabb2017-09-181-10/+12
* ui: improve layout of art/info box, support mousewheel scroll in info Vas Crabb2017-08-101-2/+0
* minimaws: demonstrate slot card BIOS selection, requires exposing device BIOS... Vas Crabb2017-08-041-26/+22
* Add "minimaws" sample script demonstrating how to do some tasks with Vas Crabb2017-08-011-19/+35
* added flag for imperfect timing (nw) hap2017-07-271-2/+3
* Move unemulated/imperfect flags from machines into devices. Vas Crabb2017-07-271-48/+109
* XML listing enhancements AJR2017-07-051-12/+39
* Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-251-2/+0
* fix the missing default subslot devices on slot card validation Vas Crabb2017-06-111-1/+1
* Cleanups to ram_device (#2324) npwoods2017-05-241-12/+5
* Fix crashes in -listxml in debug builds Vas Crabb2017-05-211-4/+4
* this should fix a coverity error (nw) Vas Crabb2017-05-201-19/+18
* More usability improvements: Vas Crabb2017-05-191-66/+161
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+5
* Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-071-2/+2
* Overhaul to how MAME handles options (#2260) npwoods2017-05-051-2/+2
* Changed a few more 'const char *' ==> 'const std::string &' (#2111) npwoods2017-03-041-2/+2
* filter devices when a driver pattern is supplied to -listxml Vas Crabb2017-03-031-40/+68
* fix assumption that device being described is root device (fixes sampleof=005... Vas Crabb2017-03-031-42/+43
* Fix silly editing error (nw) AJR2017-03-021-1/+1
* Self-registering devices. Vas Crabb2017-03-031-41/+15
* Self-registering devices prep: Vas Crabb2017-02-271-2/+9
* Cherry-pick some features from self-registering drivers PoC: Vas Crabb2017-02-161-21/+21
* ROMs over 2 GB no longer reported as negative size in XML AJR2017-01-041-1/+1